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 a4a78d7 commit 8560038Copy full SHA for 8560038
cookbook/configuration/web_server_configuration.rst
@@ -45,6 +45,8 @@ 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
+.. code-block:: apache
49
+
50
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
51
52
Nginx
0 commit comments