Date: Fri, 22 Mar 2002 01:11:31 -0600 From: Marius Strom <marius@marius.org> To: "Alastair D'Silva" <deece@newmillennium.net.au> Cc: "'Jamie Ostrowski'" <jamie@getsetnet.net>, freebsd-isp@FreeBSD.ORG Subject: Re: Problem with Starting httpd on FreeBSD Message-ID: <20020322071130.GL61228@marius.org> In-Reply-To: <00f801c1d129$0aab0910$3200a8c0@riker> References: <20020320162009.J4440-100000@floyd.getsetnet.net> <00f801c1d129$0aab0910$3200a8c0@riker>
next in thread | previous in thread | raw e-mail | index | archive | help
Judging by /etc/rc, FreeBSD only runs scripts in rc.d directories that
have a suffix of .sh, as seem from this part of /etc/rc:
echo -n 'Local package initialization:'
slist=""
if [ -z "${script_name_sep}" ]; then
script_name_sep=" "
fi
for dir in ${local_startup}; do
if [ -d "${dir}" ]; then
for script in ${dir}/*.sh; do
slist="${slist}${script_name_sep}${script}"
done
fi
done
On Fri, Mar 22, 2002 at 09:37:53AM +1100, Alastair D'Silva wrote:
> Install Apache from the ports collection - it'll set it up nicely for
> FreeBSD, including installing httpd.sh in the appropriate place.
>
> --
> Alastair D'Silva B. Sc. mob: 0413 485 733
> Networking Consultant
> New Millennium Networking http://www.newmillennium.net.au
>
> > -----Original Message-----
> > From: owner-freebsd-isp@FreeBSD.ORG
> > [mailto:owner-freebsd-isp@FreeBSD.ORG] On Behalf Of Jamie Ostrowski
> > Sent: Thursday, 21 March 2002 9:34 AM
> > To: freebsd-isp@FreeBSD.ORG
> > Subject: Problem with Starting httpd on FreeBSD
> >
> >
> >
> >
> >
> > I am building a new web server for an ISP, and I am
> > having trouble getting Apache to start up automatically when
> > the machine comes up. I am running FreeBSD 4.5 RELEASE on a
> > 1GHz PIII. I have installed apachectl in /usr/local/etc/rc.d,
> > and set it to 755. I can start apache from the command
> > manually in that directory like this:
> >
> > /usr/local/etc/rc.d/apachectl start
> >
> > and it comes up just fine.
> >
> > It does take about 15 seconds for it to start as there are
> > a couple hundred virtual hosts it is starting up. Is init
> > giving up after a certain length of time, before apachectl
> > has time to finish firing up httpd? If so, is there a way
> > this can be configured? I can't seem to locate any
> > documentation that covers this specific problem. Thanks.
> >
> >
> > - Jamie
> >
> >
> > To Unsubscribe: send mail to majordomo@FreeBSD.org
> > with "unsubscribe freebsd-isp" in the body of the message
> >
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-isp" in the body of the message
--
/------------------------------------------------->
Marius Strom | Always carry a short length of fibre-optic cable.
Professional Geek | If you get lost, then you can drop it on the
System/Network Admin | ground, wait 10 minutes, and ask the backhoe
http://www.marius.org/ | operator how to get back to civilization.
\-------------| Alan Frame |---------------------->
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020322071130.GL61228>
