]> granicus.if.org Git - apache/commitdiff
mod_proxy_scgi upgraders likely need to set proxy-scgi-pathinfo
authorJeff Trawick <trawick@apache.org>
Tue, 2 Jun 2015 23:35:23 +0000 (23:35 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 2 Jun 2015 23:35:23 +0000 (23:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1683198 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/upgrading.xml

index ab29e41bf217809ac6eec7f0d9e09563aa65e614..02c13f0cd4f9a9e4cdb6c59f67fccd5025865197 100644 (file)
@@ -296,6 +296,13 @@ Allow from example.org
         module="core">LogLevel</directive> configuration.
         </li>
 
+        <li><module>mod_proxy_scgi</module>: The default setting for
+        <code>PATH_INFO</code> has changed from httpd 2.2, and
+        some web applications will no longer operate properly with
+        the new <code>PATH_INFO</code> setting.  The previous setting
+        can be restored by configuring the <code>proxy-scgi-pathinfo</code>
+        variable.</li>
+
         <li><module>mod_ssl</module>: CRL based revocation checking
         now needs to be explicitly configured through <directive
         module="mod_ssl">SSLCARevocationCheck</directive>.