mirror of
https://github.com/apache/httpd.git
synced 2025-08-10 02:56:11 +00:00

error was logged when "SSLProxyEngine" was only configured in the location/proxy section and not the overall server. The connection continued to work, the error log was in error. Fixed PR66190. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1903167 13f79535-47bb-0310-9956-ffa450edef68
6 lines
305 B
Plaintext
6 lines
305 B
Plaintext
*) mod_ssl: when a proxy connection had handled a request using SSL, an
|
|
error was logged when "SSLProxyEngine" was only configured in the
|
|
location/proxy section and not the overall server. The connection
|
|
continued to work, the error log was in error. Fixed PR66190.
|
|
[Stefan Eissing]
|