Versions Compared

Key

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

...

1. Add the following to Apache's httpd.conf file or desired virtual host, if using Apache virtual hosts:

Code Block
languagexml
ProxyRequests Off

ProxyPreserveHost On


<Proxy<Proxy \*>

	Order deny,allow

	Allow from all

</Proxy>


ProxyPassProxyPass /fedora/get http://localhost:8080/fedora/get

ProxyPassReverseProxyPassReverse /fedora/get http://localhost:8080/fedora/get

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

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

ProxyPass /fedora/describe http://localhost:8080/fedora/describe

ProxyPassReverse /fedora/describe http://localhost:8080/fedora/describe

ProxyPassProxyPass /iiv http://localhost:8080/iiv

ProxyPassReverseProxyPassReverse /iiv http://localhost:8080/iiv

ProxyPassProxyPass /fedora/risearch http://localhost:8080/fedora/risearch

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

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

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

...