summaryrefslogtreecommitdiff
path: root/docs/conf/httpd-win.conf
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf/httpd-win.conf')
-rw-r--r--docs/conf/httpd-win.conf26
1 files changed, 25 insertions, 1 deletions
diff --git a/docs/conf/httpd-win.conf b/docs/conf/httpd-win.conf
index 1f67c9cb21..09aeab5a68 100644
--- a/docs/conf/httpd-win.conf
+++ b/docs/conf/httpd-win.conf
@@ -321,7 +321,8 @@ DirectoryIndex index.html index.html.var
#
# AccessFileName: The name of the file to look for in each directory
-# for access control information. See also the AllowOverride directive.
+# for additional configuration directives. See also the AllowOverride
+# directive.
#
AccessFileName .htaccess
@@ -371,6 +372,16 @@ DefaultType text/plain
HostnameLookups Off
#
+# EnableMMAP: Control whether memory-mapping is used to deliver
+# files (assuming that the underlying OS supports it).
+# The default is on; turn this off if you serve from NFS-mounted
+# filesystems. On some systems, turning it off (regardless of
+# filesystem) can improve performance; for details, please see
+# http://httpd.apache.org/docs-2.0/mod/core.html#enablemmap
+#
+#EnableMMAP off
+
+#
# ErrorLog: The location of the error log file.
# If you do not specify an ErrorLog directive within a <VirtualHost>
# container, error messages relating to that virtual host will be
@@ -418,6 +429,16 @@ CustomLog logs/access.log common
#CustomLog logs/access.log combined
#
+# ServerTokens
+# This directive configures what you return as the Server HTTP response
+# Header. The default is 'Full' which sends information about the OS-Type
+# and compiled in modules.
+# Set to one of: Full | OS | Minor | Minimal | Major | Prod
+# where Full conveys the most information, and Prod the least.
+#
+ServerTokens Full
+
+#
# Optionally add a line containing the server version and virtual host
# name to server-generated pages (internal error documents, FTP directory
# listings, mod_status and mod_info output etc., but not CGI generated
@@ -748,6 +769,7 @@ AddType image/x-icon .ico
#
AddHandler type-map var
+#
# Filters allow you to process content before it is sent to the client.
#
# To parse .shtml files for server-side includes (SSI):
@@ -844,9 +866,11 @@ BrowserMatch "JDK/1\.0" force-response-1.0
# a directory that does not include the trailing slash. This fixes a
# problem with Microsoft WebFolders which does not appropriately handle
# redirects for folders with DAV methods.
+# Same deal with Apple's DAV filesystem.
#
BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully
BrowserMatch "^WebDrive" redirect-carefully
+BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully
#
# Allow server status reports generated by mod_status,