"XSendfilePath" habe ich nun nur in der 000-default.conf eingetragen...alle Schritte noch mal durchgegangen wie von dir empfohlen...leider nix...ich verzweifel so langsam =/
Sieht so aus jetzt in der 000-default.conf (Serverdaten hab ich mal rausgenommen):
<VirtualHost *:80>
DocumentRoot /var/www/html/ilias
Alias /limesurvey "/var/www/html/limesurvey"
XSendFilePath /var/www/html/
XSendFilePath /opt/iliasdata
<Directory /var/www/html/ilias>
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}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>