*BSD News Article 75460


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.hawaii.edu!news.uoregon.edu!news-res.gsl.net!news.gsl.net!portc01.blue.aol.com!newsxfer2.itd.umich.edu!agate!news.Stanford.EDU!andrsn.stanford.edu!andrsn
From: andrsn@andrsn.stanford.edu (Annelise Anderson)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: Apache
Date: 5 Aug 1996 05:04:00 GMT
Organization: Stanford University
Lines: 19
Message-ID: <4u3vc0$o3j@nntp.Stanford.EDU>
References: <320439F2.2853@mcs.com>
NNTP-Posting-Host: andrsn.stanford.edu
X-Newsreader: TIN [version 1.2 PL2]

Eli Lazich (elazich@mcs.com) wrote:
: Could someone please enlighten me as to how one configures apache to run 
: under inetd.  I can't seem to track down the proper line to put into 
: inetd.conf.  So far what I've tried doesn't work.  Also, I remember 
: reading soemthing earlier about there being an issue with regards to 
: whether you want to run it standalone or via inetd and the discussion 
: had something to do with virtual hosting.

: Eli

If you run it from inetd, I think it creates another "copy" every
time it gets a request.  Usually it's run from rc or rc.local, with
the line /usr/local/sbin/httpd &

In 2.1 and later versions, this line is enabled if the sysconfig
file has something like "apache=YES" in it.

				Annelise