![]() |
![]() |
Unlimited Storage and Bandwidth for $4.95/mo![]() |
Your Link here @20$ | Member of the Month - Free Rapidshare Account | Join NFO Competition |
|
|
||||||||
| Linux and UNIX Linux and other UNIX and UNIX-like operating systems. |
| Notices |
|
|
|
|
LinkBack | Thread Tools |
|
|
#3 (permalink) |
|
|
for details
This will help you to install a Squid Web caching server on Linux Machine (Red Hat Enterpise Edition) Squid already installed on Linux Server Machine . heck whether squid in installe by Open Terminal with root access. Code: root@tahaa#rpm -qa | -i squid Step # 1 Now Open Squid.conf file by Code: root@tahaa# vi /etc/squid/squid.conf Now find acl our_networks src 192.168.0.1/24 Remove # from acl our_networks and from http_access here you can specify your network class. This image has been resized. Click this bar to view the full image. The original image is sized 718x446. Step # 2 Find visible_hostname directive in squid and #none and place Code: Code: visible_hostname proxy.name.com.pk This image has been resized. Click this bar to view the full image. The original image is sized 718x446. Step # 3 find http_port directive and write http port for browsing. Code: http_port 8080 or http_port 3128 This image has been resized. Click this bar to view the full image. The original image is sized 718x446. Step # 4 Find cache_mgr directive and write Code: Code: cache_mgr email@domain.com step # 5 Make Cache: Find cache_dir directive here you can specify your cache size and path. Code: cache_dir ufs /var/spool/squid 4096 16 256 here 4096= 4GB=4096MB In this there will be 16 main folders and 256 will be sub folders. now save the Squid.conf file and exit. open Terminal with root access and run the following command Code: root@tahaa#squid -z Start The Squid Service. Code: root@tahaa#service squid stop root@tahaa#service squid start to see the running process of squid Code: root@tahaa#netstat -antp | grep 3128 To open log file Code: root@tahaa# tail -f /var/log/squid/access.log |
|
|
|
| Click here to Donate to remove the Adverts. | ||
|
|
||
|
|
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|
| New To AiO Forum? | Need Help? |