[Modules] mod_gnutls making Apache use 100% CPU
Simon Josefsson
simon at josefsson.org
Fri Apr 24 06:34:45 EDT 2009
Sander Marechal <s.marechal at jejik.com> writes:
> Simon Josefsson wrote:
>> You could install memcached and modify
>> /etc/apache2/mods-available/gnutls.conf to use it instead of a dbm file.
>
> I tried that but I get an error:
>
> # /etc/init.d/apache2 restart
> Restarting web server: apache2Syntax error on line 6 of
> /etc/apache2/mods-enabled/gnutls.conf:
> Invalid Type for GnuTLSCache!
> failed!
>
> The contents of my file:
>
> <IfModule mod_gnutls.c>
>
> GnuTLSCache memcache "127.0.0.1"
> # GnuTLSCache dbm /var/cache/apache2/gnutls_cache
>
> </IfModule>
>
> Is mod_gnutls in Debian Lenny built without memcache support?
Alas, yes. It appears as if you updated #497097, thanks. It would be
useful to prepare back-ported mod-gnutls packages with memcached support
for lenny though.
/Simon
More information about the Modules
mailing list