How to install Zend Optimizer/Guard, and/or Ioncube
For Zend, type:
cd /usr/local/directadmin/custombuild ./build set zend yes ./build zend
after changing php versions, it’s recommended you install zend again. Note that Zend Guard is the new name for Zend Optimizer, and is used for newer versions of php. Custombuild will install the correct one for your system.
For Ioncube, type:
cd /usr/local/directadmin/custombuild ./build set ioncube yes ./build ioncube
The “./build set” command only sets the option in the options.conf, so you only need to do that once to enable the feature, then install the item after it’s enabled.
1. Download MSI installer of IonCube Loader from HERE or HERE and save it on the server. 2. Run the Setup and Click Next on first screen. 3. Select "Install to this computer" 4. Select the installation directory as %plesk_dir%\Additional\PleskPHP5\extras to avoid permissions problems as Plesk sets deny permissions to…
If you want to add any extra modules to apache in custombuild, they'll need to be compiled in. Any module that needs to be compiled in will have a --with-module type flag which will need to be used. To add this flag, run the following: cd /usr/local/directadmin/custombuildmkdir -p custom/ap2cp configure/ap2/configure.apache…
You can check the current version of apache by running /usr/sbin/httpd -v CustomBuild - current If you're using custombuild (as most new boxes are), run the following cd /usr/local/directadmin/custombuild ./build update ./build apache ./build php n ./build rewrite_confs CustomApache - end-of-life If you are using customapache with the 1.3 version…