Necesity of ModSecurity if Apache is behind Nginx

Posted by Saif Bechan on Server Fault See other posts from Server Fault or by Saif Bechan
Published on 2010-04-15T14:57:09Z Indexed on 2010/04/15 15:03 UTC
Read the original article Hit count: 513

Filed under:
|
|
|

I have my Apache installed behind Nginx. So every request that comes in is first handeled by Nginx. If there is dynamic content needed the request is send to Apache which listens on port 8080.

Pretty basic reverse proxy setup.

Now with this setup the first entry point is Nginx. Is it still needed to install ModSecurity to protect Apache against unwanted request.

Or should I just focus on protecting Nginx as this is the first entry point.

All suggestions are welcome.

© Server Fault or respective owner

Related posts about apache

Related posts about nginx