Re: Making Tomcat accessible only through nginx reverse proxy

2016-04-25 Thread ron ramos
please check your proxy_pass parameter, it should point to your tomcat endpoint: http://www.mkyong.com/nginx/nginx-apache-tomcat-configuration-example/ hope this helps. On Wed, Apr 20, 2016 at 7:19 PM, gischethans wrote: > I have a Tomcat server serving a web application and I have a Nginx serv

Re: Question about reverse proxies and WAFs

2016-04-25 Thread CJ Ess
Very cool! lua-resty-waf is actually at the top of my list of WAFs to try as soon as I finish deploying openresty everywhere. On Mon, Apr 25, 2016 at 11:09 AM, Robert Paprocki < rpapro...@fearnothingproductions.net> wrote: > There are also several WAFs built upon Openresty (nginx + luajit at >>

Re: Question about reverse proxies and WAFs

2016-04-25 Thread Robert Paprocki
> > There are also several WAFs built upon Openresty (nginx + luajit at > openresty.com) however I haven't set any of them up yet so I can't > comment on their production readiness. > Speaking as the author of one of these (lua-resty-waf, https://github.com/p0pr0ck5/lua-resty-waf), I can tell you

Re: Question about reverse proxies and WAFs

2016-04-25 Thread mex
for a nice and simple*) but yet powerfull WAF-solution for nginx you might want to try naxsi https://github.com/nbs-system/naxsi *) simple in terms of: easy to setup, easy to maintain, easy to adjust cheers, mex Posted at Nginx Forum: https://forum.nginx.org/read.php?2,266350,266356#msg-

Re: setting up proxy peers like HAproxy?

2016-04-25 Thread Aleksandar Lazic
Hi Florin Andrei. Am 23-04-2016 02:22, schrieb Florin Andrei: With HAproxy, if you use multiple proxies you can synchronize their states: https://cbonte.github.io/haproxy-dconv/configuration-1.5.html#3.5 This allows, for example, if you're load balancing based on a header value, to make sure

Re: Configure NGINX on windows to use LDAP

2016-04-25 Thread Aleksandar Lazic
Hi V. Am 25-04-2016 04:30, schrieb v_shirin: Hello All I would like to know what configuration is needed to configure NGINX on windows to use LDAP. My nginx.conf looks like below but am not able to start the nginx service. I have added the 'ldap_server ProdLDAP ' section under http and 2 oth