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
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>
Line 84: Line 107:
 \\ \\
 To update core see [[https://github.com/drupal-composer/drupal-project#updating-drupal-core|Updating Drupal Core]] To update core see [[https://github.com/drupal-composer/drupal-project#updating-drupal-core|Updating Drupal Core]]
 +<WRAP prewrap center>
 +<code>
 +sudo -u www-data composer update drupal/core webflo/drupal-core-require-dev symfony/* --with-dependencies
 +</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