beta testing for mod_wsgi
Adrian Perez
adrianperez at udc.es
Mon Jan 14 06:53:24 MSK 2008
El Sun, 13 Jan 2008 19:33:49 -0800
mobiledreamers at gmail.com escribió:
> http://hg.mperillo.ath.cx/nginx/mod_wsgi/archive/tip.tar.gz
> how to use this with nginx
> should this tar file be unzipped into an nginx latest folder and
> compiled? instructions please
For example, if you want to build nginx 0.6.x with the latest mod_wsgi,
get the packages and unpack them:
# cd /tmp
# wget http://hg.mperillo.ath.cx/nginx/mod_wsgi/archive/tip.tar.gz
# wget http://sysoev.ru/nginx/nginx-0.6.25.tar.gz
# tar -xfz tip.tar.gz
# tar -xfz nginx-0.6.25.tar.gz
As we are using Nginx 0.6 we must patch mod_wsgi sources:
# ( cd mod_wsgi-* && patch -p1 < patches/nginx-0.6.x.patch )
Finally, configure and build Nginx, the trick is the "--add-module"
flag to the configure script:
# cd nginx-0.6.25
# ./configure --add-module=../mod_wsgi-*
# make && make install
You'll end up having a fresh Nginx installation in /usr/local ;-)
--
NetBSD is so clean you could eat off of it.
-- (Oscar Wilde)
More information about the nginx
mailing list