From owner-freebsd-questions Wed Apr 29 19:17:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA07193 for freebsd-questions-outgoing; Wed, 29 Apr 1998 19:17:03 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from hermes.iaccess.com.au (hermes.iaccess.com.au [203.5.74.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA07069 for ; Wed, 29 Apr 1998 19:16:09 -0700 (PDT) (envelope-from andrew@iaccess.com.au) Received: from alpine.iaccess (alpine.iaccess.com.au [203.5.74.227]) by hermes.iaccess.com.au (8.8.5/8.8.5) with SMTP id MAA25731; Thu, 30 Apr 1998 12:17:41 +1000 (EST) Message-ID: <01d001bd73de$5318a560$e34a05cb@alpine.iaccess> From: "Andrew" To: "Angelos Chatzikostas" , Subject: Re: Restart Apache Date: Thu, 30 Apr 1998 12:18:54 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-7" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Go to the /usr/local/etc/rc.d directory and create a file called apache.sh in this file type this: #!/bin/sh /usr/local/sbin/httpd -f /usr/local/etc/apache/conf/httpd.conf make it chmod 0755 and reboot. that should work :) Andrew Specht | System Administrator E-mail: andrew@iaccess.com.au | Internet Access Australia Internet: http://www.iaccess.com.au | Melbourne, Australia -----Original Message----- From: Angelos Chatzikostas To: freebsd-questions@FreeBSD.ORG Date: Thursday, April 30, 1998 12:12 PM Subject: Restart Apache >Hallo, >how can i restart the apache web server after reboot ? >I put the following line in my /etc/rc.local file but nothing happened >/usr/local/sbin/httpd -f /usr/local/etc/apache/conf/httpd.conf >plz help me >THANKS! > >--------------------------------------------------------------------------- - >-- >Angelos Chatzikostas >orion@energy.gr >Internet Consulting & Web Design >Tel: +3031 818100 Fax: +3031 870087 >http://www.energy.gr > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message