Bug 1035214 - MaxClients/ServerLimit in httpd config of zend-6.1 is 5 instead of 60.
Summary: MaxClients/ServerLimit in httpd config of zend-6.1 is 5 instead of 60.
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Online
Classification: Red Hat
Component: Image
Version: 2.x
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
: ---
Assignee: Vojtech Vitek
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-27 10:11 UTC by Liang Xia
Modified: 2019-08-15 03:43 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-01-30 00:51:10 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Liang Xia 2013-11-27 10:11:07 UTC
Description of problem:
MaxClients/ServerLimit in httpd config of zend-6.1 is 5 instead of 60.

Version-Release number of selected component (if applicable):
devenv_4077

How reproducible:
always

Steps to Reproduce:
1.SSH into instance.
2.Check MaxClients/ServerLimit in httpd config of all cartridges.
find /usr/libexec/openshift/cartridges | grep -e httpd.conf -e httpd_nolog.conf | xargs grep -e "MaxClients" -e "ServerLimit"
3.

Actual results:
/usr/libexec/openshift/cartridges/zend/versions/6.1/configuration/etc/conf/httpd_nolog.conf.erb:ServerLimit        5
/usr/libexec/openshift/cartridges/zend/versions/6.1/configuration/etc/conf/httpd_nolog.conf.erb:MaxClients         5
/usr/libexec/openshift/cartridges/zend/versions/6.1/configuration/etc/conf/httpd.conf.erb:ServerLimit        5
/usr/libexec/openshift/cartridges/zend/versions/6.1/configuration/etc/conf/httpd.conf.erb:MaxClients         5

Expected results:
The limit is 60.

Additional info:
/usr/libexec/openshift/cartridges/zend/versions/5.6/configuration/etc/conf/httpd_nolog.conf.erb:ServerLimit        60
/usr/libexec/openshift/cartridges/zend/versions/5.6/configuration/etc/conf/httpd_nolog.conf.erb:MaxClients         60
/usr/libexec/openshift/cartridges/zend/versions/5.6/configuration/etc/conf/httpd.conf.erb:ServerLimit        60
/usr/libexec/openshift/cartridges/zend/versions/5.6/configuration/etc/conf/httpd.conf.erb:MaxClients         60
/usr/libexec/openshift/cartridges/php/versions/shared/configuration/etc/conf/httpd_nolog.conf:ServerLimit        60
/usr/libexec/openshift/cartridges/php/versions/shared/configuration/etc/conf/httpd_nolog.conf:MaxClients         60

Comment 1 Vojtech Vitek 2013-11-27 20:54:37 UTC
We're waiting on Zend's feedback on this right now.

Comment 3 openshift-github-bot 2013-12-06 10:10:10 UTC
Commit pushed to master at https://github.com/openshift/li

https://github.com/openshift/li/commit/0c6fb1fb5c9ea8213d3c8c61ee0dfb8a02756bfa
bug 1035214:  MaxClients/ServerLimit in httpd config of zend-6.1 is 5 instead of 60

Comment 4 Liang Xia 2013-12-09 05:55:37 UTC
Checked on devenv-stage_604 with following result,

/usr/libexec/openshift/cartridges/zend/versions/6.1/configuration/etc/conf/httpd_nolog.conf.erb:ServerLimit        60
/usr/libexec/openshift/cartridges/zend/versions/6.1/configuration/etc/conf/httpd_nolog.conf.erb:MaxClients         60
/usr/libexec/openshift/cartridges/zend/versions/6.1/configuration/etc/conf/httpd.conf.erb:ServerLimit        60
/usr/libexec/openshift/cartridges/zend/versions/6.1/configuration/etc/conf/httpd.conf.erb:MaxClients         60

Move to verified.


Note You need to log in before you can comment on or make changes to this bug.