https://issues.apache.org/bugzilla/show_bug.cgi?id=48752
Summary: log command line options passed to httpd
Product: Apache httpd-2
Version: 2.3-HEAD
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: All
AssignedTo: [email protected]
ReportedBy: [email protected]
Currently, when httpd is run, it output an information line (on my machine to
error.log) that shows an element of the httpd's configuration,
for example
[Tue Feb 16 13:48:05 2010] [notice] Apache/2.2.9 (Debian) DAV/2
PHP/5.2.6-1+lenny4 with Suhosin-Patch mod_ssl/2.2.9 OpenSSL/0.9.8g
mod_perl/2.0.4 Perl/v5.10.0 configured -- resuming normal operations
However, this doesn't really tell me the complete story of this instance. If
it was started with no options, I can infer the rest from the defaults settings
for the httpd binary I have installed (apache2ctl -V). However, if options
(such as -d for ServerRoot or -f for the conf file) were specified, I don't
have that info anywhere. While I generally can access it via ps, this is only
if the process is still running. It would seem to be useful to log command
line options passed to httpd as well to enable future debugging.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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]