Huumm....now is almost everything working with reverse proxy.
My acls:
# Reverse proxy, working (ate end of file) http_port 80 httpd_accel_host 192.168.202.4 httpd_accel_port 81 httpd_accel_single_host on httpd_accel_with_proxy on httpd_accel_uses_host_header on
# now my other config acl pmrp src 192.168.0.0/16 # i have 192.168.X.X, 202, 1, 3, etc... subnets
# Auth programs auth_param basic program /usr/local/bin/authpop.py # Auth by pop3, it was working auth_param basic realm Intranet acl users_ext proxy_auth REQUIRED
# Now access http_access allow pmrp http_access allow users_ext !pmrp
This should work, right? Without auth for internal users and requesting auth for others....
But don't work :( they ask user/pass for ALL users, not only external...
what's wrong?
PS: reverse proxy is working fine
Also, authentication isn't working in this case (password/user wrong)
-- Jonis CODERP
