tom@953: # Virtual Hosts
tom@953: #
tom@953: # Required modules: mod_log_config
tom@953:
tom@953: # If you want to maintain multiple domains/hostnames on your
tom@953: # machine you can setup VirtualHost containers for them. Most configurations
tom@953: # use only name-based virtual hosts so the server doesn't need to worry about
tom@953: # IP addresses. This is indicated by the asterisks in the directives below.
tom@953: #
tom@953: # Please see the documentation at
tom@953: #
tom@953: # for further details before you try to setup virtual hosts.
tom@953: #
tom@953: # You may use the command line option '-S' to verify your virtual host
tom@953: # configuration.
tom@953:
tom@953:
tom@953: ServerAdmin webmaster@localhost
tom@953: ErrorLog logs/lada-error_log
tom@953: CustomLog logs/lada-access_log common
tom@953:
tom@953: # Fake Shibboleth-like authentication headers
tom@953: RequestHeader set X-SHIB-user "testeins"
tom@953: RequestHeader set X-SHIB-roles "cn=Imis-World, cn=mst_06010, cn=mst_11010"
tom@953:
tom@953: # Add Proxy for Lada-server
tom@953: ProxyPass "/lada-server/" "http://lada-server:8080/lada-server-2.2.0/"
tom@953: ProxyPassReverse "/lada-server/" "http://lada-server:8080/lada-server-2.2.0/"
tom@953: # Add Proxy for printing
tom@953: #ProxyPass /lada-client/lada-printer http://MAPFISH-PRINT-URL/lada_print
tom@953: #ProxyPassReverse /lada-client/lada-printer http://MAPFISH-PRINT-URL/lada_print
tom@953: