Proxy Reverse

Antonio Galicia antonio.galicia en gmail.com
Mar Sep 1 15:34:03 CLT 2009


2009/9/1 Marco Bravo <marcos.bravo en gmail.com>:

> Volvamos al tema del proxy reverse?

Diagnóstico:

Crea un archivo con esto:
----------------------------
<HTML>
 <HEAD>
  <TITLE> Probando Reverse Proxy </TITLE>
 </HEAD>
 <BODY>
  <a href="/ruta/prueba.html">Probemos</a>
 </BODY>
</HTML>
----------------------------

Y en configuras con algo como:

ProxyPass         /interno/  http://1.2.3.4/ruta/
ProxyPassReverse  /interno/ http://1.2.3.4/ruta/
ProxyHTMLURLMap   /ruta/ /interno/

tu salida debe ser

----------------------------
<HTML>
 <HEAD>
  <TITLE> Probando Reverse Proxy </TITLE>
 </HEAD>
 <BODY>
  <a href="/interno/prueba.html">Probemos</a>
 </BODY>
</HTML>
----------------------------

-- 
 Saludos,
 PP

http://s2.metaldamage.es/c.php?uid=137706
http://s8.bitefight.com.mx/c.php?uid=43085

Stephen Leacock  - "I detest life-insurance agents: they always argue
that I shall some day die, which is not so." -
http://www.brainyquote.com/quotes/authors/s/stephen_leacock.html



Más información sobre la lista de distribución Linux