dave jones
|
Tuesday 01 July 2003 2:32:48 am
Hello. I am running Apache2 on Windows NT 4 Server SP6a w/800Mhz Celeron 256Mb RAM. PHP 4.3.2 works wonderfully under this setup. I have successfully run b2, php-nuke, postnuke, phpWebSite, drupal, envolution, XOOPS2, mambo, phpBB, XMB, phpOpenChat, phpMyAdmin, myPHPBlog, and several other CMS/blogging systems on this setup. I am currently running a postnuke based system very successfully and have had over 15,000 hits with no problems. I have done a clean install (twice) of the eZ3.1 system but straight after the install completes any access to index.php causes a Stack Overflow error in Apache. I'm not sure what to do, since I've read the forums on here and you are undoubtedly going to blame my system, Apache2, my PHP set, my competence, my ability to read and freak sun spot activity before any one will admit that this is a problem with eZ - but I have run just about every other open source CMS on the same box and they all work like a dream. So, any ideas?
|
Bård Farstad
|
Tuesday 01 July 2003 2:36:12 am
Up your PHP memory limit. eZ publish uses more than 8 MB on before it creates cache files. Try setting the memory limit to 20MB and see if it helps. If you're running Apache2 in CGI mode you will have problems, since eZ publish does not officially support CGI. You can find a patch for this in the forums. --bård
Documentation: http://ez.no/doc
|
Bård Farstad
|
Saturday 05 July 2003 9:00:02 am
Dave, this is not an eZ publish issue. It's because PHP is not stable under Apache 2. There is nothing we can do in eZ publish about this. The reason for this is because PHP and it's extensions are not thread safe and since Apache 2 uses multithreading they do not play very well together. So until PHP is stable under Apache 2 I would not recommend running PHP applications under it in a production environment. --bård
Documentation: http://ez.no/doc
|