Apache httpd 2.4.4 rpm
I know it’s time-intense to compile Apache HTTP and it needs all dependency libraries on your server.
Compiling on a brand new server can take a long time in installing all the dependencies, libraries and if this is you regularly do then you can reduce the time by creating an RPM.
Here I share with you httpd 2.4.4 rpm, that’s tested on CentOS 6.4x86_64 and I don’t see any reason that won’t work on UNIX system x86_64.
- httpd-2.4.4-1.x86_64.rpm
- mod_ssl-2.4.4-1.x86_64.rpm
httpd-2.4.4-1.x86_64.rpm is a base package, which will install Apache httpd 2.4.4.
mod_ssl-2.4.4-1.x86_64.rpm is mod_ssl.so file, which will be installed under the module directory
I uploaded these two rpm on Cloud Storage for faster download and you can download from the following a link.
Download Apache 2.4.4
Install Apache 2.4.4
# rpm –ivh httpd-2.4.4-1.x86_64.rpm
If you require SSL enabled on your web server, you must install mod_ssl.
#rpm –ivh mod_ssl-2.4.4-1.x86_64.rpm
What and where it will install?
httpd.conf - /etc/httpd/conf/httpd.conf
apachectl - /usr/sbin/apachectl
It will take less than 5 minutes to install Apache HTTPD through RPM.