summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2002-09-18 15:56:50 +0000
committerhenning <henning@openbsd.org>2002-09-18 15:56:50 +0000
commit864392d62de87740aa7372ff495bb0cc784b07e7 (patch)
tree37198bb8425f87df361ba07420137e2799293ce1
parentsome cometics, correct SYNOPSIS (diff)
downloadwireguard-openbsd-864392d62de87740aa7372ff495bb0cc784b07e7.tar.xz
wireguard-openbsd-864392d62de87740aa7372ff495bb0cc784b07e7.zip
no point in limiting MaxRequestsPerChild on OpenBSD
-rw-r--r--usr.sbin/httpd/conf/httpd.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/httpd/conf/httpd.conf b/usr.sbin/httpd/conf/httpd.conf
index afe86f591cd..fc33a531dbe 100644
--- a/usr.sbin/httpd/conf/httpd.conf
+++ b/usr.sbin/httpd/conf/httpd.conf
@@ -1,3 +1,4 @@
+# $OpenBSD: httpd.conf,v 1.13 2002/09/18 15:56:50 henning Exp $
#
# Based upon the NCSA server configuration files originally by Rob McCool.
#
@@ -160,7 +161,7 @@ MaxClients 150
# isn't really needed, but a few (such as Solaris) do have notable leaks
# in the libraries.
#
-MaxRequestsPerChild 30
+MaxRequestsPerChild 0
#
# Listen: Allows you to bind Apache to specific IP addresses and/or