Re: [newbie] Starting httpd on boot

1999-09-29 Thread Brett Jones
Rename the link httpd. Make sure the lines you added are correct, there should be a # sign infront of each line (sorry if i forgot to tell you this). The lines added to apachectl should look just like this. Here is the how to I got this info from. The guy who wrote it has a number of other good t

Re: [newbie] Starting httpd on boot

1999-09-29 Thread Dan Brown
From: Arcana <[EMAIL PROTECTED]> > try to run the /sbin/chkconfig --add httpd, it returns the error, > "service httpd does not support chkconfig". Edit /etc/rc.d/init.d/httpd, and add these two lines near the top--like after line 2: # chkconfig: 2345 10 90 # description: Activates/Deactivat

[newbie] Starting httpd on boot

1999-09-29 Thread Arcana
Okay, I'e worked a bit with the contributions I got from the list but it seems that there wasn't a satisfactory answer, as most of the solutions do not work. Okay, here's the situation. I got the SOURCE code from Apache.org, instead of the RPM from Mandrake, and built it like tha

Re: [newbie] Starting httpd on boot

1999-09-27 Thread Axalon Bloodstone
On Mon, 27 Sep 1999 [EMAIL PROTECTED] wrote: > On 26 Sep, Axalon Bloodstone wrote: > > On Sun, 26 Sep 1999 [EMAIL PROTECTED] wrote: > >> On 26 Sep, John Aldrich wrote: > >> > On Sun, 26 Sep 1999, you wrote: > >> >> How do I do that? > >> >> > >> >> It's httpd, the one that is built wiht

Re: [newbie] Starting httpd on boot

1999-09-27 Thread mas9483
On 26 Sep, Axalon Bloodstone wrote: > On Sun, 26 Sep 1999 [EMAIL PROTECTED] wrote: >> On 26 Sep, John Aldrich wrote: >> > On Sun, 26 Sep 1999, you wrote: >> >> How do I do that? >> >> >> >> It's httpd, the one that is built wiht Apache 1.3.9. I have it >> >> configured to standalone in ../../a

Re: [newbie] Starting httpd on boot

1999-09-26 Thread Brett Jones
If this is a build from a tar.gz source file do this. ln -s /path/to/apache/bin/apachectl /etc/rc.d/init.d/httpd this puts a sym link in the init.d directory. add these lines to the apachectl file: chkconfig: 2345 10 90 description: starts stops apache do this just below the #!

Re: [newbie] Starting httpd on boot

1999-09-26 Thread Axalon Bloodstone
On Sun, 26 Sep 1999 [EMAIL PROTECTED] wrote: > On 26 Sep, John Aldrich wrote: > > On Sun, 26 Sep 1999, you wrote: > >> How do I do that? > >> > >>It's httpd, the one that is built wiht Apache 1.3.9. I have it > >> configured to standalone in ../../apache/conf/httpd.conf right now, but > >>

Re: [newbie] Starting httpd on boot

1999-09-26 Thread mas9483
On 26 Sep, John Aldrich wrote: > On Sun, 26 Sep 1999, you wrote: >> How do I do that? >> >> It's httpd, the one that is built wiht Apache 1.3.9. I have it >> configured to standalone in ../../apache/conf/httpd.conf right now, but >> I don't know how to start it automatically. >> >> It

Re: [newbie] Starting httpd on boot

1999-09-26 Thread Axalon Bloodstone
On Sun, 26 Sep 1999, John Aldrich wrote: > On Sun, 26 Sep 1999, you wrote: > > How do I do that? > > > > It's httpd, the one that is built wiht Apache 1.3.9. I have it > > configured to standalone in ../../apache/conf/httpd.conf right now, but > > I don't know how to start it automatically.

Re: [newbie] Starting httpd on boot

1999-09-26 Thread John Aldrich
On Sun, 26 Sep 1999, you wrote: > How do I do that? > > It's httpd, the one that is built wiht Apache 1.3.9. I have it > configured to standalone in ../../apache/conf/httpd.conf right now, but > I don't know how to start it automatically. > > It says in the docs something about rc3.

[newbie] Starting httpd on boot

1999-09-26 Thread Arcana
How do I do that? It's httpd, the one that is built wiht Apache 1.3.9. I have it configured to standalone in ../../apache/conf/httpd.conf right now, but I don't know how to start it automatically. It says in the docs something about rc3.d, but I don't know what file to e