• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Problem with PHP-Apache-Module and PHP-fast-cgi

H

himue

Guest
Hi,

i've got the following problem since Plesk 9.0 (and also in 9.2.1)

Scenario:
There is a domain (e.g. domain.tld) with subdomains (e.g. 1.domain.tld, 2.domain.tld, 3.domain.tld)

I activate PHP as Apache-Module and all works fine.

I activate PHP as fast-cgi-applikation for one sub-domain and all other Subdomains after that Domain in conf/httpd.include have enabled fast-cgi also.
But Plesk-Control-Panel says, they have Apache-Module active.

Example 1:

Plesk:
- 1.domain.tld -> Apache-Module
- 2.domain.tld -> Apache-Module
- 3.domain.tld -> Apache-Module

conf/http.include:
- 1.domain.tld -> Apache-Module
- 2.domain.tld -> Apache-Module
- 3.domain.tld -> Apache-Module

Example 3:

Plesk:
- 1.domain.tld -> Apache-Module
- 2.domain.tld -> fast-cgi
- 3.domain.tld -> Apache-Module

conf/http.include:
- 1.domain.tld -> Apache-Module
- 2.domain.tld -> fast-cgi
- 3.domain.tld -> fast-cgi (should be Apache-Module)

Plesk:
- 1.domain.tld -> fast-cgi
- 2.domain.tld -> Apache-Module
- 3.domain.tld -> Apache-Module

conf/http.include:
- 1.domain.tld -> fast-cgi
- 2.domain.tld -> fast-cgi (should be Apache-Module)
- 3.domain.tld -> fast-cgi (should be Apache-Module)

Anybody with an idea? I think this is a Bug in Plesk since Version 9.0

Andreas
 
Hello,
could be the same problem on Debian 5.05, 64b Plesk 9.5.2.
in Plesk selected:
- www.domain.tld -> Apache-Module
- sub1.domain.tld -> Apache-Module
- sub2.domain.tld -> Apache-Module but in httpd.include it is php-cgi
In psa-DB I fount apache-module for this subdomain, only the httpd.include takes
the php-cgi.
Can anybody help?

Grüsse
Uwe0.
 
Same problem

I have the same problem on 9.5.2 and SLES 10.2
 
Back
Top