summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd/conf/httpd.conf-dist-win
diff options
context:
space:
mode:
authorBob Beck <beck@cvs.openbsd.org>1999-09-29 06:30:11 +0000
committerBob Beck <beck@cvs.openbsd.org>1999-09-29 06:30:11 +0000
commitd7a28c8e58fea890c759cc33cd38ab83a7c526c6 (patch)
treef0f30a4771b74f546171ab069514b642ac12a521 /usr.sbin/httpd/conf/httpd.conf-dist-win
parent0ec93a585fb52894b76953291e90f5b41f3b543e (diff)
Apache 1.3.9 + Mod_ssl 2.4.2 - now builds with apaci nastiness.
Diffstat (limited to 'usr.sbin/httpd/conf/httpd.conf-dist-win')
-rw-r--r--usr.sbin/httpd/conf/httpd.conf-dist-win18
1 files changed, 10 insertions, 8 deletions
diff --git a/usr.sbin/httpd/conf/httpd.conf-dist-win b/usr.sbin/httpd/conf/httpd.conf-dist-win
index dad2bc424ec..f5b6a4c7f10 100644
--- a/usr.sbin/httpd/conf/httpd.conf-dist-win
+++ b/usr.sbin/httpd/conf/httpd.conf-dist-win
@@ -89,13 +89,6 @@ ScoreBoardFile logs/apache_status
#AccessConfig conf/access.conf
#
-# ExtendedStatus controls whether Apache will generate "full" status
-# information (ExtendedStatus On) or just basic information (ExtendedStatus
-# Off) when the "server-status" handler is called. The default is Off.
-#
-#ExtendedStatus On
-
-#
# Timeout: The number of seconds before receives and sends time out.
#
Timeout 300
@@ -187,6 +180,13 @@ ThreadsPerChild 50
#LoadModule usertrack_module modules/ApacheModuleUserTrack.dll
#LoadModule ssl_module modules/ApacheModuleSSL.dll
+#
+# ExtendedStatus controls whether Apache will generate "full" status
+# information (ExtendedStatus On) or just basic information (ExtendedStatus
+# Off) when the "server-status" handler is called. The default is Off.
+#
+#ExtendedStatus On
+
### Section 2: 'Main' server configuration
#
# The directives in this section set up the values used by the 'main'
@@ -560,7 +560,7 @@ IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
# to do with the FancyIndexing customisation directives above.
#
AddEncoding x-compress Z
-AddEncoding x-gzip gz
+AddEncoding x-gzip gz tgz
#
# AddLanguage allows you to specify the language of a document. You can
@@ -594,6 +594,8 @@ LanguagePriority en fr de
#AddType application/x-httpd-php3 .phtml
#AddType application/x-httpd-php3-source .phps
+AddType application/x-tar .tgz
+
#
# AddHandler allows you to map certain file extensions to "handlers",
# actions unrelated to filetype. These can be either built into the server