URN Logo
UNIX Resources » Linux » China Linux Forum » Linux防火墙和代理服务器应用 » 4 » 有谁用过squid的cachemgr???
announcement 声明: 本页内容为中国Linux论坛的内容镜像,文章的版权以及其他所有的相关权利属于中国Linux论坛和相应文章的作者,如果转载,请注明文章来源及相关版权信息。
Resources
China Linux Forum(finished)
Linux Forum(finished)
FreeBSD China(finished)
linuxforum.net
  业界新闻与评论
  自由软件杂谈
  IT 人生
  Linux软件快递
  翻译作坊
  Linux图书与评论
  GNU Emacs/XEmacs
  Linux 中文环境和中文化
  Linux桌面与办公软件
  Linux 多媒体与娱乐版
  自由之窗Mozilla
  笔记本电脑上的Linux
  Gentoo
  Debian 一族
  网络管理技术
  Linux 安装与入门
  WEB服务器和FTP服务器
  域名服务器和邮件服务器
  Linux防火墙和代理服务器应用
  文件及打印服务器
  技术培训与认证
  Linux内核技术
  Linux 嵌入技术
  Linux设备驱动程序
  Linux 集群技术
  LINUX平台数据库
  系统和网络安全
  CPU 与 编译器
  系统计算研究所专栏
  Linux下的GUI软件开发
  C/C++编程版
  PHP 技 术
  Java&jsp技术
  Shell编程技术
  Perl 编 程
  Python 编 程
  XML/Web Service 技术
  永远的Unix
  FreeBSD世界
   
有谁用过squid的cachemgr???
Author: zhien    Posted: 2005-11-11 11:47    Length: 3,675 byte(s)
[Original] [Print] [Top]
squid2.5stb10已大log定制补丁,速度很快,就是cachemgr.cgi
登陆后(选择主机后,输入密码,空用户名,用户不知在哪里设), 正常出现Cache Manager
menu 管理菜单:
Memory Utilization
Callback Data Registry Contents
Event Queue
。。。。

但点进上面的连接,却执行错误:


ERROR
Cache Manager Access Denied

--------------------------------------------------------------------------------

While trying to retrieve the URL: cache_object://61.168.0.11/mem

The following error was encountered:

Cache Manager Access Denied.

Sorry, you are not currently allowed to request:

cache_object://61.168.0.11/memfrom this cache manager until you have authenticated
yourself.


------------------------------------------------------------------------------
是否acl有问题,请高手指点。。。

附squid.conf,和cachemgr.conf


###
icp_port 0

###
strip_query_terms off
logformat combined %>a %ui %un [%tl] "%rm %ru HTTP/%rv" %Hs %<st
"%{Referer}>h" "%{User-Agent}>h"
access_log /var/log/squid/access.log combined
cache_log /var/log/squid/cache.log

pid_filename /var/run/squid.pid


# visible name
visible_hostname cache.www.com
cache_mgr cache@www.com
# cache config: space use 1G and memory use 256M
cache_dir ufs /data/scsi/cache/squid1 4096 16 256
cache_dir ufs /data/sata/cache/squid1 4096 16 256
cache_dir ufs /data/sata/cache/squid2 4096 16 256
cache_swap_high 90%
cache_swap_low 80%
maximum_object_size 1024 KB


cache_mem 384 MB
cache_effective_user nobody
cache_effective_group nobody

http_port 61.168.0.11:80
httpd_accel_host 127.0.0.1
httpd_accel_single_host on
httpd_accel_port 80
httpd_accel_uses_host_header on
httpd_accel_with_proxy on

# accelerater my domain only
acl acceleratedHostA dstdomain .xxx.com


# accelerater http protocol on port 80
acl acceleratedProtocol protocol HTTP
acl acceleratedPort port 80

# access arc
acl all src 0.0.0.0/0.0.0.0

# Allow requests when they are to the accelerated machine AND to the
# right port with right protocol
http_access allow acceleratedProtocol acceleratedPort acceleratedHostA


# logging
emulate_httpd_log on
cache_store_log none

# manager
acl manager proto cache_object
http_access allow manager all
cachemgr_passwd 123456 all

dns_children 20
redirect_children 20

#
#refresh_pattern -i . 60 90% 129600 reload-into-ims
#refresh_pattern -i .html 60 90% 129600 reload-into-ims
#refresh_pattern -i .shtml 60 90% 129600 reload-into-ims
refresh_pattern -i .swf 1440 90% 129600 reload-into-ims




cachemgr.conf文件内容


61.168.0.11:80
[Original] [Print] [Top]
« Previous thread
在Linux安装双网卡遇到的问题
Linux防火墙和代理服务器应用
4
Next thread »
linux 有什么opensource 可以实现所谓的虚拟防火墙??
     

Copyright © 2007 UNIX Resources Network, All Rights Reserved.      About URN | Privacy & Legal | Help | Contact us
备案序号: 京ICP备05006143    webmaster: webmaster@unixresources.net
This page created on 2008-07-17 02:58:40, cost 0.052541971206665 ms.