From: Jeff Trawick Date: Tue, 2 Jun 2015 23:44:19 +0000 (+0000) Subject: Merge r1683198 from trunk: X-Git-Tag: 2.4.13~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f06e27b409b4ec1fada1516cd3ff20e9ec9961d3;p=thirdparty%2Fapache%2Fhttpd.git Merge r1683198 from trunk: mod_proxy_scgi upgraders likely need to set proxy-scgi-pathinfo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1683199 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/upgrading.xml b/docs/manual/upgrading.xml index 482b258da30..83d48873019 100644 --- a/docs/manual/upgrading.xml +++ b/docs/manual/upgrading.xml @@ -296,6 +296,13 @@ Allow from example.org module="core">LogLevel configuration. +
  • mod_proxy_scgi: The default setting for + PATH_INFO has changed from httpd 2.2, and + some web applications will no longer operate properly with + the new PATH_INFO setting. The previous setting + can be restored by configuring the proxy-scgi-pathinfo + variable.
  • +
  • mod_ssl: CRL based revocation checking now needs to be explicitly configured through SSLCARevocationCheck.