Install (some) PHP Modules outside of EasyApache

Posted: January 31st, 2011 | Author: | Filed under: cPanel & WHM | No Comments »

You can install the following scripts outside of EasyApache, with /scripts/phpextensionmgr

  • EAccelerator
  • IonCubeLoader
  • Zendopt
  • SourceGuardian
  • PHPSuHosin
  • For example:

    # /scripts/phpextensionmgr install Zendopt

    Share

    How to Enable .war files in Tomcat

    Posted: January 31st, 2011 | Author: | Filed under: cPanel & WHM | Tags: , , , , | No Comments »

    By default, .war files are not enabled in Tomcat due to their resource usage and the affect it would have within shared environments. You’ll need to edit /usr/local/jakarta/tomcat/conf/server.xml and make the configuration look like this:

    Share

    How to install pdo_pgsql on a cPanel server

    Posted: January 31st, 2011 | Author: | Filed under: cPanel & WHM | Tags: , , | No Comments »

    Installing pdo_pgsql

    pecl install pdo_pgsql

    Once installed, restart Apache with:

    /scripts/restartsrv_httpd

    Share