owncloud - Apache2 behaves inconsistently under different browsers
曾经蜡笔没有小新
曾经蜡笔没有小新 2017-05-16 17:02:55
0
2
370

environment

  • DigitalOcean cloud host, 512MB
  • Apache 2.4
  • OwnCloud stable version 7.0.4

question

The following settings are available under Apache:

<VirtualHost *:80>
        ServerName disk.xuanwo.org
        ServerAdmin xuanwo.cn@gmail.com
        DocumentRoot /var/www/owncloud

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

Then I found that when accessing Chrome, it will jump to the Apache welcome interface first, and it must be refreshed once before entering the ownCloud login interface. This problem does not exist when using IE browser.

曾经蜡笔没有小新
曾经蜡笔没有小新

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!