berVi wrote: > However, it works with phpcgi, but doesnt with fcgi. When a php > file is would be parsed, the console gives me the following: > > http://users.atw.hu/bervi/pics/lister_p.php?fn=php4fcgi.png > > Here's my config: > > http://users.atw.hu/bervi/pics/lister_p.php?fn=php4conf.png
May it be that you have something else running on the port 8000? BTW, it doesn't make sense to set a so low PHP_FCGI_MAX_REQUESTS. The lower you set it, the more times the server will have to launch a new interpreters. > and php -v's output: > > http://users.atw.hu/bervi/pics/lister_p.php?fn=php4v.png Yep, this is the right one. -- Greetings, alo. http://www.alobbs.com _______________________________________________ Cherokee mailing list [email protected] http://www.0x50.org/cgi-bin/mailman/listinfo/cherokee
