I installed WHM/cpanel 60 which has easyapache4 as a default software. I need PHP5.3 for some of my applications which is not present in easyapache4. So, I reverted to easyapache3 using the following two commands:
mkdir -p /usr/local/apache.ea3/{conf,htdocs,bin}
/scripts/migrate_ea3_to_ea4 --revert --run
Though these commands executed successfully, I don't see see easyapache3 under software. It still shows easyapache4. How can I access easyapache3?