[Moin-user] moinmoin + nginx (+memcached) on debian?
Eugen Leitl
eugen at leitl.org
Thu Jul 2 08:37:34 EDT 2009
Just sent this to the nginx mailing list, then figured help would be
more likely to be found here. Any ideas?
----- Forwarded message from Eugen Leitl <eugen at leitl.org> -----
From: Eugen Leitl <eugen at leitl.org>
Date: Thu, 2 Jul 2009 13:11:46 +0200
To: nginx at sysoev.ru
Subject: moinmoin + nginx (+memcached) on debian?
User-Agent: Mutt/1.5.13 (2006-08-11)
Reply-To: nginx at sysoev.ru
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
----- End forwarded message -----
--
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 Moin-user
mailing list