You can look at the chkconfig commandYou might need to crate a configuration file in /etc/init.d.Code:man chkconfig
There's an example of an apache config file here:
http://www.raibledesigns.com/tomcat/boot-howto.html
Hi, I have installed the Apache server (httpd2) from its source and it is working fine. The problem is that, I want to start it every time the system boots, but it is not in the serviceconf's list. How can I add it to the list ?
This will be over soon, and then I can ...
You can look at the chkconfig commandYou might need to crate a configuration file in /etc/init.d.Code:man chkconfig
There's an example of an apache config file here:
http://www.raibledesigns.com/tomcat/boot-howto.html
My crime is that of curiosity. My crime is that of judging people by what they say and think, not what they look like. My crime is that of outsmarting you, something that you will never forgive.
Thanks very much.
I added the httpd service with one change:
When Itried to add the httpd service :
although I had created the config file, and copied it to /etc/init.d/ directory, I got an error message the the service cannot be added. I substituted the file with the one from the httpd RPM on the FC6 DVD with some modifications and it worked.Code:chkconfig --add httpd
This will be over soon, and then I can ...
Bookmarks