Is CGI Required

2 posts / 0 new
Last post
#1 Thu, 08/14/2008 - 14:37
jflesher

Is CGI Required

Is CGI/FastCGI required? I would like to configure my server without CGI; I'm running Joomla 1.5; I don't think I need it; I'm running PHP Express 2.0 and it will not cache when CGI is configured. But I need to know if Virtualmin or Webmin require it. I'm running the latest Pro version and loving it. Jeff

Thu, 08/14/2008 - 19:44
andreychek

Hi Jeff,

No, CGI and FastCGI certainly aren't required.

If you go into System Settings -> Server Templates -> Default -> Apache Website, you'll see an option named "Default PHP execution mode" where you can choose a default between CGI, FastCGI, and mod_php.

That said, if performance is your concern, you may find similar results between mod_php and FastCGI -- both are going to cache your scripts.

The big thing about FactCGI is that it both caches and provides the security benefit of running as the script owner, rather than as Apache.

Have a good one,
-Eric

Topic locked