[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Progress installing svn (Was: rusty razorblade)

From: Eric Penfold <eric_at_eponus.com>
Date: 2005-03-08 08:49:32 CET

Mike Dewhirst wrote:
> Ben
> At 11:26 am 8/03/2005, Ben Collins-Sussman wrote:
>
>> On Mar 7, 2005, at 5:59 PM, Mike Dewhirst wrote:
>>
>>> Could not read status line: connection was closed by server.
>>> (http://192.168.0.11)
>>
>> This message usually means that the httpd process crashed. Look at
>> the apache errorlog for details.
>
> Finally found the log. Should have thought of it before asking - but I'm
> none the wiser at the moment. Here are the last few lines ...
>
> [Tue Mar 08 10:40:47 2005] [warn] Init: Session Cache is not configured
> [hint: SSLSessionCache]
> [Tue Mar 08 10:40:47 2005] [notice] suEXEC mechanism enabled (wrapper:
> /usr/sbin/suexec2)
> [Tue Mar 08 10:40:48 2005] [notice] Apache/2.0.49 (Linux/SuSE)
> configured -- resuming normal operations
> [Tue Mar 08 10:41:19 2005] [notice] child pid 14808 exit signal
> Segmentation fault (11)
> .. more like that ...
> [Tue Mar 08 11:03:30 2005] [notice] child pid 14967 exit signal
> Segmentation fault (11)
> [Tue Mar 08 11:04:48 2005] [notice] caught SIGTERM, shutting down
>
> Could give me a hint about SSLSessionCache please?

The hint is that it wants to be set - although not doing so is unlikely
to cause this particular crash, especially as you dont seem to be using
https.

For more info, see:
http://httpd.apache.org/docs-2.0/mod/mod_ssl.html#sslsessioncache

It defaults to "none", if not specified;
My vanilla FreeBSD Apache2 installs have it set to:

SSLSessionCache dbm:/var/run/ssl_scache

>
> Thanks
>
> Mike

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 8 08:51:59 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.