This problem has been reported previously, but I am using different
software versions.
I'm trying to install a certificate on an apache server. We are using
apache-1.3.12, mod-ssl-2.6.4 and openssl-0.9.4.
This is the apache.conf piece:
<IfModule mod_ssl.c>
SSLPassPhraseDialog builtin
SSLSessionCache none
SSLSessionCacheTimeout 300
SSLMutex file:chroot/tmp/ssl_mutex
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
SSLLog logs/ssl_engine_log
SSLLogLevel info
</IfModule>
<IfDefine SSL>
<VirtualHost _default_:443>
DocumentRoot "/htdocs"
ServerName www.nottherealname.com
ServerAdmin [EMAIL PROTECTED]
ErrorLog logs/error_log
TransferLog logs/access_log
SSLEngine on
SSLCertificateFile
/home/www.notherealname.com/conf/ssl.crt/www.notherealname.com.crt
SSLCertificateKeyFile
/home/www.notherealname.com/conf/ssl.key/www.notherealname.com.key
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
downgrade-1.0 force-response-1.0
# Per-Server Logging:
CustomLog logs/ssl_request_log \
"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
SSLProtocol SSLv2
</VirtualHost>
</IfDefine>
Something seems to go wrong as you can see below when the child
processes are starting, but I can't find the problem. I've checked
apache.conf and the permissions of the various directories. Has anyone
had this problem before??
bash-2.03# less ssl_engine_log
[04/Apr/2001 23:46:55 89635] [info] Init: 1st restart round (already
detached)
[04/Apr/2001 23:46:55 89635] [info] Init: Reinitializing OpenSSL
library
[04/Apr/2001 23:46:56 89635] [info] Init: Seeding PRNG with 1160 bytes
of entropy
[04/Apr/2001 23:46:56 89635] [info] Init: Configuring temporary RSA
private keys (512/1024 bits)
[04/Apr/2001 23:46:56 89635] [info] Init: Configuring temporary DH
parameters (512/1024 bits)
[04/Apr/2001 23:46:56 89635] [info] Init: Initializing (virtual)
servers for SSL
[04/Apr/2001 23:46:56 89635] [info] Init: Configuring server
www.nottherealname.com:443 for SSL protocol
[04/Apr/2001 23:46:57 97322] [error] Child could not open SSLMutex
lockfile /home/www.nottherealname.com/chroot/tmp/ssl_mutex.89573 (System
error follows)
[04/Apr/2001 23:46:57 97322] [error] System: No such file or directory
(errno: 2)
[04/Apr/2001 23:46:57 97323] [error] Child could not open SSLMutex
lockfile /home/www.nottherealname.com/chroot/tmp/ssl_mutex.89573 (System
error follows)
Thanks,
Maarten van lieshout
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]