Can't copy Ilias-folder via FQDN, but via ip-address?
Posted
by
Lars
on Server Fault
See other posts from Server Fault
or by Lars
Published on 2011-11-28T15:18:54Z
Indexed on
2011/11/28
18:07 UTC
Read the original article
Hit count: 257
I have an Ilias-Installation, which is available through two virtual hosts: the FQDN and the ip-address. The first server is ssl only, the second plain http. Both configuration files look the same except for the SSL-part:
SSLEngine on
SSLCertificateFile /etc/apache2/ssl/ilias.pem
In the Ilias-Webinterface, I can copy a folder on the plain http. But if I try to copy the same folder on the ssl virtual host, I get the notice, that the copy was started (rough german translation here), but the folder does not show up. There are no errors in the error-logs of php or the webserver and as said, no differences beside the ssl-part. The guys at an ilias-forum did not have an idea, either.
Any ideas in here?
© Server Fault or respective owner