Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 96090 invoked by uid 500); 22 Nov 2002 09:13:41 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 96079 invoked from network); 22 Nov 2002 09:13:41 -0000 Received: from ns0a.swx.com (146.109.240.107) by daedalus.apache.org with SMTP; 22 Nov 2002 09:13:41 -0000 Received: from gate0a.unix.swx.ch (gate0a [192.168.252.17]) by ns0a.swx.com (8.12.6/8.12.6) with ESMTP id gAM9Drfr004544 for ; Fri, 22 Nov 2002 10:13:53 +0100 (MET) Received: from SOMEXEVS001.ex.ordersx.org ([127.0.0.1]) by gate0a.unix.swx.ch (8.12.6/8.12.6) with ESMTP id gAM9DmOR008023 for ; Fri, 22 Nov 2002 10:13:52 +0100 (MET) content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Date: Fri, 22 Nov 2002 10:13:50 +0100 Message-ID: <484A6CA492BE654395D208B1D8D5393972F71F@SOMEXEVS001.ex.ordersx.org> X-MS-Has-Attach: Importance: normal Priority: normal X-MS-TNEF-Correlator: Thread-Topic: [users@httpd] How can we do is ? can we do this ? Thread-Index: AcKRvlYDp4tTIisHRR6mhcc2JLxvTQAQYTcgAAF/8NAAACIJkA== From: "Boyle Owen" To: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: RE: [users@httpd] Getting apache to boot It would be nice to know what brand of Unix.... etc. The basic idea is that the booting system goes through a series of run levels. On my Solaris system, when it gets to run level 3, it looks in the directory /etc/rc3.d and takes any script which begins with an "S" in the order of the number following the S, so it eventually comes to a script called "S50apache". It then executes that script with the argument "start" (that's what the S is for). Now, S50apache is really a symbolic link to /etc/init.d/apache which is simply a copy of /usr/local/apache/bin/apachctl. So all that really happens is that we execute "apachectl start". This may be subtly different on your machine (I know linux tends to have /etc/rc.local/rc3.d - I think...) but the basic idea is the same. Just poke around in /etc until you find the "Snnprog" scripts... Have a look at the one for sendmail (probably S88sendmail) to get the general idea. Just make sure you start apache pretty late on - it needs lots of other daemons to be running before it will work (e.g. TP/IP stack, inetd etc..) Rgds, Owen Boyle >-----Original Message----- >From: Martyn Longhurst (MJ) [mailto:LonghuJM@telkom.co.za] >Sent: Freitag, 22. November 2002 10:04 >To: users@httpd.apache.org >Subject: [users@httpd] Getting apache to boot > > >Hi, > >I have been trying now for a while to get apache to start when Unix >loads up. I have managed to get it right with Tomcat, but Apache just >doesn't want to work. Any suggestions? > >Regards, > > >--------------------------------------------------------------------- >The official User-To-User support forum of the Apache HTTP >Server Project. >See for more info. >To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > " from the digest: users-digest-unsubscribe@httpd.apache.org >For additional commands, e-mail: users-help@httpd.apache.org > > This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please notify the sender urgently and then immediately delete the message and any copies of it from your system. Please also immediately destroy any hardcopies of the message. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. The sender's company reserves the right to monitor all e-mail communications through their networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorised to state them to be the views of the sender's company. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org