Bit more on this;

2008/10/22 21:48:31| fd_open FD 21 HTTP Request
2008/10/22 21:48:31| httpAccept: FD 21: accepted port 3128 client 127.0.0.1:44244
[...]
2008/10/22 21:48:31| aclCheck: checking 'always_direct allow local_proxy'
2008/10/22 21:48:31| aclMatchAclList: checking local_proxy
2008/10/22 21:48:31| aclMatchAcl: checking 'acl local_proxy myportname local_proxy'
2008/10/22 21:48:31| aclMatchAclList: no match, returning 0

Is the myportname acl broken? Or am I misunderstanding it?



Right, but I want to use *separate* ports; i.e., one accel port, and one proxy port. E.g.,

http_port 80 vhost
cache_peer origin.example.com parent 80 0 originserver no-query no- digest

http_port 127.0.0.1:3128 name=local_proxy http11
acl local_proxy myportname local_proxy
always_direct allow local_proxy
http_access allow local_proxy localhost
http_access deny local_proxy
log_access deny local_proxy

Right now when I do this, the proxy port still goes to the cache_peer that's configured for the accelerator port...


Cheers,

--
Mark Nottingham       [EMAIL PROTECTED]


Reply via email to