Thanks for the suggestion but when I tried it, the ownership of the mutex file did
not change. The owner is still displayed as root.
I noticed that every time ssl is started the mutex has a different number and since
I'm using MM as well, a .sem file is created with the same number as the mutex. I'm
assuming this is normal behavior. Also, when ssl is stopped the mutex file goes away
so it's obviously a temp file.
I've also done the following (to no avail) in an attempt to fix this:
chmod a+x /usr
chmod a+x /usr/local
chmod a+x /usr/local/apache
chmod a+x /usr/local/apache/logs
What next?
Thanks very much,
Diana
Mads Toftum wrote:
> 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]
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]