Hello,
Does ne1 have a recommendation to get Apache 2.2.3 to automatically
restart on Suse 10.0?
What I have tried thus far:
[attempt 1]
mv /usr/local/apache2/bin/apachectl /etc/init.d/httpd
cd /etc/init.d/rc3.d
ln -s ../httpd S12httpd
reboot
[attempt 2] "removed above"
mv /usr/local/apache2/bin/apachectl /etc/init.d/httpd
chkconfig httpd 3
reboot
[attempt 3] "chkconfig httpd off"
mv /usr/local/apache2/bin/apachectl /etc/init.d/httpd
created symbolic links with different startup number values to see if
one of the other programs caused the script to fail.
[attempt 4]
vi /etc/init.d/rc
# Apache startup
/usr/local/apache2/bin/apachectl -f /usr/local/apache2/conf/httpd.conf
&
Apache fails to start at reboot... Apache does start when called with
httpd start from within /etc/init.d
Thanks
>> Stay informed about: 2.2.3 startup on Suse 10.0???