You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ch...@apache.org on 2001/04/06 01:48:43 UTC

cvs commit: httpd-proxy/module-2.0 config.m4

chuck       01/04/05 16:48:43

  Modified:    .        STATUS
               module-2.0 config.m4
  Log:
  update status; add FTP back in to the build
  
  Revision  Changes    Path
  1.8       +12 -4     httpd-proxy/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/httpd-proxy/STATUS,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- STATUS	2001/04/04 18:47:41	1.7
  +++ STATUS	2001/04/05 23:48:42	1.8
  @@ -1,5 +1,5 @@
   HTTPD PROXY STATUS:
  -Last modified at [$Date: 2001/04/04 18:47:41 $]
  +Last modified at [$Date: 2001/04/05 23:48:42 $]
   
   Release:
   
  @@ -29,7 +29,7 @@
   
   HTTP/1.1 - being tested
   CONNECT
  -FTP
  +FTP (actually not necessary for release)
   
   RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
   
  @@ -39,10 +39,15 @@
         set headers too (needed by mod_auth_digest)
           Message-ID: <19...@chill.innovation.ch>
           Status:
  +    * announce to current-testers@ to get some looking at
  +    * possibly to fold this into a later release (1.3.20++?)
  +      currently being maintained as a separate patch
  +    * Bill Rowe's suggested fix for Win32
   
   2.0
   
  -    * none
  +    * header bug in http_proxy.c (fixed, and then some!)
  +    * announce to current-testers@ to get some looking at
   
   2.0+
   
  @@ -70,8 +75,9 @@
   
   2.0
   
  -    * conversion of proxy_ftp.c
  +    * finish conversion of proxy_connect.c and proxy_ftp.c
       * removal of remaining cache-related code (NoCache, etc.)
  +      finished by Graham
   
   2.0+
   
  @@ -112,3 +118,5 @@
           b) The functionality makes sense for an HTTP proxy
           c) There is an active maintainer who is or can become an ASF
              member.
  +    * announce to current-testers@ to get some looking at (1.3/2.0 both)
  +    * announce for inclusion vote and Graham commit privs
  
  
  
  1.9       +1 -1      httpd-proxy/module-2.0/config.m4
  
  Index: config.m4
  ===================================================================
  RCS file: /home/cvs/httpd-proxy/module-2.0/config.m4,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- config.m4	2001/03/11 10:42:13	1.8
  +++ config.m4	2001/04/05 23:48:43	1.9
  @@ -2,7 +2,7 @@
   
   APACHE_MODPATH_INIT(proxy)
   
  -proxy_objs="mod_proxy.lo proxy_connect.lo proxy_http.lo proxy_util.lo"
  +proxy_objs="mod_proxy.lo proxy_connect.lo proxy_ftp.lo proxy_http.lo proxy_util.lo"
   
   APACHE_MODULE(proxy, Apache proxy module, $proxy_objs, , no)