SHA256
1
0
forked from pool/apache2

- removed note about ulimits in sysconfig file [bsc#976711]

OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=475
This commit is contained in:
Petr Gajdos 2016-05-05 07:04:28 +00:00 committed by Git OBS Bridge
parent 634cc9df6a
commit 268b796e9e
2 changed files with 5 additions and 10 deletions

View File

@ -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

View File

@ -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)