
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.
More great readings on Apache HTTP
-
How to Redirect AMP Page to Non-AMP in Nginx, Apache, Cloudflare?Abhishek Nair on September 27, 2021
-
How to Install Apache and Secure with Let’s Encrypt Certtificate?Aghilan Baskar on April 5, 2021
-
How to Block .git in Apache, Nginx and Cloudflare?Chandan Kumar on October 27, 2020
-
How to Protect Page with Password in Apache, Nginx, WordPress, Hosting?Chandan Kumar on September 11, 2020
-
How to Implement ZeroSSL Certificate in Apache and Nginx?Asad Ali on May 24, 2020
-
How to Enable CORS in Apache and Nginx?Chandan Kumar on October 18, 2019
Join Geekflare Newsletter
Every week we share trending articles and tools in our newsletter. More than 10,000 people enjoy reading, and you will love it too.