blob: f2cbc8f363c53ce79016f308c1c759e935cd63a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#
# This configuration file allows the manual to be accessed at
# http://localhost/manual/
#
AliasMatch ^/manual(?:/(?:de|en|fr|ja|ko|ru))?(/.*)?$ "/var/www/manual$1"
<Directory "/var/www/manual">
Options Indexes
AllowOverride None
Order allow,deny
Allow from all
</Directory>
|