Category : "Install How to"

Setup apache + php with mod_fcgid on ubuntu

Mod Fcgid Mod Fcgid is an apache module that enables it to talk to fastcgi enabled application. It can be used to setup with apache to run php over fastcgi. It is an alternative to the older mod_fastcgi and has some differences with it. In this post we shall be setting up apache with php using this module. You can also . Since fastcgi keeps php execution out of apache, we are free to use [...]