Proxy
Proxy servers are mostly used to bypass certain firewalls, but not all are set like that. We help you here to set a proxy server configuration to speed / balance the load of your web server, eg. reverse proxy server.
Nginx block sql injection and file injection

Nginx block sql injection and file injection Currently most hackers are looking for two major things when trying to hack a website, they are testing if its possible to inject their own sql queries for reading the actual database for other information, but also testing for file injection, and this is a major security that
Reverse proxy and cache server using nginx

Why using Nginx web server? Some of you will have this question, but others will feel this is the right thing to do. Well either way, I recommend using Nginx as a reverse proxy due to its scalability and performance. Nginx is being used to power up Cloudflare network, so this has been massively tested
Exclude domains and paths from squid cache

Exclude domains and paths from squid cache I’ve written some time ago an article showing you how to install squid and use it for reverse cache proxy and acceleration, however there are times when you do not want to have a certain urls or paths cached using squid, probably for debugging or similar. Normally you
Install squid proxy with –enable-ssl for https_port

Squid proxy with –enable-ssl A few months back when I was testing a few reverse proxy for leveraging load on my web server, I needed to setup SSL for one of my websites, unfortunately squid proxy, which I was using for reverse proxy, was not installed by default with –enable-ssl. This is only happening on