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&#40;&#41;; ?>
>
> </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 &#123;
> &nbsp; &nbsp;Handler fcgi &#123;
> &nbsp; &nbsp; &nbsp; Server localhost&#58;8008 &#123;
> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Env PHP_FCGI_MAX_REQUESTS "-1"
>   
> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Env PHP_FCGI_CHILDREN&nbsp; &nbsp; &nbsp;"5"
> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Interpreter&nbsp; "/opt/bin/php-fcgi -b 
> 8008"
> &nbsp; &nbsp; &nbsp; &#125;
> &nbsp; &nbsp;&#125; 
> &#125;
>
> 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

Reply via email to