summaryrefslogtreecommitdiffstats
path: root/manual.conf
diff options
context:
space:
mode:
authorJoe Orton <jorton@redhat.com>2012-03-13 16:04:44 +0000
committerJoe Orton <jorton@redhat.com>2012-03-13 16:04:44 +0000
commitc540f64f85aa77e8c6be7995546773739c3f0ba3 (patch)
tree3b66064b3dd0cb538248ff659f68785baee5f166 /manual.conf
parent9c13a78f8b07bcfc118da90458032b9b041272f4 (diff)
downloadhttpd-c540f64f85aa77e8c6be7995546773739c3f0ba3.tar.gz
httpd-c540f64f85aa77e8c6be7995546773739c3f0ba3.tar.xz
httpd-c540f64f85aa77e8c6be7995546773739c3f0ba3.zip
split autoindex config to conf.d/autoindex.conf
ship additional example configs in docdir
Diffstat (limited to 'manual.conf')
-rw-r--r--manual.conf11
1 files changed, 0 insertions, 11 deletions
diff --git a/manual.conf b/manual.conf
deleted file mode 100644
index d09757d..0000000
--- a/manual.conf
+++ /dev/null
@@ -1,11 +0,0 @@
-#
-# 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>