https://bz.apache.org/bugzilla/show_bug.cgi?id=65158

--- Comment #37 from Joe Orton <jor...@redhat.com> ---
It looks like uou are mixing modules compiled from the distribution and
self-compiled in these traces:

execve("/usr/local/httpd/bin/httpd", ["/usr/local/httpd/bin/httpd", "-X", "-f",
"/usr/local/httpd/conf/myhttpd.co"...], 0xffffe4f49e88 /* 23 vars */) = 0
openat(AT_FDCWD, "/etc/httpd/modules/mod_authn_file.so", O_RDONLY|O_CLOEXEC) =
4

which is certainly not a good idea, though I'm not sure it can cause the
symptoms described. 

Please pass "-d /usr/local/httpd" to httpd as well to avoid this, and/or adjust
the config file used.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to