QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 770|回复: 1

gugong版主,关于你的SQUID配置,小弟有疑问

[复制链接]
发表于 2002-12-4 10:15:52 | 显示全部楼层 |阅读模式
# 下面是只允许每天上三个小时的:
acl no_allow_time_0_1 time "/etc/squid/no_allow_time_0_1"
acl no_allow_time_0_2 time "/etc/squid/no_allow_time_0_2"
acl no_allow_time_0_3 time "/etc/squid/no_allow_time_0_3"
acl no_allow_time_0_4 time "/etc/squid/no_allow_time_0_4"
acl no_allow_time_0_5 time "/etc/squid/no_allow_time_0_5"
# 完

# 下面是只允许每天上八个小时的:
acl no_allow_time_1_1 time "/etc/squid/no_allow_time_1_1"
acl no_allow_time_1_2 time "/etc/squid/no_allow_time_1_2"
acl no_allow_time_1_3 time "/etc/squid/no_allow_time_1_3"
acl no_allow_time_1_4 time "/etc/squid/no_allow_time_1_4"
acl no_allow_time_1_5 time "/etc/squid/no_allow_time_1_5"
# 完
acl allow_client_8h src "/etc/squid/allow_client_8h"
acl allow_client_3h src "/etc/squid/allow_client_3h"

# 下面是只允许每天上八个小时的:
http_access deny no_allow_time_1_1 allow_client_8h
http_access deny no_allow_time_1_2 allow_client_8h
http_access deny no_allow_time_1_3 allow_client_8h
http_access deny no_allow_time_1_4 allow_client_8h
http_access deny no_allow_time_1_5 allow_client_8h
http_access allow allow_client_8h
# 完
#
# 下面是只允许每天上三个小时的:
http_access deny no_allow_time_0_1 allow_client_3h
http_access deny no_allow_time_0_2 allow_client_3h
http_access deny no_allow_time_0_3 allow_client_3h
http_access deny no_allow_time_0_4 allow_client_3h
http_access deny no_allow_time_0_5 allow_client_3h
http_access allow allow_client_3h
# 完


就是你的限制小时数,诸如3、8个小时,是在哪边控制实现的??
好像配置文件看不出来,能不能贴出/etc/squid/下的相关文件给我们看看啊??
也许我没看懂,能不能讲清楚点啊,谢谢了
发表于 2002-12-4 13:48:11 | 显示全部楼层
你先看看:

2002年12月04日下午13时45分37秒[root@squid root]# ll /etc/squid/
total 512
-rw-r--r--    1 root     root          420 11月  8 16:56 allow_client_3h
-rw-r--r--    1 root     root           64 11月  8 16:56 allow_client_8h
-rw-r--r--    1 root     root          513 11月 21 13:17 allow_client_fore
-rw-r--r--    1 root     root          267 11月 30 09:08 allow_client_inf
-rw-r--r--    1 root     root          122 10月  5 14:20 allow_domain
-rw-r--r--    1 root     root          217  5月 14  2002 allow_time
lrwxrwxrwx    1 root     root           35  2月 11  2002 errors -> ../../usr/lib/squid/errors/Englis
h//
-rw-r--r--    1 root     root        26097  6月 28 08:45 mib.txt
-rw-r--r--    1 root     root         6912  6月 28 08:45 mime.conf
-rw-r--r--    1 root     root         6912  6月 28 08:45 mime.conf.default
-rw-r--r--    1 root     root           15  5月 12  2002 no_allow_client
-rw-r--r--    1 root     root         1086 10月 15 10:03 no_allow_domain
-rw-r--r--    1 root     root          217 11月  8 16:33 no_allow_time_0_1
-rw-r--r--    1 root     root          218 11月  8 16:33 no_allow_time_0_2
-rw-r--r--    1 root     root          218 11月  8 16:33 no_allow_time_0_3
-rw-r--r--    1 root     root          218 11月  8 16:33 no_allow_time_0_4
-rw-r--r--    1 root     root          211 11月  8 16:33 no_allow_time_0_5
-rw-r--r--    1 root     root          217 11月  8 16:45 no_allow_time_1_1
-rw-r--r--    1 root     root          218 11月  8 16:45 no_allow_time_1_2
-rw-r--r--    1 root     root          218 11月  8 16:46 no_allow_time_1_3
-rw-r--r--    1 root     root          218  5月 14  2002 no_allow_time_1_4
-rw-r--r--    1 root     root          211  4月 20  2002 no_allow_time_1_5
-rw-r--r--    1 root     root         2107  5月  2  2002 no_allow_web
-rw-r--r--    1 root     root        96757 11月 30 03:09 squid.conf
-rw-r--r--    1 root     root        91120  6月 28 08:45 squid.conf.default
-rw-r--r--    1 root     root        95118  5月 20  2002 squid.conf.gugong
-rw-r--r--    1 root     root        91120  6月 28 08:45 squid.conf.Origin




再看看:

2002年12月04日下午13时47分16秒[root@squid root]# cat /etc/squid/no_allow_time_0_1
#               S - Sunday
#               M - Monday
#               T - Tuesday
#               W - Wednesday
#               H - Thursday
#               F - Friday
#               A - Saturday
#SMTWHFA
00:01-8:59

2002年12月04日下午13时48分44秒[root@squid root]# cat /etc/squid/no_allow_time_0_5
#               S - Sunday
#               M - Monday
#               T - Tuesday
#               W - Wednesday
#               H - Thursday
#               F - Friday
#               A - Saturday
S
#00:01-8:00




你应该明白啦 !
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-17 18:27 , Processed in 0.051324 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表