I've run into a problem setting up httpd on my computer. I have had one successful start up and then it broke. I've written a perl wrapper script to get the exit code httpd returns, this is what I get:
Code:
sohmc@homer:/home/apache# httpd -f $PWD/conf/httpd.conf -d $PWD
(256)
I've taken the default httpd.conf from /etc/httpd/conf and just copied it to /home/apache/conf and made one minor change: Listen 127.0.0.1:80
I've looked in the error_log, and this is what I get:
Code:
[Fri Jan 07 09:23:27 2005] [notice] LDAP: Built with OpenLDAP LDAP SDK
[Fri Jan 07 09:23:27 2005] [notice] LDAP: SSL support unavailable
[Fri Jan 07 09:23:27 2005] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Fri Jan 07 09:23:27 2005] [error] (28)No space left on device: Cannot create SSLMutex
Configuration Failed
I definately have space on the server...in fact, 80 Gigs. Is there something I'm missing? Any hints would be appreciated.
thanks!