• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Question Verbs allowed by default in PHP

Duarte N

New Pleskian
Server operating system version
Windows Server 2022
Plesk version and microupdate number
Plesk Obsidian v18.0.55
Hi!

We have noticed that some Wordpress sites have JSON errors because the php handler (created by Plesk) does not allow the "OPTIONS" verb (in IIS handlers mappings).

Verbs are defined in handler mappings at the website level created by Plesk.
In other words, we cannot define them in the root of IIS so that they can be inherited by websites, as in the SolidCP control panel for example.

Somewhere in Plesk, it has definitions of the verbs that are allowed when the website is created, because there is nothing that can be inherited from IIS:
IIS does not have any PHP configuration in the root.
The "PHP-php" handler for the "*.php" file only exists on the website created by Plesk.

Does anyone know how I can get the verb "OPTIONS", in addition to the verbs "GET,HEAD,POST", to be allowed when creating the website?
 
This is important because around 40% of websites on the Internet are Wordpress and an anomaly occurs in IIS that causes the error: "The response is not a valid JSON response".

This article addresses one of the scenarios in which this happens:

In shared hosting, the ideal is to activate this function by default when creating the website, to avoid unnecessary support requests.
 
Back
Top