Apache 2.2.3 Startup on Suse 10.0??



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

.



Relevant Pages

  • Re: df & du showing different usages for /var
    ... Filesystem Size Used Avail Capacity Mounted on ... the easiest thing to do is just reboot the ... space simply by restarting a single program: possibly Apache or qmail. ...
    (freebsd-questions)
  • Re: kick off a post boot job
    ... But you're not going to truly resolve the actual problem of needing human input for a passphrase by having some other machine do something automatically. ... string using scp or some other secure transport and then using the decoded result to start up apache. ... I suppose you could use SSH from some remote trusted server to do an "apachectl startssl" and then feed it the passphrase, but then you've ended up putting the passphrase in cleartext on the trusted host, and you need to permit the trusted host to login to the webserver without needing human intervention via SSH keypairs, so you're just moving the problem from one place to another. ... most people leave the x.509 certs unsecured with a passphrase so that the webserver can be setup to start itself upon a reboot without manual intervention. ...
    (freebsd-questions)
  • Need to reboot to restart apache after crash
    ... Need to reboot to restart apache after crash ... this is a strange situation i thought i'd post and try to get some ... i do something to get mod_python to crash. ...
    (freebsd-questions)
  • X problem
    ... Ive been having some odd delay problems with the network connection ... lately, specifically apache (all I run is apache, DNS and sshd ... so I rebooted my machine and the X display wont come up. ... then it says you must restart your server...so I reboot but same ...
    (RedHat)
  • Broken apache after upgrade and addition of php4.
    ... with the new 1.3.34 (but not sure if I had done a reboot to put new program into play). ... After rebooting, Apache would not run, claiming syntax error in the config file.... ... I had added a couple of lines to httpsd.conf as per instructions at the end of the php4 install, ... Cannot find any "accidental" changes to the config file and am stumped. ...
    (freebsd-questions)