ILIAS-7-Install-Tutorial for Ubuntu 20.04

If you use Plesk

  • Do never upgrade like this: apt-get uprade - apt-get update is OK.
  • Do never install node, nodejs oder npm via apt
  • To avoid open basdir restriction problems, put in the PHP settings page under openbasedir something like this: {WEBSPACEROOT}{/}{:}{TMP}{/}:/opt/ilias
  • Additional PHP settings could be:
  • The Apache settings page may be set like this in the section Additional directives for HTTP(S):
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
RewriteEngine On
RewriteCond %{HTTP_HOST} kivinet.de
RewriteRule ^(.*)$ - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]

<Directory /var/www/vhosts/kivinet.de/httpdocs>
AllowOverride All
Options -Indexes +FollowSymLinks +MultiViews
# AddDefaultCharset utf-8

</Directory>

<Directory /var/www/vhosts/kivinet.de/httpdocs/ilias>
AllowOverride All
Options -Indexes +FollowSymLinks +MultiViews
# AddDefaultCharset utf-8
XSendFilePath /var/www/vhosts/kivinet.de/httpdocs/ilias
XSendFilePath /opt/ilias/iliasschule
</Directory>
  • The lines 1-3 are very important for webdav.


No comment has been posted yet.