We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71a24aa commit 41ac8c7Copy full SHA for 41ac8c7
cookbook/configuration/web_server_configuration.rst
@@ -132,8 +132,8 @@ directive to pass requests for PHP files to PHP FPM:
132
#
133
# SetEnvIfNoCase ^Authorization$ "(.+)" HTTP_AUTHORIZATION=$1
134
135
- # For Apache 2.4.9 or upper
136
- # This avoid problems with ProxyPassMatch and mod_rewrite or mod_autoindex
+ # For Apache 2.4.9 or higher
+ # Using SetHandler avoids issues with using ProxyPassMatch in combination with mod_rewrite or mod_autoindex
137
<FilesMatch \.php$>
138
SetHandler proxy:fcgi://127.0.0.1:9000
139
</FilesMatch>
0 commit comments