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

Administration - Installation - Core: Re (2): Re (2): Re (2): Re (2): In ILIAS hochgeladene Dateien werden nicht erkannt

$
0
0

 "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>



Viewing all articles
Browse latest Browse all 6559

Trending Articles