关于Squid加速web的问题

我有三个web由于需要跑在81端口,这三个web也没有做虚机,并且都放在htdocs下

访问的时候用/webname的形式来访问..


现在想用Squid反向代理其中的一个web,Squid侦听在80端口访问时要用这种方式访问

http://域名/webname,而其它二个不受影响。即其它二个还是用http://域名:81/webname来访问


我的squid的配置是这样的无法实现。求高人指点..

[Copy to clipboard] [ - ]
CODE:
http_port 192.168.1.2 80
icp_port 0
acl QUERY urlpath_regex cgi-bin /?
cache_mem 32 MB
cache_dir ufs /opt/cache/squid 256 16 256
log_icp_queries off
emulate_httpd_log on
redirect_rewrites_host_header off
half_closed_clients off
acl all src 0.0.0.0/0.0.0.0
http_access allow all
cache_mgr [email]test@test.com[/email]
cache_effective_user squid
cache_effective_group squid
httpd_accel_host 192.168.1.100
httpd_accel_port 81
httpd_accel_uses_host_header on
httpd_accel_with_proxy on