> Starting the httpd isn't working, it brings this in the error_log:
> 
> [error] mod_ssl: Child could not open SSLMutex lockfile /var/run/ssl_mutex.12155
> (System error follows)
> [error] System: Permission denied (errno: 13)
> 
> I've in httpd.conf:
> SSLMutex  file:/var/run/ssl_mutex
> 
> ls -l /var/run/ssl_mutex.12155
> -rw-------   1 root  root  0 Mar 15 15:45 /var/run/ssl_mutex.12155
> 
> Applying a chmod 666 /var/run/ssl_mutex.12155
> helps...

Hello,

I experienced a similar problem with the files logs/ssl_scache
(.dir and .pag). It seems that those files are initially created
with "root.root" ownership, and that Apache then tries to access
them with the ownership set via the "User" and "Group" directives
in httpd.conf. In my case it didn't prevent httpd from starting,
but the error was logged, however.

What I did was just change the ownership of the files to match
those of the "User" and "Group" directives in httpd.conf, and
restart Apache...

Hope this helps,

Bruno

-- 
Bruno TREGUIER <[EMAIL PROTECTED]>  | " Il y a 3 sortes de personnes:
  Association INternet FINIstere,    |   celles qui savent compter,
25 rue Fautras, 29200 Brest, FRANCE  |   et celles qui ne savent pas..."
______________________________________________________________________
Apache Interface to SSLeay (mod_ssl)   www.engelschall.com/sw/mod_ssl/
Official Support Mailing List               [EMAIL PROTECTED]
Automated List Manager                       [EMAIL PROTECTED]

Reply via email to