Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 02 Jul 2011 07:49:34 +0200
From:      Frank Bonnet <f.bonnet@esiee.fr>
To:        freebsd-apache@freebsd.org
Subject:   Re: Error from apache/dav after system upgrade: Init: Session Cache is not configured [hint: SSLSessionCache]
Message-ID:  <4E0EB16E.3010101@esiee.fr>
In-Reply-To: <4E0E6320.7020605@rawbw.com>
References:  <4E0E4679.7010600@rawbw.com>	<20110701224622.GA34343@icarus.home.lan> <4E0E6320.7020605@rawbw.com>

next in thread | previous in thread | raw e-mail | index | archive | help
could you show the httpd.conf file ?

Le 02/07/2011 02:15, Yuri a =E9crit :
> On 07/01/2011 15:46, Jeremy Chadwick wrote:
>> Hmm? The stock /usr/local/etc/apache22/extra/httpd-ssl.conf file has
>> the following lines: 58 # Inter-Process Session Cache: 59 # Configure
>> the SSL Session Cache: First the mechanism 60 # to use and second the
>> expiring timeout (in seconds). 61 #SSLSessionCache
>> "dbm:/var/run/ssl_scache" 62 SSLSessionCache
>> "shmcb:/var/run/ssl_scache(512000)" 63 SSLSessionCacheTimeout 300 Note
>> line 61 is commented out, and line 62 IS NOT commented out. Line 62 is
>> what you should be using. We use Apache with SSL on our production web
>> infrastructure and do not have any issues with "Session Cache is not
>> configured". Please double and triple-check your Apache configuration.
>> Every time Apache is upgraded, it's the administrator's responsibility
>> to go through and make sure his/her configuration files are properly
>> "merged" with the default/stock ones.
>
> The problem is that my configuration had no SSL at all. httpd-ssl.conf
> was not even included. Very simple local site. I didn't touch
> configuration during system upgrade.
> After upgrade this problem occurs with svn/dav connections. ([warn]
> Init: Session Cache is not configured [hint: SSLSessionCache])
>
> This section causes the problem:
> <Location /svn/app>
> DAV svn
> SVNPath /home/my-repository
> AuthUserFile /usr/local/www/.htpasswd
> AuthName "Subversion repository"
> AuthType Basic
> require valid-user
> </Location>
>
> If such a simple configuration breaks this should be noted in
> /usr/ports/UPGRADING.
>
> It asks for SSL certificate on the server with no SSL at all.
>
> Yuri
> _______________________________________________
> freebsd-apache@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-apache
> To unsubscribe, send any mail to "freebsd-apache-unsubscribe@freebsd.or=
g"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4E0EB16E.3010101>