• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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