Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8560038

Browse files
committed
[#2529] Minor tweak thanks to @wouterj
1 parent a4a78d7 commit 8560038

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cookbook/configuration/web_server_configuration.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ If you are using **php-cgi**, Apache does not pass HTTP basic username and
4545
password to PHP by default. To work around this limitation, you should use the
4646
following configuration snippet:
4747

48+
.. code-block:: apache
49+
4850
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
4951
5052
Nginx

0 commit comments

Comments
 (0)