Install squid acceleration proxy website on windows
Windows squid download http://www.jb51.net/softs/43599.html
Download and decompress the package to c: \ squid
C: \ squid \ etc \ squid. conf is as follows
Copy codeCode: # local
GFW blocked the HTTP/SOCKS5 agent, HTTP Proxy is the keyword filtering, SOCKS5 agent is the blockade protocol. However, some special low-end ports do not have such treatment, known to have 21, 25.20 port has been blocked, 21 ports will now be limited speed 400Kbps, after conversion of about 50KB/S, we recommend the use of 25 ports, unlimited speed.First, the system environmentOperating system: CentOS release 6.7 (Final)
a simple record of squid. Configuration of transparent proxy serverEnvironment: VirtualBox + CentOS 6.0 + squid-3.1.4-1.el6.i6860, check whether squid is installed by default, not installed first installed[Email protected] ~]# Rpm-qa squidsquid-3.1.4-1.el6.i6861, the virtual machine to add two network cards, all set up
Proxy server is the function of network users to obtain network information, it is a transit point for network information. With the widespread use of proxy servers, a series of security issues followed. Because there is no comprehensive and meticulous configuration of the access control policy of proxy server, the user can access many pornographic and reactionar
Squid transparent proxy
Transparent proxy is the perfect combination of NAT and proxy. It is called transparent because in this way, the user does not feel the existence of the proxy server and does not need to use a browser or other client tools, such as network express) fo
Experiences of squid on multi-port proxy
It is very convenient to use squid to open a second-level proxy, that is, to write an article on the configuration file, which makes the default configuration file look big. Generally, a new one is written.A proxy is provided to the b
I. Traditional AgentThe use of traditional proxy is characterized in that the client's related programs (such as IE browser, QQ chat tool) must specify the proxy server address, port and other information. The following is a simple application case to learn the configuration and use of traditional agentsBased on the Internet network environment, the main requirements of the case are described as follows:
Virtual Machine linux can be connected to the public network, and the Intranet ip address is 192.168.56.78Modify/etc/squid. conf as follows:Http_port 192.168.56.78: 8080Cache_mgr qwerty@gmail.comCache_dir ufs/var/spool/squid 100 16 256Cache_mem 10 MBCache_swap_low 90Cache_swap_high 95Cache_access_log/var/squid/access. logCache_log/var/
As shown in the network configuration, Squid uses CentOS5.8 + squid, and the web server uses FreeBSD + nginx for testing. The local network uses VMnet1 for simulation, the public network uses VMnet2 for simulation, and the IP address is planned as shown in figure. First install the web server. Select Vmnet2. pkg_add-r // install nginx ifconfig le0 200.98.1.1 netmask 255.255.255.0 up // configure the Network
In Ubuntu, use Squid to set a server as a proxy server. First install squidsudoapt-getinstallsquid and then check that squid is installed there and whereissquid is used to modify the squid configuration file sudogedit/etc/squid. conf and then locate # Andfinallydenyallothera
I admit that my title is too powerful. When I solve the problem mentioned in this article, I did think of this song again and again.
This is the case: I use an iMac on the Intranet and access the Internet through the proxy server. In other words, this machine is newly purchased and requires the development environment to be installed. After you download and install eclipse and ADT (Android development tools), the next step is to install platforms and
This section briefly introduces the configuration of the proxy server squid, which has previously recorded the reverse proxy configuration, but is more widely used in the production environment for proxy and forward transparent proxy, this is also the focus of the RHCE test
Http_access Deny CONNECT! Ssl_ports
# only allow cachemgr access from localhost
http_access allow localhost Manager
Http_access Deny Manager
# We strongly recommend the following is uncommented to protect innocent
# Web applications running on the proxy server
# One who can access services on ' localhost ' is ' a ' local user
#http_access Deny To_localhost
#
# INSERT YOUR OWN rule (S) ALLOW ACCESS from YOUR CLIENTS
#
# Example rule allowing acce
Ubuntu8.04 use Squid as a proxy server-Linux Enterprise Application-Linux server application information. The following is a detailed description. I always wanted to create an Internet proxy server and run Openwrt on WRT54G. I had little knowledge to find, and I was unable to configure it successfully. Now I started running Ubuntu on T23.
Although the configurat
Vim/etc/squid/squid.conf http_access deny! Safe_ports #拒绝不安全端口请求 #http_access deny net # deny CONNECT to other than secure SSL ports http_access deny CONNECT! Ssl_ports #不允许连接非安全ssl_port端口 auth_param Basic program/usr/lib64/squid/ncsa_auth/etc/squid/passwd # Password store path, set via NC Sa_auth program to read Debine Auth_param basic program/usr/lib/
1. Principle of Experiment:The client's request goes to the proxy server first, and the proxy server determines whether to request the Web server based on its own ACL. If the Web server is requested, the cache is established on its own hard disk, and if there is the next same request, it will be returned directly from its own cache.2. Specific operation:/etc/squid
, so that the speed of access slows down, but the second visitors and later visitors need the information, proxy do not want to remote server request, The data in the cache is sent directly to the subsequent requester, which reduces the traffic to the remote server, and the transmission is faster because the proxy is local.
Second, the use of squid in the constr
The reverse proxy configuration process is actually not much different from the forward proxy, the only difference is that the configuration fileA place to change. Need to put:Http_port 3128SwitchHttp_port Accel Vhost VportThen add the backend real server information you want to proxy:Cache_peer 180.97.33.108 Parent 0 originserver Name=aCache_peer 101.226.103.106 Parent 0 originserver Name=bCache_peer_domai
What if you want to go to Google, or other sites in the celestial world that you can't access? Premise to have a, not in the big Celestial LAN VPS
Method One, take a VPN, please refer to: VPN installation configuration detailed
Method Two, a proxy server, the following will be a detailed say
1, install Squid
# Yum Install Squid
2, add authenticated user test
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.