Apache 1.3.31 Released
글쓴이: yklim / 작성시간: 목, 2004/05/20 - 3:38오후
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.
- *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.
Forums: