On 2/22/05 1:50 PM, "Matt Sergeant" <[EMAIL PROTECTED]> wrote:
> On 22 Feb 2005, at 10:50, Peter Eisch wrote:
>
>> I have a new server config assembled that I'm going to slide into
>> testing
>> today, finally, that uses the logging via a logging hook I submitted
>> back in
>> Dec. This is also my first rollup of using apache as the connection
>> manager.
>>
>> Does anyone have any experience of things I should watch for while
>> running
>> under apache?
>
> I fear you may be the first adopter. There was one report here of a
> problem with sessions stomping on each other, but no follow up, and
> it's beyond my skills to look into it.
>
> Do make sure you use the prefork MPM though - the threaded ("worker" ?)
> MPM just won't work.
>
I should be good to go:
Server Version: Apache/2.0.53 (Unix) mod_perl/1.99_17 Perl/v5.8.6 DAV/2
Server Built: Feb 17 2005 21:06:05
API Version: 20020903:9
Hostname/port: localhost.:80
Timeouts: connection: 300 keep-alive: 300
MPM Name: Prefork
MPM Information: Max Daemons: 150 Threaded: no Forked: yes
So far, no issues and 300 successful transactions; 17 soft failures; 200
hard rejects. All normal...
Thanks,