Re: [Codestriker-user] svn: Can't write to stream: Broken pipe
Brought to you by:
sits
|
From: David S. <si...@us...> - 2006-08-23 04:39:30
|
Vladimir Sizikov wrote: > Hi David, > > On 8/22/06, David Sitsky <si...@us...> wrote: >>> I can confirm the same thing, Codestriker with mod_perl config doesn't >>> work, and produces these confusing errors. >> This is really due to the black magic of mod_perl... > > Seems so. > >> Just curious - are you running with Apache 1 or 2? > > Both Fedora Core 4 and Fedora Core 5 come with Apache 2. I haven't used apache2 in anger, but it is possible to configure it to use the same process model as apache1, that is a separate process per request. I believe if you configure your apache server to use the prefork MPM, then this may make codestriker work correctly under mod_perl2. http://httpd.apache.org/docs/2.0/mod/prefork.html Please let me know how you go. I don't have access to an apache2 machine at present. Cheers, David |