I was about to reply for that "-d" :-) Anyway, if you're using fcgi + php I really recomend you using nearly-0.8.0 (trunk from subversion) because fcgi support for some nasty php-cgi bugs have been improved a lot.
I use 0.8.0 (trunk) running in http://foro.acuarios.es and http://www.foroselectronica.es with a lot of requests/second. I also recomend you the use of http://eaccelerator.net/ along with php-cgi, it will improve speed even more :-) Greetings, Miguel Ángel. 2008/8/12 James Pic <[EMAIL PROTECTED]> > David Xanatos wrote: > > James Pic wrote: > > > Hello everybody, > > > Server keeps sending 500 response when trying to get to > > > http://blog.devangels.org > > > > > > This is the configuration, made through the interface, by copying the > manual > > > screenshots:: > > > > ... > > > vserver!blog!rule!200!handler!balancer!1!interpreter = > /usr/bin/php-cgi -d 3018 > > > > As far as I can tell this line: > > > > vserver!blog!rule!200!handler!balancer!1!interpreter = /usr/bin/php-cgi > > -d 3018 > > > > says that /usr/bin/php-cgi should use a php-ini-file located at 3018. > > Thats probably not what you want. In my configuration I use the > > php-cgi-parameter -b (not -d) to specify the port on which cherokee > > shall try to connect to. > > > > ... I suggest you modify the line to: /usr/bin/php-cgi -b 3018 > > Thanks a lot! Sorry for being blind ... > _______________________________________________ > Cherokee mailing list > [email protected] > http://lists.octality.com/listinfo/cherokee > -- Miguel Angel Ajo Pelayo http://optimizacionweb.es +34 91 120 1798 +34 636 52 25 69 skype: ajoajoajo
_______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
