Wednesday 08 December 2004 1:51:42 pm
We host around 30 ez sites all running on apache 2 and haven't seen an issue related to apache 2 since upgrading apache.
There was a discussion previously about the use of apache 2 with php in general here: http://ez.no/community/forum/install_configuration/apache_2_0_support_official With that said, I'm pretty sure that this error is not an apache issue. The error log is simply reporting that the child process (php I suspect) exited with that status.
I suggest that you loik some standard php settings
memory_limit - the default is 8Mb ez needs more than this 20Mb should be OK max_execution_time - (i think) the default is 30 secs, depending on your hardware you will probably need to increase this is template compiling is turned on.
A google on the error message indicates that this is an issue with other apps as well. http://www.google.com.au/search?sourceid=mozclient&ie=utf-8&oe=utf-8&hl=en&q=+Parent%3A+child+process+exited+with+status+3221225477
My Blog: http://www.stuffandcontent.com/
Follow me on twitter: http://twitter.com/brucemorrison
Consolidated eZ Publish Feed : http://friendfeed.com/rooms/ez-publish
|