Download presentation
Presentation is loading. Please wait.
Published byCarol Chandler Modified over 9 years ago
1
Web Proxy Squid Setup
2
A proxy is a host which relays web access requests from clients a proxy server is an application program that acts as an intermediary for requests from clients seeking resources from other servers. A client connects to the proxy server, requesting some service, such as a file, connection, web page, or other resource, available from a different server. Squid Setup browserproxy Internet http
3
To speed up access to resources (using caching). Web proxies are commonly used to cache web pages from a web server. [ [ To keep machines behind it anonymous (mainly for security). To apply access policy to network services or content, e.g. to block undesired sites. To log / audit usage, i.e. to provide company employee Internet usage reporting. To bypass security/ parental controls.
4
Accept-Charset Content-Type Host (virtual domain) Proxy-Authenticate If-Modified-Since Last-Modified Max-Forwards X-Forwarded-For
5
HeaderDescriptionExample AcceptAccept: text/plain Accept-CharsetAcceptable encodingsAccept-Charset: iso-8859- 5 Cache-ControlCache controlCache-Control: no-cache hostVrtual hostingHost: mailinglist.sustech.edu Host:mcw.sustech.edu X-Forwarded-ForThe real ip addressX-Forwarded-For: 172.27.20.22
6
1-Caching -Manually setting in the browser -WPAD (auto) needs DHCP setting and Web server.
7
Is the process by which HTTP connections coming from remote clients are redirected to a cache server, without their knowledge or explicit configuration.
8
Used in front of Web servers. All connections coming from the Internet addressed to one of the Web servers are routed through the proxy server, which may either deal with the request itself or pass the request wholly or partially to the main web servers.
9
multi-level caching in order to reduce internetwork load and obtain an Increase in performance.
10
MS ISA Server WinGate WinRoute MS Proxy WinProxy Eserv Squid Proxy Plus
11
It runs on most available operating systems, including Windows and is licensed under the GNU GPL.
12
/etc/squid/squid.conf (configuration file). Listening port http_port 8080 Allow for access acl ART_CAMPUS src 172.27.120.254 http_access allow ART_CAMPUS Hirarchical design acl UOFK dstdomain.uofk.edu cache_peer 172.27.1.111 parent 3128 3030 no-query never_direct allow UOFK Restart squid Service squid restart Squid Setup
13
Good Luck…
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.