From owner-freebsd-apache@FreeBSD.ORG Sat Jul 2 06:06:16 2011 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3BBDF106567B for ; Sat, 2 Jul 2011 06:06:16 +0000 (UTC) (envelope-from f.bonnet@esiee.fr) Received: from hp9.esiee.fr (hp9.esiee.fr [147.215.1.4]) by mx1.freebsd.org (Postfix) with ESMTP id E13A68FC1B for ; Sat, 2 Jul 2011 06:06:15 +0000 (UTC) Received: from mail.esiee.fr (mail.esiee.fr [147.215.1.3]) by hp9.esiee.fr (Postfix) with ESMTP id 7C48714E99B1 for ; Sat, 2 Jul 2011 07:48:12 +0200 (CEST) X-DKIM: OpenDKIM Filter v2.3.2 hp9.esiee.fr 7C48714E99B1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=esiee.fr; s=MAILOUT; t=1309585692; bh=84jPOjiNccSYmg4QBoxI7q8T1WeZQ43UOhe4XhDffzA=; h=Message-ID:Date:From:MIME-Version:To:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=x4c0V82iuM2xESEBYvzC3UsVobJPk2q44O7OwYSLRVEbw2IpvC5zj80NPiRxklF1q LNpkiKpcrnJ2cOA1+FJCnb4TINlrf6N5dWegMqaHi5gc7OuO58SyF7sDNTa1revH04 KVm5MLA9c4JVUD+ZVEqAGh22lGE75C/C8cSbCAIs= Received: from mail.esiee.fr (localhost [127.0.0.1]) by VAMS.dummy (Postfix) with SMTP id 694B93C3CAC for ; Sat, 2 Jul 2011 07:48:29 +0200 (CEST) Received: from secure.esiee.fr (secure.esiee.fr [147.215.1.19]) by mail.esiee.fr (Postfix) with ESMTP id 456BF3C3CB3 for ; Sat, 2 Jul 2011 07:48:29 +0200 (CEST) Received: from [127.0.0.1] (chs77-1-82-238-8-126.fbx.proxad.net [82.238.8.126]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: bonnetf) by secure.esiee.fr (Postfix) with ESMTPSA id E2213EAC24 for ; Sat, 2 Jul 2011 07:49:57 +0200 (CEST) Message-ID: <4E0EB16E.3010101@esiee.fr> Date: Sat, 02 Jul 2011 07:49:34 +0200 From: Frank Bonnet User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; fr; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: freebsd-apache@freebsd.org References: <4E0E4679.7010600@rawbw.com> <20110701224622.GA34343@icarus.home.lan> <4E0E6320.7020605@rawbw.com> In-Reply-To: <4E0E6320.7020605@rawbw.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: Error from apache/dav after system upgrade: Init: Session Cache is not configured [hint: SSLSessionCache] X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jul 2011 06:06:16 -0000 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: > > DAV svn > SVNPath /home/my-repository > AuthUserFile /usr/local/www/.htpasswd > AuthName "Subversion repository" > AuthType Basic > require valid-user > > > 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"