Hi guys, I just wanted to comment a problem that seems to be affecting a few people running Cherokee with PHP-fastcgi. During the last weeks, I have received a few reports about Cherokee failing to manage uploads to CMS like Drupal or Jaws.
At first moment it looked like a fcgi handler bug, but after some investigation, I have realized that there was nothing wrong in the server, the problem is in the PHP configuration actually. If you are suffering of this problem, the only thing you have to do is to increase the amount of memory that you allow the PHP server to use per request. In /etc/php/cgi/php.ini (this path depends on your set up, but should be similar), look for the "memory_limit" entry (by default is set to 8M), and increase it to, for example 16 or 32M. Finally, kill all the PHP daemons running in the machine and try to upload the file again. It works now.. isn't it? :-) -- Greetings, alo. http://www.alobbs.com _______________________________________________ Cherokee mailing list [email protected] http://www.0x50.org/cgi-bin/mailman/listinfo/cherokee
