httpd.apache.org Open in urlscan Pro
2a04:4e42::644  Public Scan

Submitted URL: http://httpd.apache.org:443/
Effective URL: https://httpd.apache.org/
Submission: On April 15 via api from IN — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

 

 


ESSENTIALS¶

 * Download!
 * About
 * License
 * FAQ
 * Security Reports


SOURCE REPOSITORIES¶

 * General Information
 * Trunk
 * 2.4


DOCUMENTATION¶

 * Version 2.4
 * Trunk (dev)
 * Wiki


GET INVOLVED¶

 * Mailing Lists
 * Bug Reports
 * Developer Info
 * User Support


SUBPROJECTS¶

 * Docs
 * Test
 * Flood
 * libapreq
 * Modules
 * mod_fcgid
 * mod_ftp


RELATED PROJECTS¶

 * Apache Traffic Server
 * Apache Traffic Control
 * Tomcat
 * APR
 * mod_perl


MISCELLANEOUS¶

 * Contributors
 * Thanks!
 * Sponsorship


THE NUMBER ONE HTTP SERVER ON THE INTERNET¶

The Apache HTTP Server Project is an effort to develop and maintain an
open-source HTTP server for modern operating systems including UNIX and Windows.
The goal of this project is to provide a secure, efficient and extensible server
that provides HTTP services in sync with the current HTTP standards.

The Apache HTTP Server ("httpd") was launched in 1995 and it has been the most
popular web server on the Internet since April 1996. It has celebrated its 25th
birthday as a project in February 2020.

The Apache HTTP Server is a project of The Apache Software Foundation.


APACHE HTTPD 2.4.59 RELEASED 2024-04-04¶

The Apache Software Foundation and the Apache HTTP Server Project are pleased to
announce the release of version 2.4.59 of the Apache HTTP Server ("httpd").

This latest release from the 2.4.x stable branch represents the best available
version of Apache HTTP Server.

Apache HTTP Server version 2.4.43 or newer is required in order to operate a TLS
1.3 web server with OpenSSL 1.1.1.

Download | ChangeLog for 2.4.59 | Complete ChangeLog for 2.4 | New Features in
httpd 2.4


APACHE HTTPD 2.2 END-OF-LIFE 2018-01-01¶

As previously announced, the Apache HTTP Server Project has discontinued all
development and patch review of the 2.2.x series of releases.

The Apache HTTP Server Project had long committed to provide maintenance
releases of the 2.2.x flavor through June of 2017. The final release 2.2.34 was
published in July 2017, and no further evaluation of bug reports or security
risks will be considered or published for 2.2.x releases.


WANT TO TRY OUT THE APACHE HTTP SERVER?¶

Great! We have updated our download page in an effort to better utilize our
mirrors. We hope that by making it easier to use our mirrors, we will be able to
provide a better download experience.

Please ensure that you verify your downloads using PGP or MD5 signatures.


WANT TO CONTRIBUTE TO THE APACHE HTTP SERVER?¶

Awesome! Have a look at our current 'Help Wanted' listings then:

Tasks the Apache HTTP Server Project would like help
with:TitleLanguagesDifficultyCreated
1
Rewrite mod_ldap cache handling codec Intermediate28.5.2018, 19:23:20Project:
httpd
Requested by: jailletc36@apache.org
Type: Programming and Development
Created: 28.5.2018, 19:23:20
Description:

> In order to simplify code and re-use existing mechanism, the cache handling of
> mod_ldap should/could use mod_socache for its various caches. Currently it has
> its own apr_rmm based cache.

Further information: https://bz.apache.org/bugzilla/show_bug.cgi?id=53149

2
Learn and work on httpd's internalsc Advanced2.1.2018, 18:19:40Project: httpd
Requested by: elukey@apache.org
Type: Programming and Development
Created: 2.1.2018, 18:19:40
Description:

> If you are passionate about httpd and you want to learn its internals, the
> best way to help the project is to check https://bz.apache.org and
> create/review/test code patches for outstanding issues that interest you!

Further information:
https://bz.apache.org/bugzilla/buglist.cgi?bug_status=__open__&limit=0&list_id=165551&order=priority%2Cbug_severity&product=Apache%20httpd-2&query_format=specific

3
Websocket documentationenglish,xml,lua,c Intermediate19.2.2016, 18:31:35Project:
httpd
Requested by: elukey@apache.org
Type: Documentation and Guides
Created: 19.2.2016, 18:31:35
Description:

> The documentation would need an howto about how to use websockets with httpd:
> 
> - https://httpd.apache.org/docs/trunk/mod/mod_lua.html
> - https://httpd.apache.org/docs/2.4/mod/mod_proxy_wstunnel.html

4
Improve the Request Processing guidexml,html,c Advanced14.2.2016,
12:16:11Project: httpd
Requested by: elukey@apache.org
Type: Programming and Development
Created: 14.2.2016, 12:16:11
Description:

> The Request Processing step needs to be expanded and improved:
> 
> http://httpd.apache.org/docs/2.4/developer/request.html
> 
> Adding also HTTP2 details would be awesome.
> 
> Links that might be useful:
> 
> - https://icing.github.io/mod_h2/internals.html
> -
> http://www.fmc-modeling.org/category/projects/apache/amp/Apache_Modeling_Project.html
> (very old but nice to read)

5
Traffic shaping with mod_lualua,c Advanced14.2.2016, 10:09:50Project: httpd
Requested by: elukey@apache.org
Type: Programming and Development
Created: 14.2.2016, 10:09:50
Description:

> Mod_lua (https://httpd.apache.org/docs/current/mod/mod_lua.html) is a powerful
> module that offers the possibility to write handlers/filters for most of the
> available httpd hooks using lua scripts.
> 
> It would be great to create a traffic shaping/shedding set of scripts in lua.
> The stretch goal could be to ship them with httpd as basic tool for admins to
> manage traffic.
> 
> Similar modules:
> - http://opensource.adnovum.ch/mod_qos/
> - http://www.zdziarski.com/blog/?page_id=442

6
Make a better guide on request hooksxml,html,c Advanced8.2.2016,
10:46:07Project: httpd
Requested by: humbedooh@apache.org
Type: Documentation and Guides
Created: 8.2.2016, 10:46:07
Description:

> We need someone to make a proper guide on how to use and understand request
> hooks in the C API.

Further information: http://httpd.apache.org/docs/2.4/developer/hooks.html

7
Write a better cache guidexml,html Expert6.2.2016, 22:30:59Project: httpd
Requested by: humbedooh@apache.org
Type: Documentation and Guides
Created: 6.2.2016, 22:30:59
Description:

> We need someone with intimate knowledge of the httpd caching features and
> options to write a better guide to properly and efficiently caching documents.

Further information: http://httpd.apache.org/lists.html
Powered by Help Wanted - a task directory for Apache projects

Copyright © 1997-2024 The Apache Software Foundation.
Apache HTTP Server, Apache, and the Apache feather logo are trademarks of The
Apache Software Foundation.