From owner-freebsd-questions@FreeBSD.ORG Sat May 29 23:01:24 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7ED7A1065674 for ; Sat, 29 May 2010 23:01:24 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 376E18FC18 for ; Sat, 29 May 2010 23:01:23 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OIV1u-0001L8-05 for freebsd-questions@freebsd.org; Sun, 30 May 2010 01:01:22 +0200 Received: from pool-141-156-220-83.res.east.verizon.net ([141.156.220.83]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 30 May 2010 01:01:21 +0200 Received: from nightrecon by pool-141-156-220-83.res.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 30 May 2010 01:01:21 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org connect(): No such file or directory From: Michael Powell Followup-To: gmane.os.freebsd.questions Date: Sat, 29 May 2010 19:01:15 -0400 Lines: 26 Message-ID: References: <4C0177AE.8020506@netscape.net> <20100529165235.6d053844@scorpio> <4C0185B7.5070601@netscape.net> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: pool-141-156-220-83.res.east.verizon.net Subject: Re: Upgrading default Apache1.3 to Apache22 port?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 May 2010 23:01:24 -0000 Kaya Saman wrote: [snip] > > It seems to have worked.... I just go into the config and check it; only > that part seems missing?? Maybe it's in a different place then /etc in > FreeBSD and I haven't worked it out yet. Even apache22 daemon is not in > /etc/rc.d. > > Oh well am sure will all be fine more Google'ing I think for me :-) > FreeBSD has a slightly different layout than Linux or Solaris. The configs and startup scripts belong in /usr/local/etc and /usr/local/etc/rc.d respectively. To invoke the startup script on boot up, simply place apache22_enable="YES" into the /etc/rc.conf file. The manual method using apachectl will still work at a command prompt. This is very general and you will find most things you install will operate this way. -Mike