summaryrefslogtreecommitdiffstats
path: root/httpd.conf
diff options
context:
space:
mode:
authorcvsdist <cvsdist@fedoraproject.org>2004-09-09 06:16:56 +0000
committercvsdist <cvsdist@fedoraproject.org>2004-09-09 06:16:56 +0000
commit6356941d7174ac4cb94ba9bb2d6fe71849128384 (patch)
tree3f11caf9a87b927bf781f7c08f7a72065718bec2 /httpd.conf
parent2d6a2e5261dd79b1fb2f32ead440dd0425582a75 (diff)
downloadhttpd-6356941d7174ac4cb94ba9bb2d6fe71849128384.tar.gz
httpd-6356941d7174ac4cb94ba9bb2d6fe71849128384.tar.xz
httpd-6356941d7174ac4cb94ba9bb2d6fe71849128384.zip
auto-import httpd-2.0.48-10 from httpd-2.0.48-10.src.rpmhttpd-2_0_48-10FC-2-split
Diffstat (limited to 'httpd.conf')
-rw-r--r--httpd.conf8
1 files changed, 6 insertions, 2 deletions
diff --git a/httpd.conf b/httpd.conf
index 4dabb4a..7d7f90d 100644
--- a/httpd.conf
+++ b/httpd.conf
@@ -110,7 +110,7 @@ StartServers 8
MinSpareServers 5
MaxSpareServers 20
MaxClients 150
-MaxRequestsPerChild 1000
+MaxRequestsPerChild 4000
</IfModule>
# worker MPM
@@ -168,7 +168,6 @@ LoadModule expires_module modules/mod_expires.so
LoadModule deflate_module modules/mod_deflate.so
LoadModule headers_module modules/mod_headers.so
LoadModule usertrack_module modules/mod_usertrack.so
-LoadModule unique_id_module modules/mod_unique_id.so
LoadModule setenvif_module modules/mod_setenvif.so
LoadModule mime_module modules/mod_mime.so
LoadModule dav_module modules/mod_dav.so
@@ -1034,6 +1033,11 @@ BrowserMatch "^gnome-vfs" redirect-carefully
# Use name-based virtual hosting.
#
#NameVirtualHost *:80
+#
+# NOTE: NameVirtualHost cannot be used without a port specifier
+# (e.g. :80) if mod_ssl is being used, due to the nature of the
+# SSL protocol.
+#
#
# VirtualHost example: