ConfigServer Blog
Please note that support is not provided through this blog - any support related comments will be removed
23 Apr 06 : Potential Apache issues due to Zend Optimizer v3.0.0
Just had a problem on a clients server which took a while to track down.
Symptoms: If you rebuild apache/php and find that httpd appears to hang without spawning any children and nothing in the error log, this could be the problem. Using an strace on httpd -X shows the binary hanging on apache module loads. I finally tracked this down to Zend Optimizer v3.0.0 which is available in the current EDGE/CURRENT releases of cPanel ( 10.8.2-EDGE_41) in /scripts/installzendopt. Trick is to edit the script and set: my $ver = '2.6.2'; Then rerun the script and restart httpd. Hopefully this will help anyone who finds themselves with the same issue. CommentsChirpy wrote on 01 May 06 at 16:32:15:
Since it's easy enough to downgrade you could try out v3.0.0 and see if that's OK and if not, downgrade to 2.6.2.
I've seen servers running php v4 and php v5 and Zend Opt v3.0.0 without problems, but some where the above problem with v3.0.0 was a real problem. Might have something to do with the php modules you compile in (e.g. "versioning" Pete Cassetta wrote on 05 May 06 at 14:28:06:
That makes sense. I dropped "versioning" awhile ago because it seems optional or at least none of my customers need it and I ran into some other incompatibility with it (I think PHP5 w/versioning plus Zend was incompatible, but I don't recall 100%).
Ben Faust wrote on 15 Aug 06 at 22:54:29:
Thank you!! We spent the last two hours on the phone with support, who basically said we'd have to reinstall the server box. Then I found your post on Zend 3 issues, and we were back up almost immediately. Thanks again!
Chirpy wrote on 15 Aug 06 at 22:57:36:
Hi Ben,
Glad it helped. It may actually help going up to v3.0.1 now using the same update method described earlier which seems to work now in preference to v3.0.0 Add CommentThis item is closed, it's not possible to add new comments to it or to vote on it
|
Sidebar |




Pete Cassetta wrote on 01 May 06 at 16:27:24: