Images Aren't Displaying When Perl Interpreter Is Enabled

2014-01-15 Thread MasterMind
I have awstats set up and working with Nginx and perl but all images return a 404 error. The virtual host config is identical to other websites where images work fine except for the added part for perl. I think i know what's happening but i dont know how to fix it; images are being sent to the per

question on some simple codes in ngx_buf.c

2014-01-15 Thread microwish
Hello there, code snippet in the definition of ngx_chain_add_copy in ngx_buf.c: ll = chain; for (cl = *chain

Re: Is it possible to rewrite links on a webpage into an other format?

2014-01-15 Thread e.schreiber
Sorry, no answer necessary, I not will use such something. Many Greetings Posted at Nginx Forum: http://forum.nginx.org/read.php?2,246497,246498#msg-246498 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Is it possible to rewrite links on a webpage into an other format?

2014-01-15 Thread e.schreiber
Hello Everyone! Is it possible to rewrite links on a webpage with the format "domain/file" into the format "file.domain"? Please can anyone help? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,246497,246497#msg-246497 ___ nginx mailing list n

Re: Websocket tunnel broken with existing SSL session

2014-01-15 Thread Eiríkur Nilsson
Hey! On Wed, Jan 15, 2014 at 4:15 PM, Maxim Dounin wrote: > > > It might be helpfull to see debug log and a tcpdump. See also > http://wiki.nginx.org/Debugging for hints. Debug log: http://cl.ly/142F2s2M0b2S tcpdump: http://cl.ly/2K3D2F1X0t0n (only contains traffic between iOS and nginx) This

Re: PHP below server root not served

2014-01-15 Thread Valentin V. Bartenev
On Sunday 12 January 2014 21:27:23 nano wrote: [..] > Another presumption on my part, however, where is the nginx regex > documentation? I cannot seem to find it or even what syntax nginx uses. Nginx uses PCRE. The documentation should be available in your system: $ man pcrepattern $ man pcres

Re: imap connection to gmail closes connection

2014-01-15 Thread Maxim Dounin
Hello! On Wed, Jan 15, 2014 at 11:28:18AM -0600, k...@rice.edu wrote: > On Wed, Jan 15, 2014 at 08:51:57PM +0400, Maxim Dounin wrote: > > Hello! > > > > On Wed, Jan 15, 2014 at 10:37:29AM -0500, bidwell wrote: > > > > > I am running nginx 1.1.19 on an Ubuntu 12.04.4 64but server. > > > > > > I

Re: imap connection to gmail closes connection

2014-01-15 Thread bidwell
Is there a work around? A google setting maybe? Is anyone else using nginx to map to imap.gmail.com? How do they get it working? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,246483,246488#msg-246488 ___ nginx mailing list nginx@nginx.org

Fast CGI module "multipart/mixed" problem (it only accepts 1 "Content-Type" header)

2014-01-15 Thread ariesone
It seems, when my FCGI server responds to NGINX with "Status: 200 OK\r\nContent-Type: multipart/mixed;boundary=whatever\r\n\r\nboundary=whatever\r\nContent-Type: image/jpeg\r\n\r\n" The FASTCGI module is taking the 2nd "Content-Type" only and uses it in the initial response with the 200. The clie

Re: imap connection to gmail closes connection

2014-01-15 Thread Maxim Dounin
Hello! On Wed, Jan 15, 2014 at 10:37:29AM -0500, bidwell wrote: > I am running nginx 1.1.19 on an Ubuntu 12.04.4 64but server. > > I have nginx configured to enter on port 143 and go out to 127.0.0.1:143 > where it goes through stunnel to go to imap.gmail.com:993. If I talk > directly to 127.0.0

Re: Websocket tunnel broken with existing SSL session

2014-01-15 Thread Maxim Dounin
Hello! On Wed, Jan 15, 2014 at 12:16:18PM +, Eiríkur Nilsson wrote: > Thanks for the suggestion. > > We're not specifying a event method currently, though I can't see if > eventport was the default. If I explicitly use /dev/poll, and turn > ssl_session_cache back on, the issue comes back. >

imap connection to gmail closes connection

2014-01-15 Thread bidwell
I am running nginx 1.1.19 on an Ubuntu 12.04.4 64but server. I have nginx configured to enter on port 143 and go out to 127.0.0.1:143 where it goes through stunnel to go to imap.gmail.com:993. If I talk directly to 127.0.0.1:143 (to stunnel) it works. If I talk to nginx, it authenticates, logs cor

Re: Websocket tunnel broken with existing SSL session

2014-01-15 Thread Eiríkur Nilsson
Thanks for the suggestion. We're not specifying a event method currently, though I can't see if eventport was the default. If I explicitly use /dev/poll, and turn ssl_session_cache back on, the issue comes back. I have verified that both the HTTP request and response are proxied properly. It seem

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

2014-01-15 Thread xfeep
Thanks a lot! So far about the nginx-clojure project the most valuable adviceI have received is from you! Best regards! roberto Wrote: --- > > Thanks for your good hints. > > > > I see there 's a good no-blocking mysql client Libdrizzle fro

Re: src/http/ngx_http_spdy_filter_module.c, latest changesets compiler warnings

2014-01-15 Thread itpp2012
Aha, I need more patience :) Posted at Nginx Forum: http://forum.nginx.org/read.php?2,246444,246478#msg-246478 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: src/http/ngx_http_spdy_filter_module.c, latest changesets compiler warnings

2014-01-15 Thread Valentin V. Bartenev
On Wednesday 15 January 2014 03:53:23 itpp2012 wrote: > I see only the '#if (NGX_SUPPRESS_WARN)' commit on hg, where are the others? > can't attach anything here, after changeset 5516:439d05a037a3 additional > changes are embedded here: > http://nginx-win.ecsds.eu/ngx_http_spdy_filter_module.c >

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

2014-01-15 Thread Roberto De Ioris
> Thanks for your good hints. > > I see there 's a good no-blocking mysql client Libdrizzle from > https://launchpad.net/drizzle. > > With Nginx-lua or Openresty , Libdrizzle has been used in production. yes, both can be of great inspiration for you/your project > > I won't hope every thing i

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

2014-01-15 Thread xfeep
Thanks for your good hints. I see there 's a good no-blocking mysql client Libdrizzle from https://launchpad.net/drizzle. With Nginx-lua or Openresty , Libdrizzle has been used in production. I won't hope every thing is no-blocking and I think it is unnecessary. Only when blocking hurt us w

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

2014-01-15 Thread Roberto De Ioris
> roberto Wrote: > --- >> >> Sorry, but are you saying that your suggested usage for concurrency is >> multiprocessing ? >> >> Multiprocessing is completely alien in the jvm (the vm is not even >> fork-friendly) and that would mean the nginx work

Re: src/http/ngx_http_spdy_filter_module.c, latest changesets compiler warnings

2014-01-15 Thread itpp2012
I see only the '#if (NGX_SUPPRESS_WARN)' commit on hg, where are the others? can't attach anything here, after changeset 5516:439d05a037a3 additional changes are embedded here: http://nginx-win.ecsds.eu/ngx_http_spdy_filter_module.c Posted at Nginx Forum: http://forum.nginx.org/read.php?2,246444,

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

2014-01-15 Thread xfeep
roberto Wrote: --- > > Sorry, but are you saying that your suggested usage for concurrency is > multiprocessing ? > > Multiprocessing is completely alien in the jvm (the vm is not even > fork-friendly) and that would mean the nginx worker comple