Good afternoon to all users of ATS Dear friends, I wanted to ask again
the following.

I'm setting ATS as reverse proxy, the settings are as follows:

Reverse Proxy Mapping Rule

file remap.config
map http://190.168.24.33:8080/ula/  http://www.ula.ve/
reverse_map http://www.ula.ve/ http://190.168.24.33:8080/ula/

file Records.config
CONFIG proxy.config.http.cache.http INT 1
CONFIG proxy.config.reverse_proxy.enabled INT 1
CONFIG proxy.config.url_remap.remap_required INT 1
CONFIG proxy.config.url_remap.pristine_host_hdr INT 1
CONFIG proxy.config.http.server_ports STRING 8080

I would like to behave as follows

Client Request                      Translated Request
http://10.10.17.103:8080/ula/       http://www.ula.ve/
http://10.10.17.103:8080/ula/inicio http://www.ula.ve/inicio



if CONFIG proxy.config.url_remap.pristine_host_hdr INT 1

not load the stylesheet, and the click does not follow the hyperlink
404 error, "Not Found on Accelerator"


situation 2
CONFIG proxy.config.url_remap.pristine_host_hdr INT 0

load the stylesheet, but does not mask the address. Example
http://10.10.17.103:8080/ula/       http://www.ula.ve/

when you click Http://10.10.17.103:8080/ula/inicio  translated request
http://www.ula.ve/inicio

Thanks




-- 
T.S.U Paul Zambrano
Universidad de Los Andes
Direccion de Telecomunicaciones y Servicios
Centro Nacional de Calculo Cientifico
Tlf: 0274 - 2524192
Cel: 0414 - 7294597 / 0426 - 1534959

Reply via email to