summaryrefslogtreecommitdiffstats
path: root/manual.conf
diff options
context:
space:
mode:
authorJoe Orton <jorton@redhat.com>2012-03-13 16:58:07 +0000
committerJoe Orton <jorton@redhat.com>2012-03-13 16:58:07 +0000
commitdd94df0be1191c0cd76a708d1ccbc45da537ac9f (patch)
treef9d804f068c946ca5a444b2c2d2ecea268861d31 /manual.conf
parent2ef12c9266c74bcd6807715c5c61b873167b1daf (diff)
downloadhttpd-dd94df0be1191c0cd76a708d1ccbc45da537ac9f.tar.gz
httpd-dd94df0be1191c0cd76a708d1ccbc45da537ac9f.tar.xz
httpd-dd94df0be1191c0cd76a708d1ccbc45da537ac9f.zip
fix manual.conf
Diffstat (limited to 'manual.conf')
-rw-r--r--manual.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/manual.conf b/manual.conf
new file mode 100644
index 0000000..d09757d
--- /dev/null
+++ b/manual.conf
@@ -0,0 +1,11 @@
+#
+# This configuration file allows the manual to be accessed at
+# http://localhost/manual/
+#
+AliasMatch ^/manual(?:/(?:de|en|fr|ja|ko|ru))?(/.*)?$ "/usr/share/httpd/manual$1"
+
+<Directory "/usr/share/httpd/manual">
+ Options Indexes
+ AllowOverride None
+ Require all granted
+</Directory>