https://bz.apache.org/bugzilla/show_bug.cgi?id=62682
Bug ID: 62682
Summary: mpm_event ignores virt host ErrorLog directive
Product: Apache httpd-2
Version: 2.4.34
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: mpm_event
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
By default my new Fedora server v 28 (Linux localhost 4.17.19-200.fc28.x86_64
#1 SMP Fri Aug 24 15:47:41 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux) uses
mpm_event.
When I call a CGI script with print STDERR "test\n"; the entry appears in
/var/log/httpd/error_log (which is the log file specified in the ErrorLog
directive of /etc/httpd/conf/httpd.conf), instead of in the ErrorLog file
specified in the <VirtualHost>.
When I switch to mpm_prefork it works as expected and writes into the file
specified in the <VirtualHost> ErrorLog entry.
I am not sure if this is expected behavior as I have never used mpm_event
before, but it was unexpected to me.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]