]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Add more (trace) logging to the ap_scan_script_header*() functions
authorStefan Fritsch <sf@apache.org>
Sat, 16 Jul 2011 21:53:18 +0000 (21:53 +0000)
committerStefan Fritsch <sf@apache.org>
Sat, 16 Jul 2011 21:53:18 +0000 (21:53 +0000)
commitbeb3ea9c11ef0fb6396403120f29d9ab2cae3215
tree6d5994e64b06a8a5292c1e69f893bde01470211c
parent255b79ce73dae6177c63ee6fadd49bc90086e2a6
Add more (trace) logging to the ap_scan_script_header*() functions
Add ap_scan_script_header*_ex() functions that take a module index for
logging.
Make mod_cgi, mod_cgid, mod_proxy_fcgi, mod_proxy_scgi, mod_isapi use the
new functions.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1147493 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
include/ap_mmn.h
include/util_script.h
modules/arch/win32/mod_isapi.c
modules/generators/mod_asis.c
modules/generators/mod_cgi.c
modules/generators/mod_cgid.c
modules/proxy/mod_proxy_fcgi.c
modules/proxy/mod_proxy_scgi.c
server/util_script.c