Versions Compared

Key

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

...

If using Touchstone, then also add the following to the end of httpd.conf:

Code Block
ProxyPass        /Shibboleth.sso/    [https://idp.mit.edu/Shibboleth.sso/]
ProxyPassReverse    /Shibboleth.sso/    [https://idp.mit.edu/Shibboleth.sso/]
ProxyPass        /Touchstone/        [https://idp.mit.edu/Touchstone/]
ProxyPassReverse    /Touchstone/        [https://idp.mit.edu/Touchstone/]

...

Restart the Apache server:

Code Block

/etc/init.d/web restart

If using Touchstone, then restart shibd:

Code Block

/etc/init.d/shibd restart