Monthly Archives: May 2010
Exim on additional port 26 on directadmin
To enable exim on port 26, open exim conf /etc/exim.conf and add the port in the following line. daemon_smtp_ports = 25 : 26 Save and quit. Restart exim using /etc/init.d/exim restart Make sure to open the new port in firewall, … Continue reading
Posted in Directadmin
Leave a comment
How to install IonCube/EAccelerator/Zendopt using cpanel script
Following extensions can be installed using the command. EAccelerator IonCubeLoader Zendopt SourceGuardian PHPSuHosin /scripts/phpextensionmgr install extension_name To see the available extensions, run /scripts/phpextensionmgr list For more details, check /scripts/phpextensionmgr –help
Posted in cPanel
Leave a comment
How to find awstat version in a cpanel server?
Run the following commands to find the awstat version. cd /usr/local/cpanel/3rdparty/bin/ ./awstats.pl -v
Posted in cPanel
Leave a comment