Re: Issue nginx - ajax

2014-06-03 Thread Vishal Mestri
Hi Jonathan Matthews, Thank you for your valuable comments. I understand , what you would like to suggest, b ut we are using self-signed certificate just for trial demo. Once UAT is done, we would be using actual certificate, where I guess we will not face any issue. Thanks & Regards,

Re: Getting rewritten and encoded/escaped url in nginx module

2014-06-03 Thread Jayadev C
The problem is ngx_http_proxy doesn't do that either, once rewrite is applied the url remains decoded (or I am not reading the code correctly).  In fact escaping uri back is a bit tricky since you have to split the rewritten url to segments and apply encoding again (which would require looking

Re: Getting rewritten and encoded/escaped url in nginx module

2014-06-03 Thread Maxim Dounin
Hello! On Tue, Jun 03, 2014 at 09:42:41AM -0700, Jayadev C wrote: > > > Hi, > > > I am writing a nginx proxy module and want to grab the url which > is urlencoded (as the client sends it) and also after rewrite > rules are applied.  My typical url looks like : > path1/path2/path3/urlencod

Re: Getting rewritten and encoded/escaped url in nginx module

2014-06-03 Thread B.R.
I am not providing a direct answer but could not you use some standard modules to do that? Such as using (examples): - rewrite associated with a map, loaded from a separate configuration file reloaded after changes - the perl module to invo

Getting rewritten and encoded/escaped url in nginx module

2014-06-03 Thread Jayadev C
Hi, I am writing a nginx proxy module and want to grab the url which is urlencoded (as the client sends it) and also after rewrite rules are applied.  My typical url looks like : path1/path2/path3/urlencoded(key)?args, after rewriting the url I would love to have is something like : newpat

Re: Issue nginx - ajax

2014-06-03 Thread Jonathan Matthews
On 3 June 2014 11:58, Vishal Mestri wrote: > Hi B.R. and all, > > > Really thank you for your support till now. > > > We were able to resolve issue on IE as well as on Firefox. > > > we did following settings:- > > > 1) IE > > We added my website to secure site list. > > Post that, I imported cert

Re: Issue nginx - ajax

2014-06-03 Thread Vishal Mestri
Hi B.R. and all, Really thank you for your support till now. We were able to resolve issue on IE as well as on Firefox. we did following settings:- 1) IE We added my website to secure site list. Post that, I imported certificate to "Trusted Root Certiication Authorities". 2) I us

Re: Wiki updates -- was: Can anyone tell me how to delete spam pages on the wiki?

2014-06-03 Thread talkingnews
sarahnovotny Wrote: > I’d like to offer a MONSTER thank you to talkingnews and tsbolzonello > for helping battle the wiki spam.  The least I can do in return for this great nginx server! email sent :) > Next up is going through the existing content to audit and update the > remaining pages.  If

Wiki updates -- was: Can anyone tell me how to delete spam pages on the wiki?

2014-06-03 Thread sarah.novotny
I’d like to offer a MONSTER thank you to talkingnews and tsbolzonello for helping battle the wiki spam.  We’ve had no net new spam in more than a week and all the old spam has been vanquished.   Next up is going through the existing content to audit and update the remaining pages.  If any of y

Re: Browser showing headers and Gziped code inside body.

2014-06-03 Thread Jonathan Matthews
On 2 June 2014 19:09, Satake wrote: > I'm currently using nginx/1.4.7 and for some reason a client is complaining > that the page is showing with errors in both his browsers (Firefox and IE). > > The error in question is the following: > > https://www.dropbox.com/s/wnpjyyq01j7l5qg/Problemas%20ao%2

Re: Thread support

2014-06-03 Thread Vladimir Homutov
On Tue, Jun 03, 2014 at 02:54:19AM -0400, nginxsantos wrote: > Hi, > > I am trying to run Nginx as a multi threaded application. Looking at the > code it seems the initial code to support multi threaded was there. May be > it got broken (as the error message says) or it was not developed to the > e