yvyape_vhost.txt
694 Bytes
<VirtualHost *:80>
ServerName yvyape.yvaga.com.py
ServerAdmin webmaster@yvaga.com.py
ProxyPreserveHost On
# Proxy principal al Backend Java (Puerto 8081)
ProxyPass / http://192.168.1.123:8081/gis-geoserver/
ProxyPassReverse / http://192.168.1.123:8081/gis-geoserver/
# Proxy a GeoServer (Puerto 8080)
ProxyPass /geoserver http://192.168.1.123:8080/geoserver
ProxyPassReverse /geoserver http://192.168.1.123:8080/geoserver
ProxyPass /gwc http://192.168.1.123:8080/gwc
ProxyPassReverse /gwc http://192.168.1.123:8080/gwc
ErrorLog ${APACHE_LOG_DIR}/yvyape_error.log
CustomLog ${APACHE_LOG_DIR}/yvyape_access.log combined
</VirtualHost>