Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
archipelago:fe_base [2019/02/06 17:16]
giancarlo
archipelago:fe_base [2019/02/21 14:09]
giancarlo
Line 20: Line 20:
 nano /etc/apache2/sites-enabled/000-default.conf nano /etc/apache2/sites-enabled/000-default.conf
 systemctl restart apache2 systemctl restart apache2
 +</code>
 +</WRAP>
 +  * Reverse proxy to external access to IIIF server
 +<WRAP prewrap center>
 +<code>
 +sudo a2enmod proxy proxy_http
 +systemctl restart apache2
 +</code>
 +</WRAP>
 +<WRAP prewrap center>
 +<code>
 +nano -w /etc/apache2/sites-enabled/000-default.conf
 +
 ++        AllowEncodedSlashes On
 ++        ProxyRequests Off
 ++        ProxyPreserveHost On
 ++        <Proxy *>
 ++                Order deny,allow
 ++                Allow from all
 ++        </Proxy>
 ++        RequestHeader set X-Forwarded-Path /iiif-server
 ++        ProxyPass /iiif-server http://CANTALOUPE_IP:8182 nocanon
 ++        ProxyPassReverse /iiif-server http://CANTALOUPE_IP:8182
 </code> </code>
 </WRAP> </WRAP>
 
 
archipelago/fe_base.txt ยท Last modified: 2019/05/02 09:22 by giancarlo

Developers: CNR IRCrES IT Office and Library
Giancarlo Birello (giancarlo.birello _@_ ircres.cnr.it) and Anna Perin (anna.perin _@_ ircres.cnr.it)
DigiBess is licensed under: Creative Commons License
Recent changes RSS feed Creative Commons License Valid XHTML 1.0 Valid CSS Driven by DokuWiki
Drupal Garland Theme for Dokuwiki