NextCloud on LAMP on Stretch: Difference between revisions

From munkjensen.net/wiki
Line 11: Line 11:
* PHP7 '''only pareses''' *.php files !
* PHP7 '''only pareses''' *.php files !


===== Enable http/2 =====
# a2enmod http2
# add "Protocols h2 h2c http/1.1" to /etc/apache2/apache2.conf


==== NextCloud ====
==== NextCloud ====

Revision as of 11:12, 28 June 2017

A few findings:

  1. LAMP
  2. NextCloud

LAMP


Enable http/2
  1. a2enmod http2
  2. add "Protocols h2 h2c http/1.1" to /etc/apache2/apache2.conf

NextCloud

  • Small typo: "php-7.0-cli" should be "php7.0-cli" in the first apt install command.

Additional installs