Quote:
Originally Posted by filipek
Hi David,
I'm moving a huge PHP application to a server and it uses PDO-PostgreSQL (Propel requires it), so looks like I have no option but to install this module.
Could you give me any advice on that? Maybe how to "force" the installation (it's for homologation and testing purposes, so there's no need to use a "stable" version). Or some other way to proceed?
Thanks in advance,
Filipe
|
One way to proceed is to create a custom EasyApache Optional Module (OptMod). You can almost think of custom OptMods as being plug-ins for EasyApache. You can find an explanation of how to do this in Dan's EasyApache Build presentation at the 2008 cPanel Conference:
http://twiki.cpanel.net/twiki/pub/Al...8/EA3Build.pdf
I recommend looking at some of the Custom OptMods posted to
EasyApache - cPanel Inc. - especially those pertaining to PHP like the one for GD with JIS mapped Japanese font support to have a better understanding of how you can do this.