--- Alvaro Lopez Ortega <[EMAIL PROTECTED]> wrote: > Hi folks, > > It's kind of shameful to say this again. I guess > this is the forth > time I say the same, but, well.. let's go: > > The FastCGI handler is finally working! :-) > > At the end, I chose to rewrite the whole thing > again, but this time > trying to implement only the half of the protocol > that PHP supports. > I have named this new handler "fcgi" (it is NOT > "fastcgi"). > > I've been dogfooding it for a while now running my > personal domain, > and so far, it's working pretty smoothly. So, it > seems that at last > I'm going to start working on the bunch of bugs > that we've got these > days. > > If everything goes alright, I'll be releasing > 0.5.0 next week, so if > you have the chance, please test the last beta (or > SVN version): > > http://alobbs.com/tmp/cherokee-0.4.31b16.tar.gz > > Just as an example, the configuration that I'm > using to run all the > PHP code with FastCGI is: > > ==== > Extension php { > Handler fcgi { > Server localhost:8000 { > Env PHP_FCGI_MAX_REQUESTS "1000" > Env PHP_FCGI_CHILDREN "5" > Interpreter "/usr/lib/cgi-bin/php5 -b 8000" > } > } > } > ==== > > -- > Greetings, alo.
I compiled php4 from source, but it gave me errors: http://users.atw.hu/bervi/pics/lister_p.php?fn=php4makeinstall.png 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 and php -v's output: http://users.atw.hu/bervi/pics/lister_p.php?fn=php4v.png sorry for posting images but now I'm not able to copy text. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ Cherokee mailing list [email protected] http://www.0x50.org/cgi-bin/mailman/listinfo/cherokee
