Blame SOURCES/manual.conf

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