免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
楼主: aaaaaa
打印 上一主题 下一主题

[proxy] Apache Traffic Server 3.2.0 正式版,附srpm包 [复制链接]

论坛徽章:
0
151 [报告]
发表于 2011-12-09 15:37 |只看该作者
按照我的147楼的udev规则加上后,重启一下系统再看看,应该就好啦

论坛徽章:
0
152 [报告]
发表于 2011-12-09 15:44 |只看该作者
回复 151# aaaaaa


    谢谢
现在还有
[TrafficManager] ==> Cleaning up and reissuing signal #15
[Dec  9 23:34:19.388] Manager {3086440704} ERROR: [TrafficManager] ==> Cleaning up and reissuing signal #15
[Dec  9 23:34:19.388] Manager {3086440704} ERROR:  (last system error 2: No such file or directory)
NOTE: Traffic Server received Sig 15: Terminated
[TrafficManager] ==> signal #15
[Dec  9 23:34:19.392] Manager {3086440704} ERROR: [TrafficManager] ==> signal #15
[Dec  9 23:34:19.392] Manager {3086440704} ERROR:  (last system error 2: No such file or directory)
几个错误,请帮忙

论坛徽章:
0
153 [报告]
发表于 2011-12-09 15:46 |只看该作者
这是TS进程关闭的时候的,不影响使用,先ignore这个吧,开发团队的人都没心思搞这种鸡毛小事

cache现在可以用啦?

论坛徽章:
0
154 [报告]
发表于 2011-12-09 15:55 |只看该作者
回复 153# aaaaaa

现在cache还不能使用,还有如下错误
[Dec  9 23:17:04.267] Server {1081871248} WARNING: No Volumes specified for Generic Hostnames for http documents: http cache will be disabled
[Dec  9 23:17:04.267] Server {1081871248} WARNING: failed to initialize the cache for http: cache disabled
[Dec  9 23:17:04.267] Server {1081871248} NOTE: cache disabled

请问怎么修改?

论坛徽章:
0
155 [报告]
发表于 2011-12-09 16:11 |只看该作者
没有其他错误吗?

论坛徽章:
0
156 [报告]
发表于 2011-12-09 16:16 |只看该作者
没有其他的报错

论坛徽章:
0
157 [报告]
发表于 2011-12-09 16:25 |只看该作者
回复 155# aaaaaa


    现在缓存成功加上了,但是在检查状态时,还有错误提示
% show:cache-stats

ERROR: Invalid parameter specified.
       Check parameters for correct syntax and type.


Bytes Used --- 0 GB
Cache Size --- 10 GB

请问这有可能是什么错误,谢谢

论坛徽章:
0
158 [报告]
发表于 2011-12-09 22:09 |只看该作者
这个错误是TS的代码问题,TS代码里很多功能被砍掉后遗留的一个小尾巴,这个已经在3.1的后续版本里fix掉了。

论坛徽章:
0
159 [报告]
发表于 2011-12-12 19:14 |只看该作者
客户端使用http的connect方法时,traffic server返回403,tunnel forbiden。是配置不对呢,还是traffic server禁用了connect方法,还是traffic server不支持??

论坛徽章:
0
160 [报告]
发表于 2011-12-13 11:56 |只看该作者
records.config中已经禁止了,你需要修改以允许connect:
#  ###################################
#  # HTTP Quick filtering (security) #
#  ###################################
#  This is dedicated and very specific 'HTTP method' filter.
#  Note: If method does not match, filtering will be skipped.
#  bits 15-0 - HTTP method mask
#       0x0000 - Any possible HTTP method (or you can use 0xFFFF)
#       0x0001 - CONNECT
#       0x0002 - DELETE
#       0x0004 - GET
#       0x0008 - HEAD
#       0x0010 - ICP_QUERY
#       0x0020 - OPTIONS
#       0x0040 - POST
#       0x0080 - PURGE
#       0x0100 - PUT
#       0x0200 - TRACE
#       0x0400 - PUSH
#  bits 18-16 - IP address type
#       reserved
#  bits 30-19 - reserved
#  bit 31 - Action (allow=1, deny=0), leave at zero
#  Note: if 'proxy.config.http.quick_filter.mask' is equal 0, there is no 'quick http filtering' at all
#
# The default (0x482 or 1154) denies all PUSH, PURGE and DELETE requests (except from 127.0.0.1)
CONFIG proxy.config.http.quick_filter.mask INT 1154
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP