Description of problem: Fail to enter ZendServer console homepage after config Version-Release number of selected component (if applicable): STG (devenv-stage_975) devenv-stage_975 How reproducible: Always Steps to Reproduce: 1. Create a zend app 2. Launch zendserver web console -> Visit the $app-url/ZendServer 3. Config the zend server Actual results: Fail to enter ZendServer console homepage after config, after click the submit button in last steps, zend server is always in pending status. please check the attacment picture for detail. Expected results: Could enter zend server console normally Additional info
Created attachment 930409 [details] screenshot
I'm seeing 2 404s during the configuration: POST http://$app-url/ZendServer/Bootstrap/renderSummary POST http://$app-url/ZendServer/Bootstrap/save Still digging.
It seems as if some of Zend Server's lighttpd/php daemons crashed. Try to app-restart the app and see if it helps.
Hi David, This happens repeatedly for new Zend applications 100% of the time.
I believe this issue is related to some other changes we're making (not related to the Zend cartridge). I'll post more info once I've confirmed it.
This is actually a bug in the node Apache vhost plugin regarding how the ProxyPass and ProxyPassReverse lines are generated for applications.
Tested on devenv-stage_980: After configuring http://zend61-d.dev.rhcloud.com/ZendServer, it can be redirected to login page http://zend61-d.dev.rhcloud.com/ZendServer/Login as expected.