Welcome! Log In Create A New Profile

Advanced

moinmoin + nginx (+memcached) on debian?

Eugen Leitl
July 02, 2009 07:11AM
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
Subject Author Posted

moinmoin + nginx (+memcached) on debian?

Eugen Leitl July 02, 2009 07:11AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 182
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready