We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1c4af2 commit 7aa6424Copy full SHA for 7aa6424
2 files changed
test-perl/t/conf/cgi.conf.in
@@ -11,7 +11,7 @@ LoadModule rewrite_module modules/mod_rewrite.so
11
12
<VirtualHost fake_cgi_app>
13
<Location /news>
14
- AllowOverride None
+ AllowOverride None
15
Require all granted
16
RewriteEngine On
17
RewriteRule ^(.*)$ /cgi-bin/test.pl?url=$1 [R]
test-perl/t/conf/extra.conf.in
@@ -19,9 +19,9 @@ WSUpgradeHeader websocket
19
<VirtualHost mpc_test_host>
20
CheckNonce off
21
EnableMCMPReceive
22
- <Directory />
+ <Location />
23
24
- </Directory>
+ </Location>
25
<Location /mod_cluster_manager>
26
SetHandler mod_cluster-manager
27
0 commit comments