I run apache version httpd-2.4.6-45.el7.centos.x86_64
The web server is up and running. I can access webmail (roundcube) and photo galley (piwigo).When uploading pictures I get above message which I find in /var/log/httpd/error_log.In roundcubemail, deleting emails sometimes I get he same message, but this time it is in different file: in /var/log/httpd/ssl_error_log, being a problem of the secure sockets layer?Underneath part of the httpd.conf file. What am I doing wrong?<Directory />AllowOverride noneRequire all denied</Directory>DocumentRoot "/var/www/html"AccessFileName .htaccessHostnameLookups Off<Location /server-status>SetHandler server-statusRequire all granted#Order deny,allow#Deny from allAllow from .<my-domain>Allow from 127.0.0.1 10.5.2.0/24</Location><Location /server-info>SetHandler server-infoRequire all granted#Order deny,allow#Deny from allAllow from .<my-domain>Allow from 127.0.0.1 10.5.2.0/24</Location><Directory /var/www>AllowOverride None# Allow open access:Require all granted</Directory><Directory /var/www/html>Options Indexes FollowSymLinksAllowOverride NoneRequire all granted</Directory>Thanks for your help, Wolfgang