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.
http://www.alobbs.com
_______________________________________________
Cherokee mailing list
[email protected]
http://www.0x50.org/cgi-bin/mailman/listinfo/cherokee

Reply via email to