2004-09-09 06:22:22 +00:00
|
|
|
#
|
|
|
|
# This configuration file allows the manual to be accessed at
|
|
|
|
# http://localhost/manual/
|
|
|
|
#
|
2012-03-13 09:55:18 +00:00
|
|
|
AliasMatch ^/manual(?:/(?:de|en|fr|ja|ko|ru))?(/.*)?$ "/usr/share/httpd/manual$1"
|
2004-09-09 06:22:22 +00:00
|
|
|
|
2012-03-13 09:55:18 +00:00
|
|
|
<Directory "/usr/share/httpd/manual">
|
2004-09-09 06:22:22 +00:00
|
|
|
Options Indexes
|
|
|
|
AllowOverride None
|
2012-03-13 09:55:18 +00:00
|
|
|
Require all granted
|
2004-09-09 06:22:22 +00:00
|
|
|
</Directory>
|