diff options
author | Stefan Fritsch <sf@apache.org> | 2010-09-05 17:44:19 +0200 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2010-09-05 17:44:19 +0200 |
commit | 70be0f7a073f54474461c22ba8ca943bf8e0373a (patch) | |
tree | 31e5ab8cead4815d8f6faf3c4d355eb713bb6ec0 /include/http_config.h | |
parent | Disable sendfile by default, as discussed at (diff) | |
download | apache2-70be0f7a073f54474461c22ba8ca943bf8e0373a.tar.xz apache2-70be0f7a073f54474461c22ba8ca943bf8e0373a.zip |
Add ErrorLogFormat directive for configuring the error log format, including
additional information that is logged once per connection or request.
Add error log IDs for connections and request to allow correlating error log
lines and the corresponding access log entry.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@992806 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/http_config.h')
-rw-r--r-- | include/http_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/http_config.h b/include/http_config.h index c0b2dd7b44..095880d918 100644 --- a/include/http_config.h +++ b/include/http_config.h @@ -724,7 +724,7 @@ AP_DECLARE(const char *) ap_find_module_name(module *m); /** * Find the short name of the module identified by the specified module index * @param module_index The module index to get the name for - * @return the name of the module + * @return the name of the module, NULL if not found */ AP_DECLARE(const char *) ap_find_module_short_name(int module_index); /** |