Results 1 to 3 of 3
I'm using suse 9.1 and I installed Apache through YaST and go it up and running, but if I ever need to restart thr computer I must type
Code:
httpd2 ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-04-2005 #1
Getting Apache to start at boot
I'm using suse 9.1 and I installed Apache through YaST and go it up and running, but if I ever need to restart thr computer I must type
every time I restart to get apache to start.Code:httpd2 -k start
I know its possible to get it to run on startup since I looked on apache's site. But since it's a YaST install the dirs they talk about don't exist in SuSE.
So how can I get apache to start at boot?
thanks;
dylunio
- 01-04-2005 #2
you can go into /etc/init.d/rc5.d/ and either give apache its own little file or just place this in /etc/init.d/rc5.d/functions:
-lakerdonaldCode:httpd2 -k start
- 01-05-2005 #3
Thanks lakerdonald!


Reply With Quote
