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 ddf358e commit 6848972Copy full SHA for 6848972
cookbook/configuration/web_server_configuration.rst
@@ -41,6 +41,12 @@ are:
41
``AllowOverride None`` and implement the rewrite rules in the ``web/.htaccess``
42
into the virtualhost config.
43
44
+If you are using **php-cgi**, Apache does not pass HTTP basic username and
45
+password to PHP by default. To work around this limitation, you should use the
46
+following configuration snippet:
47
+
48
+ RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
49
50
Nginx
51
-----
52
0 commit comments