diff options
author | Jeff Trawick <trawick@apache.org> | 2002-04-26 14:29:38 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2002-04-26 14:29:38 +0200 |
commit | 9a1842b70ca508bc499cb0c2074927f6de678387 (patch) | |
tree | ba100abe8995aa0c01eb3e798cdec794d3ac44f2 /CHANGES | |
parent | Switch back from atomic_cas to mutexes, based on all the current (diff) | |
download | apache2-9a1842b70ca508bc499cb0c2074927f6de678387.tar.xz apache2-9a1842b70ca508bc499cb0c2074927f6de678387.zip |
get basic HTTP proxy working on EBCDIC machines
(I would bet that there is more work to do throughout proxy, but at least
it can serve some pages now)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94811 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ Changes with Apache 2.0.37 + *) Get basic HTTP proxy working on EBCDIC machines. [Jeff Trawick] + *) Allow mod_unique_id to work on systems with no IPv4 address corresponding to their host name. [Jeff Trawick] |