Click to See Complete Forum and Search --> : httpd start


tablex
07-16-2003, 12:37 PM
Hi,

I dunno but everytime I restart my laptop with RedHat 7.3, I have to go to the console and start Apache with 'httpd start'.
Otherwise I get error messages when accessing localhost with Konqueror.
How do I start httpd automatically?

Thnkz!

goldbug
07-16-2003, 12:41 PM
Its been a long time since I used RedHat, and an even longer one since 7.3....

IIRC, you need to go into the RH "Services" app/config thingy, and put a check next to httpd (to run at boot), then hit save. Should load at boot then.

If that doesn't work, you can always add a line to rc.local to "manually" start it.

gyash
07-17-2003, 03:07 AM
Add your httpd file to /etc/rc.d/init.d/
for automatic startup.

dalecosp
07-25-2003, 02:27 AM
And, behind door #3 ....

cron!

@startup /usr/local/bin/apachectl start

**********************************
Gotta love 'Nix ... as many ways to do things
as there are keys on my keyboard....

Doug G
07-25-2003, 06:07 AM
chkconfig --level 345 httpd on