SQUID一问
我用RedHat 9自带的Squid 2.5.STABLE1版本构建二级代理已经成功,但有一个问题总是不知何解?就是我每次启动SQUID服务,总是出现:
Starting squid: .................... [FAILED]
但是我用squid status看,结果又是:
squid (pid 9283 9280) is running...
而且所有客户端都能正常使用。查看cache.log有如下信息:
2003/06/17 10:24:48| Unlinkd pipe opened on FD 9
2003/06/17 10:24:48| Swap maxSize 5120000 KB, estimated 393846 objects
2003/06/17 10:24:48| Target number of buckets: 19692
2003/06/17 10:24:48| Using 32768 Store buckets
2003/06/17 10:24:48| Max Mem size: 262144 KB
2003/06/17 10:24:48| Max Swap size: 5120000 KB
2003/06/17 10:24:48| Store logging disabled
2003/06/17 10:24:48| Rebuilding storage in /home2/var_squid/cache (DIRTY)
2003/06/17 10:24:48| Using Least Load store dir selection
2003/06/17 10:24:48| Current Directory is /home2/var_squid/logs
2003/06/17 10:24:48| Loaded Icons.
2003/06/17 10:24:48| Accepting HTTP connections at 0.0.0.0, port 6666, FD 10.
2003/06/17 10:24:48| WCCP Disabled.
2003/06/17 10:24:48| Ready to serve requests.
2003/06/17 10:24:48| Done reading /home2/var_squid/cache swaplog (1613 entries)
2003/06/17 10:24:48| Finished rebuilding storage from disk.
2003/06/17 10:24:48| 1579 Entries scanned
2003/06/17 10:24:48| 0 Invalid entries.
2003/06/17 10:24:48| 0 With invalid flags.
2003/06/17 10:24:48| 1574 Objects loaded.
2003/06/17 10:24:48| 0 Objects expired.
2003/06/17 10:24:48| 5 Objects cancelled.
2003/06/17 10:24:48| 27 Duplicate URLs purged.
2003/06/17 10:24:48| 0 Swapfile clashes avoided.
2003/06/17 10:24:48| Took 0.3 seconds (5398.3 objects/sec).
2003/06/17 10:24:48| Beginning Validation Procedure
2003/06/17 10:24:48| Completed Validation Procedure
2003/06/17 10:24:48| Validated 1547 Entries
没有发现什么异常呀。
请教各位大侠,是不是conf文件那里有问题,或者应该如何设置才能解决这个问题?
谢谢大家了!!!