Re: upload xml file

2017-03-10 Thread Ran Shalit
On Sat, Mar 11, 2017 at 12:19 AM, Jeff Dyke wrote: > what do you want it to do? if you're talking nginx without any application > backend you could do a lot with some lua locations, or you're going to pass > that request to another process, or serve a static (xml) file from the file > system. Hi

Re: Conflict between form-input-nginx-module and nginx-auth-request-module?

2017-03-10 Thread Yongtao You via nginx
To answer my own question, even though I still don't see why it has anything to do with the auth-request module, but the reason requests are timing out is because form-input module called ngx_http_read_client_request_body(), which then set write_event_handler to ngx_http_request_empty_handler to

Random rewrite/proxy_pass timeouts

2017-03-10 Thread patweb99
I'm seeing some strange behavior with nginx. I using it to proxy requests from one domain to another. What I'm seeing is at times requests to help.example.com start hanging. In order to fix it I need to either reload or restart the nginx service, which makes me think it's a resource issue but thoug

Re: configuration nginx server block [virtual host] with Ipv6.

2017-03-10 Thread Francis Daly
On Fri, Mar 10, 2017 at 09:06:03PM -0400, Wilmer Arambula wrote: Hi there, > The websites pages do not load, not open, and write anything in te log, What response do you get when you do something like curl -v -g -H Host:domain1.com 'http://[::1]:80/' on the server itself? "Nothing in the log"

Re: configuration nginx server block [virtual host] with Ipv6.

2017-03-10 Thread Wilmer Arambula
The websites pages do not load, not open, and write anything in te log, Thks, Wilmer. El 10/3/2017 21:00, "Francis Daly" escribió: On Thu, Mar 09, 2017 at 06:06:05PM -0500, Vanhels wrote: Hi there, > The error happens when Listen and fastcgi_pass have the same port address in > both domains

Re: configuration nginx server block [virtual host] with Ipv6.

2017-03-10 Thread Francis Daly
On Thu, Mar 09, 2017 at 06:06:05PM -0500, Vanhels wrote: Hi there, > The error happens when Listen and fastcgi_pass have the same port address in > both domains, What's the error? What do you do / what do you see / what do you want to see instead? f -- Francis Dalyfran...@daoi

Re: upload xml file

2017-03-10 Thread Jeff Dyke
what do you want it to do? if you're talking nginx without any application backend you could do a lot with some lua locations, or you're going to pass that request to another process, or serve a static (xml) file from the file system. Nginx does support XML just fine, its all a matter of what you

upload xml file

2017-03-10 Thread Ran Shalit
Hello, I am new with web servers and nginx. I would like to ask if nginx support xml , and what does it mean to upload xml to web server ? Does it just keep the xml as file in some directory , or does it do parse the xml file and do some actions ? Thank you, Ran __

proxy_cache_use_stale based on IP address

2017-03-10 Thread javiii
Hi! Is it possible to send a stale version of the website based on the IP address of the client? Thank you in advance Posted at Nginx Forum: https://forum.nginx.org/read.php?2,272868,272868#msg-272868 ___ nginx mailing list nginx@nginx.org http://mai