[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#407158: marked as done (apache2.2-common: Session Cache is not configured?)



Your message dated Thu, 27 Sep 2007 20:38:54 +0200
with message-id <200709272038.54504.sf@sfritsch.de>
and subject line bug #407158: apache2.2-common: Session Cache is not configured?
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: apache2.2-common
Version: 2.2.3-3.2
Severity: normal

When my Apache starts up, it says in the error log:

  Init: Session Cache is not configured [hint: SSLSessionCache]

This is in spite of /etc/apache2/mods-available/ssl.conf (which I 
haven't touched) containing 

  SSLSessionCache        shmcb:/var/run/apache2/ssl_scache(512000)

However, I found this

  http://www.nabble.com/Session-Cache-is-not-configured-t1399994.html

where some guy says:

  Do you have some lines like <ifmodule mod_ssl.c>
  or <ifmodule ssl_module> before the sslcache entry ?

  I have to put this out of my ssl-config before it worked.

So perhaps it's a bug in the supplied configuration or a bug in Apache 
itself?

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.9-023stab033.7-enterprise
Locale: LANG=da_DK.UTF-8, LC_CTYPE=da_DK.UTF-8 (charmap=UTF-8)

Versions of packages apache2.2-common depends on:
ii  apache2-utils                 2.2.3-3.2  utility programs for webservers
ii  libmagic1                     4.17-5     File type determination library us
ii  lsb-base                      3.1-22     Linux Standard Base 3.1 init scrip
ii  mime-support                  3.39-1     MIME files 'mime.types' & 'mailcap
ii  net-tools                     1.60-17    The NET-3 networking toolkit

apache2.2-common recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Hi,

> When my Apache starts up, it says in the error log:
> 
>   Init: Session Cache is not configured [hint: SSLSessionCache]
>
> This is in spite of /etc/apache2/mods-available/ssl.conf (which I 
> haven't touched) containing 
> 
>   SSLSessionCache        shmcb:/var/run/apache2/ssl_scache(512000)

The <ifmodule > block works correctly. However the error message can 
appear if you have (for whatever reason) only the ssl.load but not 
the ssl.conf symlink in mods-enabled. "a2dismod ssl ; a2enmod ssl " 
should fix it.

This is not a bug in the apache package.

Cheers,
Stefan


--- End Message ---

Reply to: