Category Archives: nginx

How to disable SSL3 in Nginx and Apache to prevent POODLE

Here is how to disable SSLv3 in apache and nginx. Just for fun, before you do it, scan your site with this tool: https://www.tinfoilsecurity.com/poodle Qualys SSL Server Test (this one is much better. tinfoilhat was the first one i found … Continue reading

Posted in Linux, nginx, SSL | Comments Off on How to disable SSL3 in Nginx and Apache to prevent POODLE

Force a URL to HTTPS using Kemp Loadmaster and Nginx

On the Kemp Loadmaster, do a request header modification, adding the HTTPS: on header. View/Modify Services Click the “Modify” button on  your port 443 service you have already set up Under Advanced Properties,  click Show Header Rules under HTTP Header … Continue reading

Posted in Kemp, Linux, nginx | Comments Off on Force a URL to HTTPS using Kemp Loadmaster and Nginx

How to set REMOTE_ADDR variable in Apache2 behind an nginx proxy

A lot of people are starting to put nginx in front of apache for performance and efficiency reasons.  Unfortunately, this causes problems for some web applications.  Especially anti-spam plugins or any other application that needs to know the client’s ip … Continue reading

Posted in nginx | Comments Off on How to set REMOTE_ADDR variable in Apache2 behind an nginx proxy