diff options
Diffstat (limited to 'usr.sbin/httpd/conf/httpd.conf')
-rw-r--r-- | usr.sbin/httpd/conf/httpd.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/httpd/conf/httpd.conf b/usr.sbin/httpd/conf/httpd.conf index e20f8d765cd..f8c5eb62910 100644 --- a/usr.sbin/httpd/conf/httpd.conf +++ b/usr.sbin/httpd/conf/httpd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: httpd.conf,v 1.24 2008/06/07 01:59:36 jdixon Exp $ +# $OpenBSD: httpd.conf,v 1.25 2009/04/01 06:47:34 jmc Exp $ # # Based upon the NCSA server configuration files originally by Rob McCool. # @@ -169,7 +169,7 @@ MaxRequestsPerChild 0 # # MaxFOOPerChild: these directives set the current and hard rlimits for -# the child processes. Attempts to exceed them will cause the the OS to +# the child processes. Attempts to exceed them will cause the OS to # take appropriate action. See the setrlimit(2) and signal(3). # MaxCPUPerChild 0 |