[Archivesspace_Users_Group] applying config.rb settings with Apache reverse proxy
Kathleen Krause-Thompson
kkthompson at tsl.texas.gov
Wed Mar 15 13:37:36 EDT 2017
I've configured an Apache reverse proxy for the frontend URL using the following instructions:
https://github.com/archivesspace/archivesspace/blob/master/README_HTTPS.md
Exception being that we chose to use a subdirectory instead of a prefix, as follows:
<VirtualHost *:443>
ProxyPreserveHost On
ProxyPass /staff http://aris.texas.gov:8080<http://aris.tsl.texas.gov:8080>
ProxyPassReverse /staff http://aris.texas.gov:8080<http://aris.tsl.texas.gov:8080>
Then in the config.rb file I changed the AppConfig[:frontend_proxy_url] setting to:
AppConfig[:frontend_proxy_url] = "https://aris.texas.gov/staff<https://aris.tsl.texas.gov/staff>"
With the configuration above, ASpace starts with no error messages, but there is a disconnect that causes problems with record editing processes. The URL, https://aris.texas.gov/staff/top_containers/8/edit, seems to not be able to carry out certain editing and browsing procedures.
I tried adding this setting to config.rb, AppConfig[:front_end]="https://aris.texas.gov/staff<https://aris.tsl.texas.gov/staff>", but that causes Jetty to fail when I restart ArchivesSpace.
Are there settings to use in config.rb or elsewhere that will fix the issue in red?
Thanks for taking a look.
Kathleen Krause-Thompson
Texas State Library and Archives
Lead Developer Analyst
512-463-5485
[tslac_logo_small]<https://www.tsl.texas.gov/>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lyralists.lyrasis.org/pipermail/archivesspace_users_group/attachments/20170315/b3c1f288/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.gif
Type: image/gif
Size: 70 bytes
Desc: image001.gif
URL: <http://lyralists.lyrasis.org/pipermail/archivesspace_users_group/attachments/20170315/b3c1f288/attachment.gif>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image002.png
Type: image/png
Size: 5344 bytes
Desc: image002.png
URL: <http://lyralists.lyrasis.org/pipermail/archivesspace_users_group/attachments/20170315/b3c1f288/attachment.png>
More information about the Archivesspace_Users_Group
mailing list