NextCloud on LAMP on Stretch: Difference between revisions

From munkjensen.net/wiki
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
== A few findings: ==
# [https://linuxconfig.org/how-to-install-a-lamp-server-on-debian-9-stretch-linux LAMP]
# [https://linuxconfig.org/how-to-install-a-lamp-server-on-debian-9-stretch-linux LAMP]
# [https://linuxconfig.org/how-to-install-nextcloud-on-debian-9-stretch-linux NextCloud]
# [https://linuxconfig.org/how-to-install-nextcloud-on-debian-9-stretch-linux NextCloud]
== A few findings: ==


<blockquote>
<blockquote>
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 ====
Line 22: Line 27:
* [[Install NextCloud client on Windows 10]]
* [[Install NextCloud client on Windows 10]]
* https://linuxconfig.org/generate-ssl-certificates-with-letsencrypt-debian-linux
* https://linuxconfig.org/generate-ssl-certificates-with-letsencrypt-debian-linux
* [http://guichaz.free.fr/iotop/ iotop]
* [[Using "screen -S sessionName .script" in SSH|screen]]
* [[PiVPN]]
* https://certbot.eff.org/
[[Category:Debian]]
[[Category:NextCloud]]

Latest revision as of 17:29, 6 May 2018

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