Archive for category Reverse Proxy
Abierto http de rucio y quijote
Publicado por Enrique Martínez en Reverse Proxy, Site, Soporte a Servidores el abril 28, 2006
Deste el pasado 25 está abierto el puerto http de rucio y quijote, he comenzado con las pruebas de rucio, la primera aplicación es CatIA con los repositorios de Edu-Doc y CC-Doc.
Configuración del Reverse Proxy
Publicado por Enrique Martínez en Reverse Proxy el febrero 17, 2006
En este artículo de Nick Kew se describe la configuración para el Reverse Proxy
http://www.apacheweek.com/features/reverseproxies
Configuración Apache
Publicado por Enrique Martínez en Reverse Proxy el noviembre 14, 2005
En /etc/httpd/conf/http.conf
ServerName test.bib.iteso.mx
En /etc/httpd/conf.d/
En reverseprox.conf
LoadFile /usr/lib/libxml2.so LoadModule proxy_html_module modules/mod_proxy_html.so ProxyRequests Off #Documenta ProxyPass /documenta/ http://srb2.bib.iteso.mx/documenta/ ProxyHTMLURLMap http://srb2.bib.iteso.mx/documenta /documenta ProxyPassReverse /documenta/ SetOutputFilter proxy-html ProxyHTMLURLMap / /documenta/ ProxyHTMLURLMap /documenta /documenta RequestHeader unset Accept-Encoding # Aleph ProxyPass /aleph/ http://148.201.94.3:8991/ ProxyHTMLURLMap http://148.201.94.3:8991 /aleph ProxyPassReverse / SetOutputFilter proxy-html ProxyHTMLURLMap / /aleph/ ProxyHTMLURLMap /aleph /aleph RequestHeader unset Accept-Encoding # Oscar ProxyPass /oscar/ http://148.201.94.218/wordpress/ ProxyHTMLURLMap http://148.201.94.218/wordpress /oscar ProxyPassReverse /wordpress/ SetOutputFilter proxy-html ProxyHTMLURLMap / /oscar/ ProxyHTMLURLMap /oscar /oscar RequestHeader unset Accept-Encoding # Biblioteca ProxyPass /biblioteca/ http://148.201.94.6/biblioteca/ ProxyHTMLURLMap http://148.201.94.6/biblioteca /biblioteca ProxyPassReverse /biblioteca/ SetOutputFilter proxy-html ProxyHTMLURLMap /biblioteca/ /biblioteca/ ProxyHTMLURLMap /biblioteca /biblioteca ProxyHTMLURLMap http://148.201.94.6/ALEPH /aleph RequestHeader unset Accept-Encoding # Biblioteca en 94.218 (Oscar) ProxyPass /bib2/ http://148.201.94.218:8080/biblioteca/ ProxyHTMLURLMap http://148.201.94.218:8080/biblioteca /bib2 ProxyPassReverse /bib2/ SetOutputFilter proxy-html ProxyHTMLURLMap /biblioteca/ /bib2/ ProxyHTMLURLMap /bib2 /bib2 RequestHeader unset Accept-Encoding #ebrary ProxyPass /ebrary/ http://site.ebrary.com/lib/uisantafe/ ProxyHTMLURLMap http://site.ebrary.com/lib/uisantafe /ebrary ProxyPassReverse /ebrary/ SetOutputFilter proxy-html ProxyHTMLURLMap / /ebrary/ ProxyHTMLURLMap /ebrary /ebrary RequestHeader unset Accept-Encoding
En mod_mono_apps.conf
# AddHandler mono .aspx .ascx .asax .ashx .config .cs .asmx .axd SetHandler mono-ctrl Order deny,allow Deny from all Allow from 127.0.0.1 Alias /test "/usr/lib/xsp/test" MonoApplications "/test:/usr/lib/xsp/test" SetHandler mono # DirectoryIndex index.aspx # Alias /logaleph "/var/www/html/logaleph" MonoApplications "/logaleph:/var/www/html/logaleph" SetHandler mono DirectoryIndex default.aspx # Alias /catia "/var/www/html/CatIA" MonoApplications "/catia:/var/www/html/CatIA" SetHandler mono DirectoryIndex default.aspx # Alias /wardjan "/var/www/html/wardjan" MonoApplications "/wardjan:/var/www/html/wardjan" SetHandler mono DirectoryIndex default.htm #MonoServerPath /usr/lib/mono/1.0/mod-mono-server.exe #MonoExecutablePath /usr/bin/mono #MonoApplications #MonoApplicationsConfigFile #MonoApplicationConfigDir /etc/mono #AddMonoApplications default "/test:/usr/share/doc/xsp/test" # # Order allow,deny # Allow from all # DirectoryIndex index.aspx #