what does one do with this ?:
[EMAIL PROTECTED] logs]# /sbin/service httpd status httpd dead but subsys locked
[..snip..]
Try:
# killall httpd # rm -f /var/lock/subsys/httpd
.. then:
# service httpd start
[EMAIL PROTECTED] logs]# /sbin/service httpd reload
Reloading httpd: [FAILED]
[EMAIL PROTECTED] logs]# /sbin/service httpd stop
Stopping httpd: [FAILED]
[EMAIL PROTECTED] logs]# /sbin/service httpd start
Starting httpd: Processing config directory: /etc/httpd/conf/vhosts/*.conf
Processing config file: /etc/httpd/conf/vhosts/sbt.net.au.conf
Processing config file: /etc/httpd/conf/vhosts/vhost.conf
[FAILED]
I'd try running apache manually to see if outputs a little more information on why it failed. Try:
# httpd
.. or:
# apachectl start
(presuming the above 2 commands are in the path)
HTH, Gonzalo
-- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
