Re: [mp2] test server cannot start as non-root user with worker mpm

2004-11-25 Thread Stas Bekman
Stas Bekman wrote: [...] I've added this into TestConfig.pm, and am testing right now... Lockfile @t_logs@/accept.lock OK, let us know if that has worked. I hope we can add that for any mpm, and not just netware, since LockFile seems to be a global core option. Am I right? Not sure, why

Re: [mp2] test server cannot start as non-root user with worker mpm

2004-11-04 Thread Stas Bekman
Cory Omand wrote: [...] Oh, you mean we were talking about LockFile all this time, which is wrong when run under non-root user, right? So your global httpd.conf has: LockFile logs/accept.lock No, my global httpd.conf doesn't have an active LockFile directive (there is one in there, but it's comm

Re: [mp2] test server cannot start as non-root user with worker mpm

2004-11-04 Thread Cory Omand
On Tue, 2004-11-02 at 17:43, Stas Bekman wrote: > Cory Omand wrote: > > On Tue, 2004-11-02 at 16:19, Stas Bekman wrote: > > > >>Does your global httpd.conf has an AcceptMutex entry which specifies a > >>location which is only root accessible? So A-T should probably detect that > >>and rewrite th

Re: [mp2] test server cannot start as non-root user with worker mpm

2004-11-02 Thread Stas Bekman
Cory Omand wrote: On Tue, 2004-11-02 at 16:19, Stas Bekman wrote: Does your global httpd.conf has an AcceptMutex entry which specifies a location which is only root accessible? So A-T should probably detect that and rewrite the path to something local (e.g. t/logs/acceptmutex)? The global httpd.

Re: [mp2] test server cannot start as non-root user with worker mpm

2004-11-02 Thread Cory Omand
On Tue, 2004-11-02 at 16:19, Stas Bekman wrote: > Does your global httpd.conf has an AcceptMutex entry which specifies a > location which is only root accessible? So A-T should probably detect that > and rewrite the path to something local (e.g. t/logs/acceptmutex)? The global httpd.conf file, w

Re: [mp2] test server cannot start as non-root user with worker mpm

2004-11-02 Thread Stas Bekman
Cory Omand wrote: [... explanation snipped ...] Does the above clarify where I'm coming from? Yes, thanks for the explanation, Cory. Now I more or less understand what is the problem. Does your global httpd.conf has an AcceptMutex entry which specifies a location which is only root accessible? S

Re: [mp2] test server cannot start as non-root user with worker mpm

2004-11-02 Thread Cory Omand
On Tue, 2004-11-02 at 15:35, Stas Bekman wrote: > Cory Omand wrote: > > [First of all, don't forget to reply-all, when following up on list's > threads. Thanks.] Sorry -- force of habit. > >>It has nothing to do with either A-T or mod_perl, A-T just per-uses the > >>globally installed httpd.co

Re: [mp2] test server cannot start as non-root user with worker mpm

2004-11-02 Thread Stas Bekman
Cory Omand wrote: [First of all, don't forget to reply-all, when following up on list's threads. Thanks.] On Tue, 2004-11-02 at 14:44, Stas Bekman wrote: Cory Omand wrote: -8<-- Start Bug Report 8<-- 1. Problem Description: When running 'make test' as a non

Re: [mp2] test server cannot start as non-root user with worker mpm

2004-11-02 Thread Stas Bekman
Cory Omand wrote: -8<-- Start Bug Report 8<-- 1. Problem Description: When running 'make test' as a non-root user, apache fails to create the default AcceptMutex. All tests fail, and the following is output to the error_log: [Tue Nov 02 17:16:22 2004] [emerg

[mp2] test server cannot start as non-root user with worker mpm

2004-11-02 Thread Cory Omand
-8<-- Start Bug Report 8<-- 1. Problem Description: When running 'make test' as a non-root user, apache fails to create the default AcceptMutex. All tests fail, and the following is output to the error_log: [Tue Nov 02 17:16:22 2004] [emerg] (13)Permission