Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
archipelago:fe_base [2019/02/06 17:16]
giancarlo
archipelago:fe_base [2019/05/02 09:22]
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>
Line 89: Line 112:
 </code> </code>
 </WRAP> </WRAP>
 +\\ 
 +To update a module (i.e. facets): 
 +<WRAP prewrap center> 
 +<code> 
 +sudo -u www-data composer update drupal/facets 
 +</code> 
 +</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