Apache 1.3.31 Released

yklim의 이미지

http://httpd.apache.org/
New features
New features that relate to specific platforms:

    *Linux 2.4+: If Apache is started as root and you codeCoreDumpDirectory, coredumps are enabled via the prctl() syscall.
New features that relate to specific platforms:
    *Add mod_whatkilledus and mod_backtrace (experimental) for reporting diagnostic information after a child process crash. *Add fatal exception hook for running diagnostic code after a crash.
    *Forensic logging module added (mod_log_forensic)
    *'%X' is now accepted as an alias for '%c' in the LogFormat directive. This allows you to configure logging to still log the connection status even with mod_ssl

Bugs fixed
The following bugs were found in Apache 1.3.29 (or earlier) and have been fixed in Apache 1.3.31:

    *Fix memory corruption problem with ap_custom_response() function. The core per-dir config would later point to request pool data that would be reused for different purposes on different requests. *mod_usertrack no longer inspects the Cookie2 header for the cookie name. It also no longer overwrites other cookies.
    *Fix bug causing core dump when using CookieTracking without specifying a CookieName directly.
    *UseCanonicalName off was ignoring the client provided port information.
[/][/][/]