summaryrefslogtreecommitdiffstats
path: root/include/http_config.h
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2010-09-05 17:44:19 +0200
committerStefan Fritsch <sf@apache.org>2010-09-05 17:44:19 +0200
commit70be0f7a073f54474461c22ba8ca943bf8e0373a (patch)
tree31e5ab8cead4815d8f6faf3c4d355eb713bb6ec0 /include/http_config.h
parentDisable sendfile by default, as discussed at (diff)
downloadapache2-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.h2
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);
/**