rayf Posted September 24, 2006 Share Posted September 24, 2006 Hi,Can I get httpd to startup automatically at boot time, or do I have to type: "apachectl graceful" each time I reboot to get Apache started?thanks :)RF Quote Link to comment https://forums.phpfreaks.com/topic/21868-httpd-automatic-startup/ Share on other sites More sharing options...
rayf Posted September 26, 2006 Author Share Posted September 26, 2006 Hi,Just to report success (for my particular situation):#cp /usr/local/apache2/bin/apachectl /etc/init.d/apache#cd /etc/init.d#chmod +x apache#cd /etc/rc2.d#ln -s /etc/init.d/apache S99apacheSuccess!rf Quote Link to comment https://forums.phpfreaks.com/topic/21868-httpd-automatic-startup/#findComment-99061 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.