summaryrefslogtreecommitdiffstats
path: root/httpd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'httpd.conf')
-rw-r--r--httpd.conf32
1 files changed, 2 insertions, 30 deletions
diff --git a/httpd.conf b/httpd.conf
index 01d6220..cabf318 100644
--- a/httpd.conf
+++ b/httpd.conf
@@ -526,41 +526,13 @@ Alias /icons/ "/var/www/icons/"
</Directory>
#
-# This should be changed to the ServerRoot/manual/. The alias provides
-# the manual, even if you choose to move your DocumentRoot. You may comment
-# this out if you do not care for the documentation.
-#
-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
-
- <Files *.html>
- SetHandler type-map
- </Files>
-
- SetEnvIf Request_URI ^/manual/de/ prefer-language=de
- SetEnvIf Request_URI ^/manual/en/ prefer-language=en
- SetEnvIf Request_URI ^/manual/fr/ prefer-language=fr
- SetEnvIf Request_URI ^/manual/ja/ prefer-language=ja
- SetEnvIf Request_URI ^/manual/ko/ prefer-language=ko
- SetEnvIf Request_URI ^/manual/ru/ prefer-language=ru
- RedirectMatch 301 ^/manual(?:/(de|en|fr|ja|ko|ru)){2,}(/.*)?$ /manual/$1$2
-</Directory>
-
+# WebDAV module configuration section.
+#
<IfModule mod_dav_fs.c>
# Location of the WebDAV lock database.
DAVLockDB /var/lib/dav/lockdb
</IfModule>
-<IfModule mod_dav.c>
- # XML request bodies are loaded into memory; limit to 128K by default
- LimitXMLRequestBody 131072
-</IfModule>
-
#
# ScriptAlias: This controls which directories contain server scripts.
# ScriptAliases are essentially the same as Aliases, except that