Blame SOURCES/manual.conf

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