• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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