- Squid + Tproxy for slackware 12.2
- Pengantar CISCO ROUTER
- VLAN??
- Konfigurasi Dasar Cisco Switch
- Bonding (Port Trunking)
- IMPLEMENTASI VLAN
- mikrotik sebagai transparent proxy
- adsl bridge with mikrotik
- download limit only in mikrotik
- Load Balancing Persitent Mikrotik 3.20
- wireles mikrotik sisi ap-bridge
- wireles mikrotik sisi station
- MRTG
- delay_pools
- traceroute with MTR
- squid on slackware
- Install oidentd
- Install squid (diskd caching)
- Installing Squid with the delay pools feature
- slackware linux
- Caching Dynamic Content
- acl mac address on squid
- redirect proxy with iptables
- block website with squid
- nat with iptables
- block user with .htacess
- Linux Firewalls Using iptables
- Configuring DNS
- I/O dan perintah Dasar Linux
- Filesystem Linux
- Instalasi Linux
- Pengenalan Linux
- HTB Linux queuing discipline manual - user guide
- Bandwidth Limiting with IP Masquerade - Howto
- dasar squid
- L7-filter
- Manajemen Virtual Domain Dan Users dengan Postfix Admin / Pop3d berbasis Courier-IMAP - MySQL
- Kompilasi kernel
- Bash scripting
- Manajemen media penyimpan
- Booting dan process init
- Mengontrol dan memonitor proses
- Manajemen user dan group
- Setup Mikrotik dari awal (step by step)
| Install squid (diskd caching) |
|
For the latest stable version is the stable version 2.6 which can be downloaded at the squid-cache.org. In this latest version there are some changes in both its core and config. To more clearly changelog can be opened in www.squid-cache.org. In this case I am still using version 2.5.14 stable version 2.5 is the final output. Sign # before the command is the root meaning of the bash not comment. # ln-s / squid / etc / squid.conf / etc / squid.conf # http_port 3128 (or liked you) This command will create a HTTP proxy to use port 3128 which is the default port for squid. Activate by removing the sign #. You can create an HTTP proxy port value is to your taste, but do not point to port 80, especially if you also run a Web server, because the Web server also uses that port. The next step, find the following command line: # cache_mem 64 MB Command is used to limit the amount of computer memory that will be used squid to store temporary objects in the cache. These limits are not strict, a time if Squid requires more memory, he can double the memory used. Enable this line and change the cache size is to be as much as you want, you should consider is the amount of memory your computer has. Next, find the line that contains the following commands: # Logfile CACHE PATHNAMES & Directories The following settings are used to define the storage allocation of our web cache. The first setting is: # cache_dir / cache 10001 16 256 Value above which there is a default value of squid, if you want to change it then activate this command. The first parameter / cache is the name of the directory where we will store the cache files. You can change this parameter to any directory, but that must be considered squid will not create a new directory, so if this parameter will be changed, make sure the destination directory already exists, and squid have permissions to write to that directory. The next parameter, the value 10,001 is the number of hard disk space (with unit Mega Byte) that will be used squid to store the cache files it. Change to suit your needs. The next parameter, called the Level-1, is the number of directories that will be made by the squid in its cache directory. We recommend that authors suggest to not change these parameters. Last parameter, which is called the Level-2, is the number of second-level directory, which is created in the directory in each directory of the first level above. The next step, find the following commands: # ACCESS CONTROLS The following command line used to define a list of access rights in your network, call Squid with Access Control Lists (ACL). You can define some ACL here. Access controls in this section, find the following command line: # Default configuration: All you have to do here is to define our own ACL, we enable non-final orders and add the following command line: http_access allow all So it will be like this: # squid here until you’ve completed the settings, the next step is to ensure that direkktori which will be used is set ownership correctly. For example the file directory / var / logs or other. Before squid can walk, you must create the swap directories. Do it by running the command: # / squid / sbin / squid-z This command only needs to run only once when the first squid will run on your computer. Check squid configuration used is correct or not Kalo there are mistakes or errors in the editing please return configurations. To run the squid use the command: To make squid own way every time you boot then add the above command in / etc / rc.d / rc.local Up here you have to install, set and activate the squid, the last thing to do is to direct the client computer’s browser to our server proxy port in accordance with which we use in the setting above. Easy is not it? for squid example see on squid on freebsd |

