aaaaaa 发表于 2011-12-09 15:37

按照我的147楼的udev规则加上后,重启一下系统再看看,应该就好啦

xierui54 发表于 2011-12-09 15:44

回复 151# aaaaaa


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

aaaaaa 发表于 2011-12-09 15:46

这是TS进程关闭的时候的,不影响使用,先ignore这个吧,开发团队的人都没心思搞这种鸡毛小事:D

cache现在可以用啦?

xierui54 发表于 2011-12-09 15:55

回复 153# aaaaaa

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

请问怎么修改?

aaaaaa 发表于 2011-12-09 16:11

没有其他错误吗?

xierui54 发表于 2011-12-09 16:16

没有其他的报错

xierui54 发表于 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

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

aaaaaa 发表于 2011-12-09 22:09

这个错误是TS的代码问题,TS代码里很多功能被砍掉后遗留的一个小尾巴,这个已经在3.1的后续版本里fix掉了。

yunfeichen119 发表于 2011-12-12 19:14

客户端使用http的connect方法时,traffic server返回403,tunnel forbiden。是配置不对呢,还是traffic server禁用了connect方法,还是traffic server不支持??

aaaaaa 发表于 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
页: 6 7 8 9 10 11 12 13 14 15 [16] 17 18 19 20 21 22 23 24 25
查看完整版本: Apache Traffic Server 3.2.0 正式版,附srpm包