Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
ProxyRequests Off

ProxyPreserveHost On


<Proxy \*>

	Order deny,allow

	Allow from all

</Proxy>


ProxyPass /fedora/get http://localhost:8080/fedora/get

ProxyPassReverse /fedora/get http://localhost:8080/fedora/get

ProxyPass /fedora/services http://localhost:8080/fedora/services

ProxyPassReverse /fedora/services http://localhost:8080/fedora/services

ProxyPass /islandora httpfedora/describe http://localhost:8080/islandora
fedora/describe  
ProxyPassReverse /islandora httpfedora/describe http://localhost:8080/islandoradescribe 

ProxyPass /iiv http://localhost:8080/iiv

ProxyPassReverse /iiv http://localhost:8080/iiv

ProxyPass /fedora/risearch http://localhost:8080/fedora/risearch

ProxyPassReverse /fedora/risearch http://localhost:8080/fedora/risearch

ProxyPass /adore-djatoka http://localhost:8080/adore-djatoka

ProxyPassReverse /adore-djatoka http://localhost:8080/adore-djatoka

...