1. 15 Mar, 2002 1 commit
  2. 14 Mar, 2002 3 commits
  3. 13 Mar, 2002 4 commits
  4. 09 Mar, 2002 4 commits
  5. 08 Mar, 2002 2 commits
    • Ian Holsman's avatar
      · f0ecb904
      Ian Holsman authored
      new directive SSIUndefinedEcho.
      this allows webadmins to change the default '(none)' to something
      a bit more presentable (eg <!-- undef -->)
      PR:
      Obtained from: Rex (the hack he had to fix this was so ugly I was forced to do this)
      Submitted by:
      Reviewed by:
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93788 13f79535-47bb-0310-9956-ffa450edef68
      f0ecb904
    • Jeff Trawick's avatar
      implement a common function for getting a socket and trying to connect · ee82b957
      Jeff Trawick authored
      to the target host; use that common function for proxy HTTP and proxy
      CONNECT
      
      In that new function, fix this problem:
      
           Proxy HTTP and CONNECT: Keep trying other addresses from the DNS
           when we can't get a socket in the specified address family.  We may
           have gotten back an IPv6 address first and yet our system is not
           configured to allow IPv6 sockets.
      
      An example host is www.ipv6.org.  The first address I get back is
      an IPv6 address, but my machine may not be configured to allow an
      AF_INET6 socket.
      
      Before the fix: The apr_socket() failure was fatal.
      After the fix:  When apr_socket() fails, we go to the next address from
                      the resolver, successfully create a socket in the
                      specified family (AF_INET), and all is well.
      
      (an unrelated fix in this commit was to pass a server_rec in a broken
      ap_log_error() call)
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93787 13f79535-47bb-0310-9956-ffa450edef68
      ee82b957
  6. 07 Mar, 2002 3 commits
  7. 06 Mar, 2002 4 commits
  8. 28 Feb, 2002 1 commit
  9. 27 Feb, 2002 7 commits
  10. 25 Feb, 2002 1 commit
  11. 23 Feb, 2002 2 commits
  12. 22 Feb, 2002 1 commit
  13. 21 Feb, 2002 6 commits
  14. 20 Feb, 2002 1 commit