Skip to content

Commit 41ac8c7

Browse files
TeLiXjweaverryan
authored andcommitted
Update web_server_configuration.rst
1 parent 71a24aa commit 41ac8c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/configuration/web_server_configuration.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ directive to pass requests for PHP files to PHP FPM:
132132
#
133133
# SetEnvIfNoCase ^Authorization$ "(.+)" HTTP_AUTHORIZATION=$1
134134
135-
# For Apache 2.4.9 or upper
136-
# This avoid problems with ProxyPassMatch and mod_rewrite or mod_autoindex
135+
# For Apache 2.4.9 or higher
136+
# Using SetHandler avoids issues with using ProxyPassMatch in combination with mod_rewrite or mod_autoindex
137137
<FilesMatch \.php$>
138138
SetHandler proxy:fcgi://127.0.0.1:9000
139139
</FilesMatch>

0 commit comments

Comments
 (0)