Skip to content

Proxy servers on large networks help to improve reliability by blocking malicious data, and they enable you to cache your web content and return it quickly on subsequent requests. It acts as an middle-ware between client and the origin server

Notifications You must be signed in to change notification settings

darshangouda/Proxy_Caching_Server

Repository files navigation

Proxy_Caching_Server

Proxy servers on large networks help to improve reliability by blocking malicious data, and they enable you to cache your web content and return it quickly on subsequent requests. It acts as an middle-ware between client and the origin server
Proxy caching server is just an interface for the squid proxy server
--------------------------------------------------------------------------------------------------------------------------------------------------
#update machine

apt-get update

#install squid

apt install squid

#copy all project files to /etc/squid

sudo cp * /etc/squid

#open squid.conf file and enter your machine IP

cd /etc/squid gedit squid.conf

#run app sudo java -jar /etc/squid/ssssssssssssss/dist/PROXY_SERVER.jar sudo java -jar PROXY_SERVER.jar

NOTE : This is successfully tested on ubuntu 2018.4 you may get permission error for that give permission using chmod followed by cache directory

|--------------------------------------------------------------------------------------------------------------------------------------------------|

================================THANK YOU=====================================

About

Proxy servers on large networks help to improve reliability by blocking malicious data, and they enable you to cache your web content and return it quickly on subsequent requests. It acts as an middle-ware between client and the origin server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published