| SUSE 10 - Apache Hello,
I'm very new at Linux.
I installed an apache on a Suse desktop edition 10. I'm able to get it working, but always have to start the server manual. I allways have to type "su root apachectl start" and then everything works fine.
But I would like it to start when the server boots up. So I would love to install it as a service. I used "chkconfig --add apachectl" and "chkconfig --add httpd" but always receive an unknown service error.
Can somebody tell me how I have to install the apache as a service so it boots up automatically? 
Thanks in advance !!! |