Quantcast
Channel: DOCU - Foren
Viewing all articles
Browse latest Browse all 6565

Administration - Installation - Core: Re: Re (2): Umletungsfehler - ILIAS Installation Version ILIAS 5.4.2 2019-05-09

$
0
0
Probiere die hier mal und deaktiviere die anderen:

<VirtualHost *:80>
DocumentRoot /var/www/html
KeepAlive on
#ServerName www.domain.tld
#ServerAlias domain.tld
 
XSendFilePath /var/www/html
XSendFilePath /opt/iliasdata
 
<Directory /var/www/html>
Options -Indexes +FollowSymlinks
AllowOverride All
Order allow,deny
allow from all
 
ExpiresActive On
ExpiresByType text/css "access plus 7 day"
ExpiresByType image/gif "access plus 7 day"
ExpiresByType image/jpg "access plus 7 day"
ExpiresByType image/jpeg "access plus 7 day"
ExpiresByType image/png "access plus 7 day"
 
DirectoryIndex index.html
DirectoryIndex index.htm
DirectoryIndex index.php
</Directory>
 
ErrorLog ${APACHE_LOG_DIR}/ilias-error.log
 
CustomLog ${APACHE_LOG_DIR}/ssl_access.log combined
 
</VirtualHost>

Viewing all articles
Browse latest Browse all 6565

Trending Articles