Heinz escribió:
> I have installed cherokee 0.56 on a Freecom FSG 3. Html is working.
> I have a simple php with this code
> <HTML>
> <HEAD>
> <TITLE>Test PHP Page</TITLE>
> </HEAD>
>
> <BODY>
> <? phpinfo(); ?>
>
> </BODY>
> </HTML>
>
> PHP is installed and working with apache and appweb.
>
> If i use the phpcgi handler, i get an error 200 OK
> If i use fcgi , then happend nothing , only the clock.
> Nothing in errorlog or acesslog
>
> Extension php {
> Handler fcgi {
> Server localhost:8008 {
> Env PHP_FCGI_MAX_REQUESTS "-1"
>
> Env PHP_FCGI_CHILDREN "5"
> Interpreter "/opt/bin/php-fcgi -b
> 8008"
> }
> }
> }
>
> What can i do ?
>
>
If you're using PHP5 PHP_FCGI_MAX_REQUESTS "-1" no longer works.
Either comment the line or assing a > 0 value.
Armando.
_______________________________________________
Cherokee mailing list
[email protected]
http://cherokee-project.com/cgi-bin/mailman/listinfo/cherokee