fix configuration file for httpd 2.4, #871417
parent
680a691c87
commit
b481b18570
@ -1,7 +1,14 @@
|
|||||||
ScriptAlias /man/ "/usr/lib/man2html/cgi-bin/man/"
|
ScriptAlias /man/ "/usr/lib/man2html/cgi-bin/man/"
|
||||||
<Directory "/usr/lib/man2html/cgi-bin/man">
|
<Directory "/usr/lib/man2html/cgi-bin/man">
|
||||||
Options None
|
Options None
|
||||||
|
<IfModule mod_authz_core.c>
|
||||||
|
# Apache 2.4
|
||||||
|
Require local
|
||||||
|
</IfModule>
|
||||||
|
<IfModule !mod_authz_core.c>
|
||||||
|
# Apache 2.2
|
||||||
AllowOverride None
|
AllowOverride None
|
||||||
Order allow,deny
|
Order allow,deny
|
||||||
Allow from 127.0.0.1
|
Allow from 127.0.0.1
|
||||||
|
</IfModule>
|
||||||
</Directory>
|
</Directory>
|
Loading…
Reference in new issue