Zend certified PHP/Magento developer

Attempting to install Apache to custom directory

I’m working on an old and propriety architecture on RHEL 7. One of the requirements is to have a complete installation of Apache (2.4.6-97) under some directory like /httpd. I tried using yum and rpm, and rpm reports that httpd is not relocatable. So I was directed to find a tarball of Apache, and untar into the /httpd dir.

I can’t find such a thing. I can only find the binaries and source, and I don’t want to build from source. Can anyone suggest how I could about getting the tarball? Is this even possible at all?