moinmoin + nginx (+memcached) on debian?
    Eugen Leitl 
    eugen at leitl.org
       
    Thu Jul  2 15:11:46 MSD 2009
    
    
  
I've just jumped ship from lighty (lighttpd) and would like to configure
nginx + moinmoin (fcgi, I presume) and maybe memcached on a Debian
box (it's a Linux vserver, so no localhost). The nginx version from backported 
is 0.4.13 which is probably ancient.
Do I need to upgrade? If I have to, does have someone to build
a recipe for building a debian package for latest nginx tarball?
Finally, has somebody a working config of nginx + moinmoin they
can share? (Extre kudos for nginx + moinmoin + memcached).
It looks like the snippet from 
http://johnleach.co.uk/words/archives/category/tech/
is not complete.
I've added a 
server {
        listen   80;
        server_name  cryoeuro.eu;
        access_log  /var/log/nginx/localhost.access.log;
        location / {
                include /etc/nginx/fastcgi_params;
                fastcgi_param PATH_INFO $fastcgi_script_name;
                fastcgi_pass 88.198.119.230:9005;
        }
...
     if (!-f $request_filename) {
        fastcgi_pass 88.198.119.230:9005;
      }
  }
}
but I'm getting a 502 Bad Gateway
nginx/0.5.35
Any ideas?
Thanks.
-- 
Eugen* Leitl <a href="http://leitl.org">leitl</a> http://leitl.org
______________________________________________________________
ICBM: 48.07100, 11.36820 http://www.ativel.com http://postbiota.org
8B29F6BE: 099D 78BA 2FD3 B014 B08A  7779 75B0 2443 8B29 F6BE
    
    
More information about the nginx
mailing list