Hello ,
i have a question to configure fine proxy squid with
proxy , and reverse proxy in the same machine.
at this moment the users for my organization uses
proxy every day and works ok , but i need to make a
reverse proxy to connect to my owa from internet.
my owa have the ip address 172.24.0.10 and uses the
port 8080
i put this lines to configure reverse proxy
http_port 172.30.0.13:8080
httpd_accel_with_proxy on
httpd_accel_host 172.24.0.10/exchange
httpd_accel_port 8080
acl my_servers dst 172.24.0.10
acl http protocol http
acl port8080 port 8080
http_access allow http port8080 my_servers
if i connect to the public ip address
http://public-ip-address:8080 i cant access to the
owa.
my old configuration for proxy was:
acl all src 192.30.1.0/255.255.255.0
172.30.1.0/255.255.255.0 172.30.0.0/255.255.255.240
10.184.32.94/255.255.255.255
http_access allow all
http_access allow manager localhost
http_access deny manager
http_access deny CONNECT !SSL_ports
http_access allow localhost
http_reply_access allow all
______________________________________________
Renovamos el Correo Yahoo!: ˇ100 MB GRATIS!
Nuevos servicios, más seguridad
http://correo.yahoo.es
Received on Fri Oct 29 2004 - 15:32:33 MDT
This archive was generated by hypermail pre-2.1.9 : Mon Nov 01 2004 - 12:00:02 MST