• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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