en:release:3.13_release_notes
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:release:3.13_release_notes [2026/03/09 03:28] – [Proxying Tomcat with Apache] kjdon | en:release:3.13_release_notes [2026/03/09 03:34] (current) – [Proxying Tomcat with Apache] kjdon | ||
|---|---|---|---|
| Line 40: | Line 40: | ||
| ProxyPass /solr/ http:// | ProxyPass /solr/ http:// | ||
| ProxyPassReverse /solr/ http:// | ProxyPassReverse /solr/ http:// | ||
| + | | ||
| + | ProxyPass / | ||
| | | ||
| ProxyPass /archive/ http:// | ProxyPass /archive/ http:// | ||
| ProxyPassReverse /archive/ http:// | ProxyPassReverse /archive/ http:// | ||
| | | ||
| - | ProxyPass / | ||
| - | |||
| < | < | ||
| ProxyPassReverseCookiePath / | ProxyPassReverseCookiePath / | ||
| Line 64: | Line 64: | ||
| Your library will then be available at https:// | Your library will then be available at https:// | ||
| + | If you want your library to be available at https:// | ||
| + | < | ||
| + | |||
| + | # | ||
| + | ... | ||
| + | ProxyPass / http:// | ||
| + | ProxyPassReverse / http:// | ||
| + | | ||
| + | < | ||
| + | ProxyPassReverseCookiePath / | ||
| + | </ | ||
| + | | ||
| + | .... | ||
| + | RequestHeader set X-Forwarded-Prefix "/" | ||
| + | </ | ||
| + | |||
| + | Note that if you have a ProxyPass for / it must come AFTER any other ProxyPass directives. | ||
| ===== Running Greenstone ===== | ===== Running Greenstone ===== | ||
en/release/3.13_release_notes.1773026929.txt.gz · Last modified: 2026/03/09 03:28 by kjdon
