Proxy Server | MyLiteratureTechLife.COM

You are here:
Home » Archive for the " Proxy Server " Category

Archive for "Proxy Server"

Banchmarking: Apache+Nginx (LNMP) VS ApacheBooster, Apache+Nginx+Varnish

Posted by 0 Responses

Banchmarking: Apache+Nginx (LNMP) VS ApacheBooster, Apache+Nginx+Varnish Ok, here I'm going to show benchmark result of 2 servers, once installed with Nginx reverse proxy on Apache, and other with ApacheBooster plugin in cpanel. Installing Nginx proxy on Apache Installing ApacheBooster, Apache, Nginx and Varnish cache More readings:- How to install Nginx,MySQL,PHP using LNMP-Nginx Autoinstaller How to upgrade Nginx to latest version How to upgrade php to latest version PhpMyAdmin with Nginx... [ Continue reading... ]

Installing and configuring Squid proxy server on Debian

Posted by 0 Responses

Installing and configuring Squid proxy server on Debian Installing and configuring squid take just 5 minutes maximum. Installing root@d:~$ apt-get install squid and squid is installed, now all we need is to just add and change few options in configuration file. Path to squid configuration is /etc/squid/squid.conf Open configuration file and add your ip acl myip src xxx.xxx.xxx.xxx If you want to add a complete ip range then you can use acl myip src xxx.xxx.xxx.xxx/24 After that add... [ Continue reading... ]