• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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