RE: Reverse proxy to Tomcat 8

2020-07-19 Thread Dino Edwards
> location /ciphermail { > Depending on what you want, it might be that you should have "^~" before and > "/" after the word "/ciphermail" in the "location" definition. That seems to have done the trick. Thanks a lot ___ nginx mailing list nginx@ng

Reverse proxy to Tomcat 8

2020-07-18 Thread Dino Edwards
Trying to reverse proxy using Nginx to a tomcat 8 application listening on port 8443 but I'm running into an issue where I'm getting status 404 on all static content. Below is my config file. The /admin location works with no problems. The /ciphermail is the problematic one. I had the exact sam

RE: "server" directive is not allowed here error

2017-06-04 Thread Dino Edwards
> You can't have server {} block outside http {} ( > http://nginx.org/en/docs/http/ngx_http_core_module.html#server ) > So it has to be: > http { > server { > // whatever goes here > } > } That can't be right, because before I used the multiple location directives, I didn't have http and

"server" directive is not allowed here error

2017-06-03 Thread Dino Edwards
Hello, I'm hoping someone can help me with this nginx config issue that I'm having. I can't seem to figure out what the problem is. If I set with the a location directive "location /" it works fine. However, I seem to be having an issue with modsecurity breaking one of my applications, so I fi

RE: execution error - pcre limits exceeded (-8)

2017-04-22 Thread Dino Edwards
> It's worth to try libmodsecurity (aka ModSecurity 3.x) + nginx connector > instead: > https://github.com/SpiderLabs/ModSecurity/tree/v3/master > https://github.com/SpiderLabs/ModSecurity-nginx I'm trying to download/compile libmodsecurity and everything I read concerning Ubuntu, it instructs

RE: execution error - pcre limits exceeded (-8)

2017-04-21 Thread Dino Edwards
>It's worth to try libmodsecurity (aka ModSecurity 3.x) + nginx connector >instead: >https://github.com/SpiderLabs/ModSecurity/tree/v3/master >https://github.com/SpiderLabs/ModSecurity-nginx >Please note that libmodsecurity does not support all of ModSecurity 2.x >features: >https://github.com

RE: execution error - pcre limits exceeded (-8)

2017-04-21 Thread Dino Edwards
Hi Andrei, Which version of modsecurity are you using with nginx? I’m using 2.9.1 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

execution error - pcre limits exceeded (-8)

2017-04-20 Thread Dino Edwards
Hello, I have compiled nginx 1.12.0 with modsecurity on a Ubuntu 16.04 server and I'm running it as a reverse proxy in front of an Apache webserver which hosts a variety of different type of websites. After enabling modsecurity I'm starting to get a lot of the following errors in the error.log