Enabling fastCGI for php in PLESK 9.3 or use ningx

Posted by Saif Bechan on Server Fault See other posts from Server Fault or by Saif Bechan
Published on 2010-03-11T05:20:01Z Indexed on 2010/03/11 5:23 UTC
Read the original article Hit count: 667

Filed under:
|
|

I have a server that runs PLESK. I can set php to use 3 options:

apache module, fastCGI application, cgi application

And i have a different option that just says enable fastCGI support.

Which option is the best to choose from?

I run an php application with mysql and some ajax. Heavy reads and writes, it is a busy website.

Second thing is will there be much difference if i install nginx to work with this. there is some sort of hack i can use to make ningx work on port 80 and apache on port 8080. I don't know if this is worth my while.

thanks for your time folks!

© Server Fault or respective owner

Related posts about apache

Related posts about nginx