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

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