[Pkg-apache-commits] r1286 - in /branches/squeeze-apache2: README.Debian changelog

sf at alioth.debian.org sf at alioth.debian.org
Sun Feb 27 23:06:47 UTC 2011


Author: sf
Date: Sun Feb 27 23:06:40 2011
New Revision: 1286

URL: http://svn.debian.org/wsvn/pkg-apache/?sc=1&rev=1286
Log:
Add hint in README.Debian about how to increase max number of open files

Modified:
    branches/squeeze-apache2/README.Debian
    branches/squeeze-apache2/changelog

Modified: branches/squeeze-apache2/README.Debian
URL: http://svn.debian.org/wsvn/pkg-apache/branches/squeeze-apache2/README.Debian?rev=1286&op=diff
==============================================================================
--- branches/squeeze-apache2/README.Debian (original)
+++ branches/squeeze-apache2/README.Debian Sun Feb 27 23:06:40 2011
@@ -391,3 +391,9 @@
 
 Apache also needs write permission to the directory containing the file, in
 order to replace it atomically.
+
+12) How to increase the ulimit for the max number of open files?
+
+Add the following line to /etc/apache2/envvars:
+
+	APACHE_ULIMIT_MAX_FILES='ulimit -n 65536'

Modified: branches/squeeze-apache2/changelog
URL: http://svn.debian.org/wsvn/pkg-apache/branches/squeeze-apache2/changelog?rev=1286&op=diff
==============================================================================
--- branches/squeeze-apache2/changelog (original)
+++ branches/squeeze-apache2/changelog Sun Feb 27 23:06:40 2011
@@ -4,6 +4,8 @@
     Closes: #613969
   * Add hint in README.Debian about 403 error with mod_dav PUT.
     Closes: #613438
+  * Add hint in README.Debian about how to increase max number of open
+    files. Closes: #615632
 
  -- Stefan Fritsch <sf at debian.org>  Sat, 26 Feb 2011 15:06:38 +0100
 




More information about the Pkg-apache-commits mailing list