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

php 4,php5 information

F

funky123

Guest
Hi

ai m trying to gather all in depth information on php 4, and 5 installs in plesk for windows 8.1 and 8.2 versions any links /kbs will bel be really helpful

i have a few basic questions like hows php insalled by default with plesk such as CGI/CLI or ISAPI

how can different domains be run like a few has CGI and others as ISAPI( what exactly is difference)

ISAPI workswith IIS i know but how does CGI works..
 
Hi,

>i have a few basic questions like hows php insalled by default with plesk such as CGI/CLI >or ISAPI

It depends on the hosting configuration of the domain(setup page on the domain in Plesk).

>how can different domains be run like a few has CGI and others as ISAPI( what exactly is >difference)

It is configured in IIS(.php handler)

It is considered that ISAPI mode more fast than CGI but CGI is more stable.

Plesk 8.3 has an option to run php in fastcgi mode that combine speed and reliability.

>ISAPI workswith IIS i know but how does CGI works..

Briefly it can be imagined in this way:

IIS call php.exe(php-cgi.exe) to parse .php files, php returns and answer back to IIS.
 
Back
Top