• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Resolved iOS/Mac devices could not open website

cyxxnet

New Pleskian
We changed our Server and installed Debian 10 with Plesk obsidian.
After that we migrated all websites via Plesk migrator to new server.

on some domains we now have errors wenn opening a php file.

error message: cannot parse response.
We thought it is gzip and deactivated it. Error continues.
We testet hiding header upgrade in nginx. Error continues.
We deactivated all mods in php. Error continues.
But we can open a php file with phpinfo

any suggestions what we also can do?

every device could connect with different Browsers to our websites.
Only Mac and iOS doesn‘t...

logs says on iOS 302 - Site found and display the error message above.

thanks for any help solutions
Kind regards

Jens
 
Thanks cyxxnet ! We did also had this issue. In Settings -> Apache -> the module "http2" was enabled. After disabling it, everything worked just fine.
 
After I set following in Apache directives:
Header unset Upgrade

and following in NGinx directive:
proxy_hide_header Upgrade;

The problem with safari went away.
 
Back
Top