Files
main/server/web/apache/files/00_apache_manual.conf
2015-09-05 00:01:04 +03:00

10 lines
303 B
Plaintext

#
# This configuration file allows the manual to be accessed at
# http://localhost/manual/
#
AliasMatch ^/manual(?:/(?:de|en|fr|ja|ko|ru))?(/.*)?$ "/usr/share/doc/apache/manual$1"
<Directory "/usr/share/doc/apache/manual">
Options Indexes
AllowOverride None
Require all granted
</Directory>