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
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
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
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"
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
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
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
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
__
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