Access Control using squid proxy: Access control in a proxy server can mean user account access,but also website or url,ip address or DNS blocking or restriction. We can easily established the access control server in our local network. At that time server is act as a gateway. At first squid …
Read More »Squid Proxy Server
ABOUT SQUID PROXY SERVER: Squid proxy server enables you to cache your web content and return it quickly on subsequent requests. A proxy server is a server that caches the internet. Clients connect to the proxy server with a request for an internet server. The proxy server will connect to the …
Read More »Apache Reverse Proxy Nginx
We know Apache is the most popular web server, because of its flexibility. It is opensource, there is lots of module to handle different types of language like Python, Perl, Rubi, PHP. But apache have some issue with thread & process management. Apache slows down under heavy load, because of the …
Read More »Apache Reverse Proxy & Forward Proxy
What is Apache Forward Proxy ? Forward proxies act as a gatekeeper between client browsers on your local network and internet accessed by those clients. The forward proxy will receive the HTTP requests, perform any filtering or request alteration rules you establish, and when appropriate, forward the request to destination. The response …
Read More »