What is a Proxy Server? A Proxy server is an intermediary machine, between a client and the actual server, which is used to filter or cache requests made by the client. This article is focused on the Different Caching Web Proxies. Normal (Regular/Caching) Proxy: A regular caching proxy server is a server which listens on … Continue reading proxy-server
Day: July 15, 2016
NGINX AS REV PROXY
Nginx server [root@localhost ~]# yum install nginx [root@localhost ~]# ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000 link/ether 52:54:00:1a:8c:8d brd ff:ff:ff:ff:ff:ff inet 192.168.122.229/24 brd … Continue reading NGINX AS REV PROXY
