• 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.

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