apache 2 problems. I just tried to get it up but to no avail...

icer

Verified User
Joined
Jun 10, 2005
Messages
22
Hello.

i cant start apache. when i 'apachectl start' i get this 2 line error:

#apachectl start
Syntax error on line 79 of /etc/httpd/conf/httpd.conf:
module auth_module is built-in and can't be loaded


and yes i tried hashign out that mod (line 79) in httpd.conf and it just went to the next line with an error and kept doing to for every line i hashed out and so on.

I get this following error ALOT in log/httpderror_log


[Fri Jun 10 04:53:37 2005] [error] mod_ssl: Child could not open SSLMutex lockfile /etc/httpd/logs/ssl_mutex.4262 (System error follows)
[Fri Jun 10 04:53:37 2005] [error] System: Permission denied (errno: 13)


dont know if its relevent.
 
all fixed

i noticed that it will only work on its default httpd.conf and when i added mine with loadmodules everywhere, it didnt work. All good now cheers ;)
 
Back
Top