diff --git a/apache2.changes b/apache2.changes index 3ecac1b..6aa4552 100644 --- a/apache2.changes +++ b/apache2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu May 5 07:06:05 UTC 2016 - pgajdos@suse.com + +- removed note about ulimits in sysconfig file [bsc#976711] + ------------------------------------------------------------------- Mon May 2 07:48:44 UTC 2016 - pgajdos@suse.com diff --git a/sysconfig.apache2 b/sysconfig.apache2 index 6ec8184..1f81b69 100644 --- a/sysconfig.apache2 +++ b/sysconfig.apache2 @@ -117,16 +117,6 @@ APACHE_SERVER_FLAGS="" # (if not set, /etc/apache2/httpd.conf is used.) # It is unusual to need to use this setting. # -# Note about ulimits: -# if you want to set ulimits, e.g. to increase the max number of open file handle, -# or to allow core files, you can do so by editing /etc/sysconfig/apache2 and -# simply write the ulimit commands into that file. -# Example: -# ulimit -n 16384 -# ulimit -H -n 16384 -# ulimit -c unlimited -# See the output of "help ulimit" in the bash, or "man 1 ulimit". -# APACHE_HTTPD_CONF="" ## Type: list(prefork,worker,event,itk)