On Jun 13, 2004, at 3:24 PM, Joe Orton wrote:
The problem is that if you use an EAPI-patched-1.3, you get a path to a mutex file hard-coded into the httpd binary. If this path is absolute, as above, then you need permission in that path to create a file, so using httpd-test to run httpd as a user doesn't work if that path is only writable by root, obviously.
Yes, but the thing is that I don't get this error with Apache::Test, only with Apache::test (not the difference in the "t").
You can compile EAPI-patched-1.3 with a relative EAPI_MM_CORE_PATH (or wahtever it is, I don't remember), and the problem will go away as it will become effectively ServerRoot-relative.
Hrm. Could A-T be turning off the MM stuff?
Regards,
David