Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jul 2000 09:16:26 -0700
From:      Kent Stewart <kstewart@3-cities.com>
To:        Nathan Vidican <webmaster@wmptl.com>
Cc:        pbobba1@panam1.panam.edu, questions@freebsd.org
Subject:   Re: Restarting webserver (was: no subject)
Message-ID:  <3969F6DA.4C37C7D5@3-cities.com>
References:  <09784044E77FD311B7B8009027B0D5DDA7C0@COSERVE-BDC1> <3969D857.A2649463@wmptl.com>

next in thread | previous in thread | raw e-mail | index | archive | help


Nathan Vidican wrote:
> 
> Praveen wrote:
> >
> > The webserver on freebsd is down.
> > How to start it manually
> >
> > Thank you
> > Praveen
> >
> > To Unsubscribe: send mail to majordomo@FreeBSD.org
> > with "unsubscribe freebsd-questions" in the body of the message
> 
> depends on the server software, Apache uses the command: 'apachectl
> start'. See the documentation for whichever server software you are
> using.

I would look at the following.

ruby# cd /usr/local/etc/rc.d
ruby# ll
total 1
-rwxr-x--x  1 root  wheel  111 Mar 11 18:55 apache.sh
ruby# m apache.sh
#!/bin/sh
[ -x /usr/local/sbin/apachectl ] && /usr/local/sbin/apachectl start >
/dev/null
&& echo -n ' apache'

This is the startup script installed when you installed Apache and is
executed when your system boots. It has all of the path information
you may need.

Kent

> 
> --
> Nathan Vidican
> webmaster@wmptl.com
> Windsor Match Plate & Tool Ltd.
> http://www.wmptl.com/
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message

-- 
Kent Stewart
Richland, WA

mailto:kstewart@3-cities.com
http://www.3-cities.com/~kstewart/index.html
FreeBSD News http://daily.daemonnews.org/

Bomber dropping fire retardant in front of Hanford Wild fire.
http://www.3-cities.com/~kstewart/bomber.jpg


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3969F6DA.4C37C7D5>