]> granicus.if.org Git - apache/commit
- Introduce ap_log_cserror to allow mod_ssl to associate log messages to
authorStefan Fritsch <sf@apache.org>
Mon, 14 Jun 2010 19:59:05 +0000 (19:59 +0000)
committerStefan Fritsch <sf@apache.org>
Mon, 14 Jun 2010 19:59:05 +0000 (19:59 +0000)
commit0d11ddb595411d5cb29afaad52cba30c9a2b67af
tree26b8b8e6b2412c933122227c8a1211a6844e406a
parentec66a903b9c4b2ebddb54367e656ae112944f45e
- Introduce ap_log_cserror to allow mod_ssl to associate log messages to
  different servers than c->base_server.
- Adjust the scope of some mod_ssl trace logging from server to conn.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@954611 13f79535-47bb-0310-9956-ffa450edef68
include/ap_mmn.h
include/http_config.h
include/http_log.h
modules/ssl/ssl_engine_io.c
modules/ssl/ssl_engine_kernel.c
server/log.c
server/util_debug.c