summaryrefslogtreecommitdiffstats
path: root/manual.conf
diff options
context:
space:
mode:
authorJoe Orton <jorton@redhat.com>2012-03-13 09:55:18 +0000
committerJoe Orton <jorton@redhat.com>2012-03-13 09:55:18 +0000
commit3a44ff765502ac564b64b4958239d30e8566dcaf (patch)
tree24433e423b88c4319e138caa4d0e3c94a8458b30 /manual.conf
parent61679dd90cf1ebd9e9342223ce5344346a9142ce (diff)
downloadhttpd-3a44ff765502ac564b64b4958239d30e8566dcaf.tar.gz
httpd-3a44ff765502ac564b64b4958239d30e8566dcaf.tar.xz
httpd-3a44ff765502ac564b64b4958239d30e8566dcaf.zip
update to 2.4.1
- adopt upstream default httpd.conf (almost verbatim) - split all LoadModules to conf.modules.d/*.conf - include conf.d/*.conf at end of httpd.conf - trim %changelog
Diffstat (limited to 'manual.conf')
-rw-r--r--manual.conf7
1 files changed, 3 insertions, 4 deletions
diff --git a/manual.conf b/manual.conf
index f2cbc8f..d09757d 100644
--- a/manual.conf
+++ b/manual.conf
@@ -2,11 +2,10 @@
# 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"
+AliasMatch ^/manual(?:/(?:de|en|fr|ja|ko|ru))?(/.*)?$ "/usr/share/httpd/manual$1"
-<Directory "/var/www/manual">
+<Directory "/usr/share/httpd/manual">
Options Indexes
AllowOverride None
- Order allow,deny
- Allow from all
+ Require all granted
</Directory>