Bug 1035214

Summary: MaxClients/ServerLimit in httpd config of zend-6.1 is 5 instead of 60.
Product: OpenShift Online Reporter: Liang Xia <lxia>
Component: ImageAssignee: Vojtech Vitek <vvitek>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: low Docs Contact:
Priority: low    
Version: 2.xCC: bparees, hripps, mfojtik, vvitek
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-30 00:51:10 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

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.