On Mon, Sep 2, 2024 at 11:30 PM Kaushal Shriyan <kaushalshri...@gmail.com> wrote:
> I am running Ubuntu server version 24.04 LTS. Is there a way to update > Apache httpd to the latest version 2.4.62? > You can always download and compile HTTPD for yourself. The instructions in the documentation are pretty clear. https://httpd.apache.org/docs/2.4/install.html If you are using the Ubuntu-supplied packages, Ubuntu engineers (or volunteers) backport security changes from newer versions of HTTPD to the official Ubuntu package. If you want newer packaged versions of HTTPD for new features, you can get them from other sources. I have used Ondrej Sury's PPA: https://launchpad.net/~ondrej/+archive/ubuntu/apache2 Note that these are not official Ubuntu packages and Ubuntu will not provide support for them. - Y