Ver Mensaje Individual
  #2 (permalink)  
Antiguo 28/10/2009, 07:50
carolca79
 
Fecha de Ingreso: febrero-2008
Ubicación: Asunción
Mensajes: 36
Antigüedad: 16 años, 2 meses
Puntos: 0
Sonrisa Respuesta: Squid Transparente

Para lo que quieres hacer debes usar el Apache, en el que debes habilitar el Proxy Reverso en el httpd.conf
Verifica si alguna de las lineas ya esta ingresada a fin de no volver a repetirlas y comentalas en caso necesario.



Código:
#Reverse Proxy

ProxyRequests Off

<Proxy *>
Order deny,allow
Allow from all
</Proxy>

#En caso a redireccionar al directorio raiz
ProxyPass /webinformes http://192.168.0.1
ProxyPassReverse /webstock http://192.168.0.2

#En caso a redireccionar a subdirectorios
#ProxyPass /webinformes http://192.168.0.1/webinformes
#ProxyPassReverse /webstock http://192.168.0.2/webstock

Si necesitas mayor info quité de este link la info: http://httpd.apache.org/docs/2.0/mod/mod_proxy.html