From owner-freebsd-questions Mon Jul 10 9:16:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66]) by hub.freebsd.org (Postfix) with ESMTP id CA41637B5DD for ; Mon, 10 Jul 2000 09:16:45 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (unverified [206.159.132.160]) by corinth.bossig.com (Rockliffe SMTPRA 4.2.4) with ESMTP id ; Mon, 10 Jul 2000 09:18:26 -0700 Message-ID: <3969F6DA.4C37C7D5@3-cities.com> Date: Mon, 10 Jul 2000 09:16:26 -0700 From: Kent Stewart Organization: BOSSig (BOSS Internet Group) X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Nathan Vidican Cc: pbobba1@panam1.panam.edu, questions@freebsd.org Subject: Re: Restarting webserver (was: no subject) References: <09784044E77FD311B7B8009027B0D5DDA7C0@COSERVE-BDC1> <3969D857.A2649463@wmptl.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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