This is a discussion on Re: Apache halted with SSL Cache overflow within the Linux Web Servers forums, part of the Web Server and Related Forums category; > We are using Apache 2.0.39 + mod_ssl 0.9.7a on HP-UX 11i. an upgrade would be ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
> We are using Apache 2.0.39 + mod_ssl 0.9.7a on HP-UX 11i.
an upgrade would be in order unless security fixes have been backported... > The source codes and document haven't mentioned any file size > limitation of the DBM cache file. is there any reason for not using a sharedmem cache? while my prod servers are 1.3.27 on 11.04 and therefore not exactly comparable shm has worked fine for me there. it also has the nice feature that you can give it a fixed size after which it will go last-recently-used and not grow into infinity (which would admitedly be even more fatal with mem than disk)... > Finally, we disabled the SSL session cache; afterwards, Apache SSL no > longer halts. ouch -try something like SSLSessionCache shm:logs/ssl_cache(size in bytes) joachim |