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 ? ------- Read this topic online here: http://www.cherokee-project.com/forum/viewtopic.php?p=275#275 -------
_______________________________________________ Cherokee mailing list [email protected] http://cherokee-project.com/cgi-bin/mailman/listinfo/cherokee
