Hi all!

I wish to direct all packages of method POST on 127.0.0.1 port 8008
There is a script which writes down packages on a disk.
In ideal ... but it does not write. If I clean rule MAIL that method GET is written only.
Where I was mistaken?

There are such adjustments of a proxy:

cache_peer 127.0.0.1 parent 8008 3130 default

acl MAIL method POST
acl mail_list urlpath_regex mail.ru

http_access allow MAIL

cache_peer_access 127.0.0.1 allow mail_list MAIL
cache_peer_access 127.0.0.1 deny all

Thnx!!



Reply via email to