+3 votes
in General IT Tips by (56.8k points)

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?

1 Answer

+1 vote
by (349k points)
selected by
 
Best answer

Run easyapache3 from browser using the following URL:

https://ipadress:2087/yourcpsession12345678/cgi/easyapache.pl
 

Once you run the build using the above URL, easyapache will appear in the software section.

Related questions

+3 votes
1 answer
+4 votes
1 answer
+4 votes
1 answer
asked Nov 16, 2021 in Operating Systems by kush (40.5k points)

...