summaryrefslogtreecommitdiffstats
path: root/httpd.conf
diff options
context:
space:
mode:
authorjorton <jorton@fedoraproject.org>2006-02-03 10:06:08 +0000
committerjorton <jorton@fedoraproject.org>2006-02-03 10:06:08 +0000
commit73a46bb6e8038074cbdfe05a2c827f1794e9d1cd (patch)
treec324a0f06e2d4dc3675fe2d3ad0f600c672daa2d /httpd.conf
parentab67633ccf720f3d0ca627d7e79ed4483590498e (diff)
downloadhttpd-73a46bb6e8038074cbdfe05a2c827f1794e9d1cd.tar.gz
httpd-73a46bb6e8038074cbdfe05a2c827f1794e9d1cd.tar.xz
httpd-73a46bb6e8038074cbdfe05a2c827f1794e9d1cd.zip
- mod_ssl: add security fix for CVE-2005-3357 (#177914)httpd-2_2_0-5
- mod_imagemap: add security fix for CVE-2005-3352 (#177913) - add fix for AP_INIT_* designated initializers with C++ compilers - httpd.conf: enable HTMLTable in default IndexOptions - httpd.conf: add more "redirect-carefully" matches for DAV clients
Diffstat (limited to 'httpd.conf')
-rw-r--r--httpd.conf9
1 files changed, 6 insertions, 3 deletions
diff --git a/httpd.conf b/httpd.conf
index ddfe7c9..2ab3f8a 100644
--- a/httpd.conf
+++ b/httpd.conf
@@ -588,7 +588,7 @@ ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"
# IndexOptions: Controls the appearance of server-generated directory
# listings.
#
-IndexOptions FancyIndexing VersionSort NameWidth=*
+IndexOptions FancyIndexing VersionSort NameWidth=* HTMLTable
#
# AddIcon* directives tell the server which icon to show for different
@@ -887,9 +887,12 @@ BrowserMatch "JDK/1\.0" force-response-1.0
# Same deal with Apple's DAV filesystem and Gnome VFS support for DAV.
#
BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully
+BrowserMatch "MS FrontPage" redirect-carefully
BrowserMatch "^WebDrive" redirect-carefully
-BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully
-BrowserMatch "^gnome-vfs" redirect-carefully
+BrowserMatch "^WebDAVFS/1.[0123]" redirect-carefully
+BrowserMatch "^gnome-vfs/1.0" redirect-carefully
+BrowserMatch "^XML Spy" redirect-carefully
+BrowserMatch "^Dreamweaver-WebDAV-SCM1" redirect-carefully
#
# Allow server status reports generated by mod_status,