alot of my friends ask how can the clone their apache profile to more than one server for easyapache this is simple steps from putty ssh or any ssh client
cd /var/cpanel/easy/apache/profile/custom
wget -c -q http://www.mohamedsharaf.net/appacheprofile.yaml
/scripts/easyapache –profile=/var/cpanel/easy/apache/profile/custom/appacheprofile.yaml –build
/etc/init.d/httpd restart
/etc/init.d/mysql restart