Adding a Module to php CGI
I'm using WHM which apparently installs php both as an Apache module and a cgi. When I went to add a module to php (by manually recompiling and installing), I successfully added it to the Apache module, but not to the cgi. How can I add a php module to an existing php cgi install?I noticed that even though phpinfo() displays the new module and shows it's running as an Apache module, the new module is not actually loaded. This seems to be because it's only loading the cgi loaded modules.
So if I can figure out how to add the new module to the cgi, it will work fine.