Ok, found these two links about configuring Nginx on Ubuntu, that suggest using some program from Lighttpd.
http://www.howtoforge.com/nginx_php5_fast_cgi_xcache_ubuntu7.04 http://www.how2forge.org/installing-nginx-with-php5-and-mysql-support-on-ubuntu-9.04 I combined the two of them, used the spawn-fcgi program from lighttpd, and it seems to work. Any comments on any way to improve this spawn-fcgi installation? I find it kind of funny that I have now apache2, lighttpd and cherokee all installed on the same server. I'll probably look into configuring lighttpd properly as well, so I have 2 options to fall back on if whatever I'm running stops working :) -- Urko Masse +84-90-9088876 Joan Crawford<http://www.brainyquote.com/quotes/authors/j/joan_crawford.html> - "I, Joan Crawford, I believe in the dollar. Everything I earn, I spend." On Thu, Sep 10, 2009 at 12:59, Urko Masse <[email protected]> wrote: > Ooopsss... no, sorry, not working fine. It's actually not working at all. > > I probably need to do something more than changing the Cherokee > configuration for this to work. > > I'll take a look around. > -- > Urko Masse > +84-90-9088876 > > Samuel > Goldwyn<http://www.brainyquote.com/quotes/authors/s/samuel_goldwyn.html> - > "I'm willing to admit that I may not always be right, but I am never > wrong." > > On Thu, Sep 10, 2009 at 12:55, Urko Masse <[email protected]> wrote: > >> I've changed it from -b /tmp/cheroke... to -b 33333 (sounds like a safe >> port). >> >> It's working fine now, so I can only wait and see if it happens again. I >> will let you know the result of the curl statement whenever that happens... >> so, hopefully, never! >> >> Muchas gracias! Hacéis un trabajo cojon... digo, muy bueno :) >> -- >> Urko Masse >> +84-90-9088876 >> >> Jonathan >> Swift<http://www.brainyquote.com/quotes/authors/j/jonathan_swift.html> - >> "May you live every day of your life." >> >> On Thu, Sep 10, 2009 at 12:46, Alvaro Lopez Ortega >> <[email protected]>wrote: >> >>> On 10-sep-09, at 06:59, Urko Masse wrote: >>> >>> I see this in the Cherokee log when the problem happens: >>>> >>>> ... >>>> 172.23.3.1 - - [10/Sep/2009:11:41:12 +0700] "POST >>>> /blogs/username/wp-admin/options.php HTTP/1.1" 500 235 " >>>> http://sitename.com/blogs/username/wp-admin/options-general.php" >>>> "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.1) Gecko/20090715 >>>> Firefox/3.5.1 (.NET CLR 3.5.30729)" >>>> >>> >>> Is PHP configured to use TCP or a Unix Socket? The preferred way is to >>> use a TCP port. Please, check your information sources and ensure that PHP >>> used "-b PORT" rather than "-b /PATH". >>> >>> 172.23.3.1 - - [10/Sep/2009:11:41:13 +0700] "POST /blogs/ HTTP/1.1" 500 >>>> 235 "http://sitename.com/blogs/" "Mozilla/5.0 (Windows; U; Windows NT >>>> 5.1; en-US; rv:1.9.1.1) Gecko/20090715 Firefox/3.5.1 (.NET CLR 3.5.30729)" >>>> ... >>>> >>> >>> What's the response if you GET /blogs/? (curl -v >>> http://sitename.com/blogs/) >>> >>> What does that 235 mean? >>>> >>> >>> >>> That's the amount of information being transfered. >>> >>> -- >>> Octality >>> http://www.octality.com/ >>> >>> >> >
_______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
