Code: |
<VirtualHost *> ServerName stage.foobar.com ErrorLog logs/stage-error_log.log CustomLog logs/stage-access.log combined ProxyPass /jcore ajp://192.168.2.87/jcore smax=5 max=20 ttl=30 retry=60 route=stage ProxyPreserveHost on </VirtualHost> <VirtualHost *> ServerName dev.foobar.com ErrorLog logs/stage-error_log.log CustomLog logs/stage-access.log combined ProxyPass /jcore ajp://192.168.2.85/jcore smax=5 max=20 ttl=30 retry=60 route=dev ProxyPreserveHost on </VirtualHost> |