Jose Luis Rivas Contreras wrote:

>Peter Abraham escribió:
>
>>Hi,
>>
>>Cherokee 0.5.4 (from .deb package) and drupal 4.7.3 were installed on a
>>Debian Sarge system. 

>Hi Peter, i was having those same problems at the beginning, here's the
>answer that i get[1] from Jordi Adame and that solved my problems. Hope
>works with you ;-).
>
>[1] http://alobbs.com/pipermail/cherokee/2006-July/001650.html
>

Hi Jose,

Thank you and everyone for your help! Having seen the urls mentioned by
you I've found the solution. The /etc/cherokee/sites-available/default
file should be modified:
---------------------------
Extension php, php4, php5 {
                Handler phpcgi {
                Interpreter /usr/bin/php5-cgi
                }
                handler fcgi {
                server localhost:8000 {
                        Env PHP_FCGI_MAX_REQUESTS "2000"
                        Env PHP_FCGI_CHILDREN     "20"
                        Interpreter "/usr/bin/php5-cgi -b
                        127.0.0.1:8000"
                        }
                }
}
-----------------------------------------------------------------

Now drupal works fine!

by

Peter
-- 
  Peter Abraham
  [EMAIL PROTECTED]

-- 
http://www.fastmail.fm - mmm... Fastmail...

_______________________________________________
Cherokee mailing list
Cherokee@0x50.org
http://www.0x50.org/cgi-bin/mailman/listinfo/cherokee

Reply via email to