These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for Is CGI Required on the new forum.
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
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