*is native... sorry for the typo 

Sent from my BlackBerry 10 smartphone.

Sent: Friday, April 12, 2013 15:24 PM
Subject: Re: [uWSGI] Checking that Nginx was compiled with uWSGI?

AFAIK si nce version 0.8. Something nginx support for uwsgi us native... 

In fact I was just checking http://wiki.nginx.org/HttpUwsgiModule and it's since 0.8.40

Sent from my BlackBerry 10 smartphone.

From: Gilles
Sent: Friday, April 12, 2013 15:13 PM
Reply To: uWSGI developers and users list
Subject: [uWSGI] Checking that Nginx was compiled with uWSGI?

Hello

I just upgraded to Nginx 1.2.8 on an ARM appliance running Debian 6.

Before I go ahead and learn how to configure Nginx and uWSGI to work
together to run Python applications, I wanted to make sure it was
compiled to suport uWSGI.

It does include "http-uwsgi-temp-path" but no trace of
"http_uwsgi_module":

/tmp# nginx -V
nginx version: nginx/1.2.8
TLS SNI support enabled
configure arguments: --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx
--conf-path=/etc/nginx/nginx.conf
--error-log-path=/var/log/nginx/error.log
--http-log-path=/var/log/nginx/access.log
--pid-path=/var/run/nginx.pid --lock-path=/var/run/nginx.lock
--http-client-body-temp-path=/var/cache/nginx/client_temp
--http-proxy-temp-path=/var/cache/nginx/proxy_temp
--http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp
--http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp
--http-scgi-temp-path=/var/cache/ nginx/scgi_temp --user=nginx
--group=nginx --with-http_ssl_module --with-http_realip_module
--with-http_addition_module --with-http_sub_module
--with-http_dav_module --with-http_flv_module --with-http_mp4_module
--with-http_gzip_static_module --with-http_random_index_module
--with-http_secure_link_module --with-http_stub_status_module
--with-mail --with-mail_ssl_module --with-file-aio --with-ipv6

Thank you.

_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to