# Demo configuration for InteProxy. # # This file defines how different remote servers are to be accessed. # There is one section for each remote server. How the sections are # named doesn't really matter but it's a good idea to include the full # domain name in the section name. If you want to access to different # servers on the same host, be careful to give both sections different # names, by e.g. appending some more information about the server. # # There might be some additional section with predefined names in the # future for other inteproxy settings. The names for those section will # be chosen so as to not interfere with existing section names. Hence # the suggestion to use the full domain name. # An example section for the host inteproxy-demo.intevation.org. [inteproxy-demo.intevation.org] # The hostname used in the URLs accessing this server host=inteproxy-demo.intevation.org # The path on the server path=/cgi-bin/frida-wms # the class defines how InteProxy handles the connection to the server. # Supported classes are: # # identity simply passes the request through. # # owsproxy The remote host is an OWSProxy requiring authentication # and https # # basicauth HTTP Basic Authorization over https # class=owsproxy