Miles Libbey created TS-4596:
--------------------------------
Summary: proxy.config.http.errors.log_error_pages is undocumented
Key: TS-4596
URL: https://issues.apache.org/jira/browse/TS-4596
Project: Traffic Server
Issue Type: Bug
Components: Documentation
Reporter: Miles Libbey
The records.config setting
proxy.config.http.errors.log_error_pages
is undocumented.
Think that this puts any 403/404 etc errors into the error.log file (in
addition to the normal access logs).
proxy/http/HttpTransact.cc: if (s->http_config_param->errors_log_error_pages
&& status_code >= HTTP_STATUS_BAD_REQUEST) {
- its in INT
- think the default is 1 (eg, true)
- setting to 0 stops the bad requests from showing in error.log
- Seems to be reloadable
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)