以下是在 CentOS 4.6 底下安裝與設定 Squid Proxy Server
su - root yum install squid
[root@tryboxap01 ~]# rpm -q squid squid-2.5.STABLE14-1.4E.el4_6.1
: ftp_user wwwuser@ichiayi.com : acl SSL_ports port 443 7443 : acl Safe_ports port 443 # https acl Safe_ports port 7443 # https-g2b2c acl Safe_ports port 5222 # GoogleTalk : acl our_networks src 61.67.71.0/24 220.130.131.238/32 http_access allow our_networks : : #Default: extension_methods REPORT MERGE MKACTIVITY CHECKOUT # TAG: request_entities :
service squid start chkconfig squid on chkconfig --list | grep squid
[root@tryboxap01 squid]# service squid start init_cache_dir /var/spool/squid... 啟動 squid:. [ 確定 ] [root@tryboxap01 squid]# [root@tryboxap01 squid]# chkconfig squid on [root@tryboxap01 squid]# chkconfig --list | grep squid squid 0:off 1:off 2:on 3:on 4:on 5:on 6:off [root@tryboxap01 squid]#
| 2008/03/27 11:53 | 蔡宗融 | |
| 2007/12/13 07:27 | 蔡宗融 |