Het ontwikkelteam van het Apache HTTP Server Project heeft onlangs een nieuwe versie uitgegeven van hun Apache HTTP-server. Hiermee kan je een zeer degelijke webserver opzetten die ondersteuning heeft voor onder andere PHP en MySQL. Het versienummer is aangekomen bij 2.0.54 en kent een aantal belangrijke veranderingen zoals in het changelog te lezen is:
The Apache Software Foundation and the The Apache HTTP Server Project are pleased to announce the release of version 2.0.54 of the Apache HTTP Server ("Apache"). This version of Apache is principally a bug fix release and is compatible with modules compiled for 2.0.42 and later versions. We consider this release to be the best version of Apache available and encourage users of all prior versions to upgrade.
Changes with Apache 2.0.54:[break]Op dit moment staan de volgende downloads klaar:
- mod_cache: Add CacheIgnoreHeaders directive. PR 30399.
- mod_ldap: Added the directive LDAPConnectionTimeout to configure the ldap socket connection timeout value.
- Correctly export all mod_dav public functions.
- Add a build script to create a solaris package.
- worker MPM: Fix a problem which could cause httpd processes to remain active after shutdown.
- Unix MPMs: Shut down the server more quickly when child processes are slow to exit.
- Remove formatting characters from ap_log_error() calls. These were escaped as fallout from CAN-2003-0020.
- mod_ssl: If SSLUsername is used, set r->user earlier. PR 31418.
- htdigest: Fix permissions of created files. PR 33765.
- core_input_filter: Move buckets to a persistent brigade instead of creating a new brigade. This stop a memory leak when proxying a Streaming Media Server. PR 33382.
- mod_win32: Ignore both PATH_INFO as well as PATH_TRANSLATED to avoid hiccups from additional path information passed in non-utf-8 format.
Unix source .gz
Unix source .bz2
Windows source
Windows binary