
alvaro at Sun
May 16, 2008, 7:34 AM
Post #2 of 6
(812 views)
Permalink
|
|
Re: wordpress and 500 Internal Server Error
[In reply to]
|
|
Hi there, Mario! It sounds like something is happening with your PHP set up. First of all, ensure that the "Extension php" behavior entry is correct: - You have php-cgi installed, and the entry points to it. - Then you'll need to check that it supports Fastcgi. The "php-cgi -v" or "php -v" output must read "(cgi-fcgi)", if it doesn't you will have to install the right package for it. Example: ------ $ php-cgi -v PHP 5.2.5 (cgi-fcgi) (built: Apr 20 2008 17:11:05) Copyright (c) 1997-2007 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies ------ On 16 May 2008, at 00:44, Mario Ibañez wrote: > First of all congratulations on the excellent work, I install > cherokee 0.6.1 in ubuntu gutsy [1], this works smoothly when > developing pages for ssh [2], the problem is generated with > wordpress(2.5.1)[3] then copying the folder /var/www/blog browser > gives me errors of the type 500 Internal Server Error, someone has > information about it?. > I tried changing the permissions of a folder but I haven't good > results > ps: sorry for my bad English. > Many thanks > [1] http://kullin.no-ip.org > [2] http://kullin.no-ip.org/info.php > [3] http://kullin.no-ip.org/blog/ -- Greetings, alo. _______________________________________________ Cherokee mailing list Cherokee[at]cherokee-project.com http://cherokee-project.com/cgi-bin/mailman/listinfo/cherokee
|