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 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 Link to comment https://forums.phpfreaks.com/topic/21868-httpd-automatic-startup/#findComment-99061 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.