RE: [OT] Server error log says "Accept mutex: sysvsem"

2002-02-06 Thread Kyle Oppenheim
> However, the sample configuration file supplied with Apache contains no > AcceptMutex runtime directive nor did I come across documentation > suggesting how it should be used or where I would learn the options for > my system (linux, i686, kernel 2.4.7-10). There's a good description of what th

Re: [OT] Server error log says "Accept mutex: sysvsem"

2002-02-06 Thread Joerg Plate
>> The following message keeps appearing in my server error log >> guess would be that it's harmless. > Presumably this only happens when you restart the server? The source file is 'main/http_main.c' and the function is "standalone_main". ap_log_error(APLOG_MARK, APLOG_NOERRNO|APLOG_NOTICE,

RE: [OT] Server error log says "Accept mutex: sysvsem"

2002-02-06 Thread Al Pacifico
IN) Cc: Al Pacifico; [EMAIL PROTECTED] Subject: Re: [OT] Server error log says "Accept mutex: sysvsem" Hi there, On Wed, 6 Feb 2002, Rafiq Ismail (ADMIN) wrote: > > The following message keeps appearing in my server error log > guess would be that it's harmless. Nothing to

Re: [OT] Server error log says "Accept mutex: sysvsem"

2002-02-06 Thread Ged Haywood
Hi there, On Wed, 6 Feb 2002, Rafiq Ismail (ADMIN) wrote: > > The following message keeps appearing in my server error log > guess would be that it's harmless. Nothing to do with mod_perl, check the Apache docs (performance tuning guide). Presumably this only happens when you restart the server

Re: Server error log says "Accept mutex: sysvsem"

2002-02-06 Thread Rafiq Ismail (ADMIN)
Not sure but it just looks like you're getting confirmation of semaphore locking which is probably occuring between the different processes - I'd guess. Then again, it's worrying that it's being directed to STDERR. My guess would be that it's harmless. Check the options with which you rebuilt a

Server error log says "Accept mutex: sysvsem"

2002-02-05 Thread Al Pacifico
The following message keeps appearing in my server error log after building a newer version of Apache (v.1.3.23) and mod_perl (v.1.26) than I had been running. I never saw this before (I think I had Apache 1.3.20 with mod_perl 1.24 most recently). What does it mean and should I worry?