Re: Nginx-Clojure Module Release 0.1.0--Let Nginx embrace Clojure & Java

2014-04-25 Thread xfeep
Hi reberto, Nginx Clojure Module V0.2.0 provides three choices for handling blocked I/O with Java/Clojure Now. (1) Coroutine based Socket It's Non-blocking Java Socket API Compatible and work well with largely existing java library such as apache http client, mysql jdbc drivers etc. non-bloc

nginx clojure module v0.2.0-Let MySQL JDBC Driver & Apache HttpClient Fly With Epoll/Kqueue on Nginx

2014-04-25 Thread xfeep
nginx-clojure v0.2.0 includes new features: (1) non-blocking socket based on coroutine and compatible with largely existing java library such as apache http client, mysql jdbc drivers (2) asynchronous callback API of socket for some advanced usage (3) run initialization clojure code when nginx wor

Re: Nginx Websocket proxy dropping frames

2014-04-25 Thread FlappySocks
After analysing the data stream, Nginx is indeed streaming the data. The difference is Nginx is buffering it into one continuous stream, where as the data from the browsers is fragmented. The websocket implementation I was using needed fixing. Posted at Nginx Forum: http://forum.nginx.org/read.p

Re: No SPDY support in the official repository packages

2014-04-25 Thread kustodian
I would just like to confirm that Nginx 1.6.0 packages for Centos 6 are compiled with SPDY support. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,245553,249648#msg-249648 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailma

Re: use subdirectories instead of subdomains

2014-04-25 Thread Jim Ohlstein
Hello, On 4/25/14, 3:59 PM, Thuban wrote: * Jim Ohlstein le [25-04-2014 14:17:33 -0400]: Hello, On 4/25/14, 1:17 PM, Thuban wrote: [snip] I'm still not sure you've actually given a reason why you need an alias. Infact, I don't have a good reason for using alias, I just found this propo

Re: use subdirectories instead of subdomains

2014-04-25 Thread Thuban
* Jim Ohlstein le [25-04-2014 14:17:33 -0400]: > Hello, > > On 4/25/14, 1:17 PM, Thuban wrote: > >>> root /var/www/mysite; > >>> location /owncloud { > >>> alias /var/www/mysite/owncloud; > >>> include /etc/nginx/conf.d/owncloud.conf; > >>> } > >>> > >>>, but servi

Re: use subdirectories instead of subdomains

2014-04-25 Thread itpp2012
Thuban Wrote: --- > Hello, > I am trying to use subdirectories instead of subdomains because my > host > doesn't support subdomains. > http://forum.nginx.org/read.php?11,249636,249642#msg-249642 Posted at Nginx Forum: http://forum.nginx.org/re

Re: use subdirectories instead of subdomains

2014-04-25 Thread Jim Ohlstein
Hello, On 4/25/14, 1:17 PM, Thuban wrote: root /var/www/mysite; location /owncloud { alias /var/www/mysite/owncloud; include /etc/nginx/conf.d/owncloud.conf; } , but services like owncloud need `location` rules too, so I finally have "location /example is ou

Re: use subdirectories instead of subdomains

2014-04-25 Thread Thuban
> > root /var/www/mysite; > > location /owncloud { > > alias /var/www/mysite/owncloud; > > include /etc/nginx/conf.d/owncloud.conf; > > } > > > >, but services like owncloud need `location` rules too, so I finally > >have "location /example is outside location" error

Re: use subdirectories instead of subdomains

2014-04-25 Thread Jim Ohlstein
Hello, On 4/25/14, 12:06 PM, Thuban wrote: Hello, I am trying to use subdirectories instead of subdomains because my host doesn't support subdomains. First suggestion is get a better host. So, instead of having : - http://owncloud.example.com - http://wordpress.example.com - http://anyser

use subdirectories instead of subdomains

2014-04-25 Thread Thuban
Hello, I am trying to use subdirectories instead of subdomains because my host doesn't support subdomains. So, instead of having : - http://owncloud.example.com - http://wordpress.example.com - http://anyservice.example.com I would like to have : - http://example.com/owncloud - http://example.

Re: http://forum.nginx.org/read.php?29,246309,246309#msg-246309

2014-04-25 Thread Maxim Dounin
Hello! On Fri, Apr 25, 2014 at 05:22:33PM +0200, Christian Felsing wrote: > Hello, > > are there plans to incorporate that patch > http://forum.nginx.org/read.php?29,246309,246309#msg-246309 into > Nginx? > > I would like to use Nginx as IMAP/POP3 with TLS client > certificate authentication

http://forum.nginx.org/read.php?29,246309,246309#msg-246309

2014-04-25 Thread Christian Felsing
Hello, are there plans to incorporate that patch http://forum.nginx.org/read.php?29,246309,246309#msg-246309 into Nginx? I would like to use Nginx as IMAP/POP3 with TLS client certificate authentication. At this time Nginx mail module does not support that. best regards Christian Felsing

Rewrite with strange arguments

2014-04-25 Thread roinacio
Hi, I need to do some rewrite rules litke this myurl.com/?mpinvite=113116712&host=An%C3%B4nimo to myurl.com/?mpinvite=113116712&host=Anonimo or myurl.com/?mpinvite=113116712&host=Anônimo It is possible? How can I do that? Thank you. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,249630,

Re: nginx-1.6.0

2014-04-25 Thread Maxim Dounin
Hello! On Fri, Apr 25, 2014 at 09:35:23AM +0200, Ronald Van Assche wrote: > no Freebsd port ? I believe Sergey Osokin (port maintainer) will update www/nginx and www/nginx-devel ports shortly. If you can't wait, just change the version in Makefile yourself (and update distinfo accordingly, or

Re: Nginx 1.7.0 failed make with Phusion Passenger ?

2014-04-25 Thread George
thanks for the reply and fix :) Posted at Nginx Forum: http://forum.nginx.org/read.php?2,249586,249595#msg-249595 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Nginx 1.7.0 failed make with Phusion Passenger ?

2014-04-25 Thread FooBarWidget
I'm one of the Phusion Passenger authors. For Phusion Passenger support, please use the Phusion Passenger discussion forum, not the Nginx forum. It's here: https://groups.google.com/forum/#!forum/phusion-passenger This is a compilation problem due to some old code which tries to support Nginx 0.7.

Re: nginx-1.6.0

2014-04-25 Thread Ronald Van Assche
no Freebsd port ? Thanks. Le 24 avr. 2014 à 15:14, Maxim Dounin a écrit : > Changes with nginx 1.6.0 24 Apr 2014 > >*) 1.6.x stable branch. > > > -- > Maxim Dounin > http://nginx.org/en/donation.html > > __

Re: nginx-1.6.0

2014-04-25 Thread Christos Trochalakis
On Thu, Apr 24, 2014 at 05:14:04PM +0400, Maxim Dounin wrote: Changes with nginx 1.6.0 24 Apr 2014 *) 1.6.x stable branch. FYI, nginx 1.6.0-1 has been uploaded to debian sid (unstable). When it migrates to testing, we will also upload it to wheezy-b