Some Images not loading

Hello,

I have installed a brand new Owncloud on Ubuntu Server 17.10 with Apache2 and php7

All Owncloud Files are in the folder /var/www/owncloud.

I have created a vhost with the following settings


DocumentRoot /var/www/owncloud/
ServerName NAME
ServerAlias NAME

SSLEngine on
SSLCertificateFile /etc/ssl/certs/certpem
SSLCertificateKeyFile /etc/ssl/private/cert.key

ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined

But when I open a browser and go into settings, some images aren't loading.

Where is my mistake?

Hi,

have you tried creating this file for your web browser?

https://doc.owncloud.com/server/10.0/admin_manual/installation/source_installation.html#configure-apache-web-server

Yes I have tried that too, but it's the same.

could you have a look in the whole installation manual page and see if you missed something?

Or have you already done that?

I've followed the installationguide and changed some things to fit my needs.

https://doc.owncloud.com/server/10.0/admin_manual/installation/source_installation.html?highlight=mime#additional-apache-configurations

have you enabled the mime types for apache?

what browser are you using?

I've installed a new server with a fresh install and now it is working.
I don't know why, I did everything like before.