Versions Compared

Key

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

...

ProxyIOBufferSize 65536


#### serve content from Tomcat

ProxyPassReverse "/shrine-api/" "http://127.0.0.1:8080/shrine-api/"

ProxyPass "/shrine-api/" "http://127.0.0.1:8080/shrine-api/"



To publish your metadata to your IdP:

  1. Email to them, or
  2. Place your metadata in a file called sp-metadata.xml in a folder configured in .../httpd.conf, e.g.

DocumentRoot "/var/www/html"


Serve metadata dynamically but as though an XML file was being accessed, from Tomcat

...