Apache+SSL session cache problem

Apache+SSL session cache problem

Post by Fotis Louko » Wed, 21 Mar 2001 19:05:49



I'm having a problem with my apache 1.3.17 + mod_ssl 2.8.0 server. I use
the
SSLSessionCache    dbm:/etc/apache17/ssl_scache
directive to set the DBM hashfile it's going to use but i'm getting the
following errors in the ssl errorlog:

[20/? /2001 11:49:22 15640] [error] Cannot open SSLSessionCache DBM
file `/etc/apache17/ssl_scache' for reading (fetch) (System error
follows)
[20/? /2001 11:49:22 15640] [error] System: Resource temporarily
unavailable (errno: 11)
[20/? /2001 11:49:22 15640] [error] Cannot open SSLSessionCache DBM
file `/etc/apache17/ssl_scache' for writing (store) (System error
follows)
[20/? /2001 11:49:22 15640] [error] System: Resource temporarily
unavailable (errno: 11)

The modes for directory /etc/apache17 are
drwxr-xr-x   4 root     other         512 Mar 20 11:48 /etc/apache17/

Any ideas?

Thanks,
Fotis

 
 
 

Apache+SSL session cache problem

Post by Dan Wilg » Sat, 24 Mar 2001 00:39:46




Quote:> I'm having a problem with my apache 1.3.17 + mod_ssl 2.8.0 server. I use
> the
> SSLSessionCache    dbm:/etc/apache17/ssl_scache
[...]
> The modes for directory /etc/apache17 are
> drwxr-xr-x   4 root     other         512 Mar 20 11:48 /etc/apache17/

The directory needs to be writable by the user that runs the server, which is
"nobody" by default. If you're not sure what user runs it, do a:

  ps axw | grep httpd

--

** Remove the -MUNGE in my address to reply **