
Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework. > Package mod24_ssl.x86_64 1:2.4.38-1.86.amzn1 will be a downgrade Please let us know here why this post is inappropriate. The command I needed to use to downgrade from 2.4.39 to 2.4.38 was: sudo yum downgrade httpd24-2.4.38 httpd24-tools-2.4.38 mod24_ssl-2.4.38Īnd you should expect to see this if you have the dependencies correct: Loaded plugins: priorities, update-motd, upgrade-helper On my Amazon Linux server (based on CentOS) I'm using httpd-2.4, which has dependencies on mod24_ssl and httpd24-tools. In addition to the downgrade command, it should be noted that you should shutdown the server first prior to changing the package(s): sudo service httpd stop The other option I guess would be to try to build it on my machine from source.
#INSTALL THTTPD INSTALL#
When I try to do: sudo yum install httpd-2.2.26 Do I have to add another YUM repo to my machine? The version I see available to me is 2.2.15. The current stable release of Apache is 2.4.18, and I need to install an older version of Apache, 2.2.26 to be exact. Loading mirror speeds from cached hostfile Basic support for cgi scripts, authentication, and ssi is provided for. While lacking many of the advanced features of Apache, thttpd operates without forking and is extremely efficient in memory use. Individual committers may provide binary packages as a convenience, but it is not a release deliverable. Thttpd is a very compact no-frills httpd serving daemon that can handle very high loads. The Apache HTTP Server Project itself does not provide binary releases of software, only source code. I get: file:///media/project/repodata/repomd.xml: Could not open/read file:///media/project/repodata/repomd.xml thttpd - Tiny, turbo, throttleable lightweight http server. How do I install an older version of Apache httpd on my CentOS 6 machine? When I do: sudo yum -showduplicates list httpd | expand
