diff options
author | Daniel Earl Poirier <poirier@apache.org> | 2010-02-16 21:50:10 +0100 |
---|---|---|
committer | Daniel Earl Poirier <poirier@apache.org> | 2010-02-16 21:50:10 +0100 |
commit | 0c96068dc42769570088980c7436ba8b9dcf0123 (patch) | |
tree | 2f57ba5a555ffc8ce0228f7d83971d853de1ff4b /CHANGES | |
parent | Fix compile warning (discarding constness of fname) (diff) | |
download | apache2-0c96068dc42769570088980c7436ba8b9dcf0123.tar.xz apache2-0c96068dc42769570088980c7436ba8b9dcf0123.zip |
Log command line on startup, so there's a record of command line
arguments like -f. Suggested by Shaya Potter. [Dan Poirier]
PR: 48752
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@910684 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ Changes with Apache 2.3.7 + *) Log command line on startup, so there's a record of command line + arguments like -f. + PR 48752. [Dan Poirier] + *) Introduce mod_reflector, a handler capable of reflecting POSTed request bodies back within the response through the output filter stack. Can be used to turn an output filter into a web service. |