Skip to content

Commit 7aa6424

Browse files
committed
test-perl: Use the same directive as the documentation
1 parent c1c4af2 commit 7aa6424

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

test-perl/t/conf/cgi.conf.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ LoadModule rewrite_module modules/mod_rewrite.so
1111

1212
<VirtualHost fake_cgi_app>
1313
<Location /news>
14-
AllowOverride None
14+
AllowOverride None
1515
Require all granted
1616
RewriteEngine On
1717
RewriteRule ^(.*)$ /cgi-bin/test.pl?url=$1 [R]

test-perl/t/conf/extra.conf.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ WSUpgradeHeader websocket
1919
<VirtualHost mpc_test_host>
2020
CheckNonce off
2121
EnableMCMPReceive
22-
<Directory />
22+
<Location />
2323
Require all granted
24-
</Directory>
24+
</Location>
2525
<Location /mod_cluster_manager>
2626
SetHandler mod_cluster-manager
2727
Require all granted

0 commit comments

Comments
 (0)