On Tue, Jul 18, 2000 at 10:01:51AM -0400, Diana Moreland wrote:
> I know this question has probably come up in this mailing list before so
> excuse me for being redundant.  I checked the archives and tried a
> couple of things that were suggested there, but they didn't help.
> 
> How do I fix this?
> 
> Child could not open SSLMutex lockfile
> /usr/local/apache/logs/ssl_mutex.24640
> System: Permission denied (errno: 13)

Probably a permission problem - what does ls -l /usr/local/apache/logs/ssl_mutex*
tell you?
It should be owned by the user that the webserver runs as, and that user should
have read/write access to it.
So you'd probably want to do something like:

$ chown nobody /usr/local/apache/logs/ssl_mutex.24640
$ chmod 600 /usr/local/apache/logs/ssl_mutex.24640


vh

Mads Toftum
-- 
`Darn it, who spiked my coffee with water?!' - lwall

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to