Ip_hash and backup compability
Hi,i want to know if i can mark a server as a backup server with backup param when i use ip_hash directive for upstream, my professor indicated in the script of practices that can not use both...
View ArticleNGINX not closing UDP connections to local resolver
I am having an issue with NGINX 1.7.11 opening UDP connections to local resolver via loopback to pdns-recursor and exhausting sockets. After restarting NGINX the socket count keeps growing and within a...
View ArticleBest Practice for Nginx logging
Team,i would like to know, what would be the best practice for nginx logging.Currently we are logging all the request which comes to nginx webserver both access and error logs. Question is1. Is there a...
View ArticleRe: Best Practice for Nginx logging
Don't use debug unless your looking for some issue and use log file caching.
View ArticleRunning phpSANE on NGINX on OpenMediaVault
Hello community,I wanted to install phpSANE on an NGINX server running on OpenMediaVault in order to drive a scanner. phpSANE is installed by putting all .php pages in a folder served by NGINX. So as...
View ArticleIs it possible to register events with nginx's event loop?
I want a web server based on nginx, which receives a HTTP message, parses it and checks in Redis for a given key's value and send back a response, all this has to be done asynchronously / non-blocking...
View ArticleRe: Is it possible to register events with nginx's event loop?
See here https://github.com/chaoslawful/lua-nginx-modulemost if not all already done.
View ArticleRe: Is it possible to register events with nginx's event loop?
thanks, i have gone through that repo before. Its very hard to understand what is written there, do you have any tutorials on them ?
View ArticleRe: Is it possible to register events with nginx's event loop?
You can read the forum here https://groups.google.com/forum/#!forum/openresty-enor download all the stuff of my site in sig. and look through the Lua examples, especially the /conf/eblb folder.
View ArticleRDP LB
Hi,Two questions for you.1). Can Nginx be used to proxy or LB RDP/Terminal server sessions (Windows)?2). If so, I am having some trouble finding any modules or any articles for reference.Thanks,
View ArticleRe: RDP LB
That should be possible now with the tcp loadbalancer (stream), on my site we have a small example inside the latest release archive.
View ArticleRe: Is it possible to register events with nginx's event loop?
"download all the stuff of my site in sig", what is sig ? and where is the /conf/eblb folder ?
View ArticleRe: Is it possible to register events with nginx's event loop?
Here http://nginx-win.ecsds.eu/
View ArticleRe: RDP LB
Thanks.Any source you would recommend to read further on would be much appreciated.
View ArticleRe: RDP LB
http://nginx.org/en/docs/stream/ngx_stream_core_module.htmlWhich is now in the opensource version, just google around for 'stream'And go through the added sources...
View ArticleRe: RDP LB
Thanks Brother. Appreciate you taking the time to respond and forwarding the links.Have an awesome weekend!
View ArticleRe: Is it possible to register events with nginx's event loop?
I'm also interested in this subject, but my problem is little bit different. What I want is to post event from other thread to nginx main thread, something like ngx_add_timer but without time option,...
View ArticleNginx Always Return 501
If a post reqeust's body contains string "%3Cmarquee+", nginx will always return 501.Such asrequest:POST http://DOMAIN:PORT/test HTTP/1.1Host: DOMAINContent-Length: 13a=%3Cmarquee+response:HTTP/1.1 501...
View Article