Enabling fastCGI for php in PLESK 9.3 or use ningx
- by Saif Bechan
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!