Ameya Talwalkar wrote:
> Hello,
>
> I am running a apache-ssl server which uses,
>
> apache : 1.3.6
> openssl : 0.9.3.a
> modssl : 2.3.9-1.3.6
>
> I get the following error in the log file,
>
> [Thu Sep 30 13:28:13 1999] [error] mod_ssl: Child could not open SSLMutex
> lockfile /usr/local/valicert/enterpriseva/apache/logs/ssl_mutex.16240
> (System error follows)
> [Thu Sep 30 13:28:13 1999] [error] System: No such file or directory (errno:
> 2)
>
> any help in this matter is deeply appreciated,
> -Ameya.
>
> ______________________________________________________________________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List [EMAIL PROTECTED]
> Automated List Manager [EMAIL PROTECTED]
You might have an open file descriptor , to see if so use the program lsof pipe
it to grep . Then check the permissons on the file.
If that does not work mv the file to a separate directory and try to start
apache ssl again .
-Brad
[EMAIL PROTECTED]
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]