0

I have Parallels Plesk Panel. I'm setting hosting account and php could be enabled in three ways

  • Apache module
  • FastCGI application
  • CGI application

What is the difference and how it affects php work ?

wolf3d
  • 3
  • 2

1 Answers1

1

I'll save you some reading: just use FastCGI. The Apache module is a security hole in a box, and CGI is slow.

womble
  • 96,255
  • 29
  • 175
  • 230