You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Chuck Murcko <ch...@hyperreal.com> on 1996/12/24 21:22:46 UTC

cvs commit: apache/src/modules/proxy mod_proxy.h

chuck       96/12/24 12:22:46

  Modified:    src/modules/proxy  mod_proxy.h
  Log:
  Revise TBD list.
  
  Revision  Changes    Path
  1.5       +8 -13     apache/src/modules/proxy/mod_proxy.h
  
  Index: mod_proxy.h
  ===================================================================
  RCS file: /export/home/cvs/apache/src/modules/proxy/mod_proxy.h,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -C3 -r1.4 -r1.5
  *** mod_proxy.h	1996/10/27 18:29:56	1.4
  --- mod_proxy.h	1996/12/24 20:22:45	1.5
  ***************
  *** 78,105 ****
    
    More things to do:
    
  ! 0. Code cleanup
    
  ! 1. add 230 response output and PASV mode for ftp now that it works
    
    2. Add gopher & WAIS
    
  ! 3. Various other fixups to insure no NULL strings parsed, etc.
  ! 
  ! 4. NoProxy directive for excluding sites to proxy
  !  
  ! 5. Imply NoCache * if cache directory is not configured, to enable proxy
  !    without cache (and avoid SIGSEGV)
     
  ! 6. Use protocol handler struct a la Apache module handlers (Dirk van Gulik)
     
  ! 7. Use a cache expiry database for more efficient GC (Jeremy Wohl)
    
  ! 8. Handle multiple IPs for doconnect()
    
  ! 9. Bulletproof GC against SIGALRM
    
  ! 10. Make HTTPS and SNEWS ports configurable from a list
    
    Chuck Murcko <ch...@telebase.com> 1 Oct 96
    
  --- 78,100 ----
    
    More things to do:
    
  ! 0. Code cleanup (ongoing)
    
  ! 1. add 230 response output for ftp now that it works
    
    2. Add gopher & WAIS
    
  ! 3. NoProxy directive for excluding sites to proxy
     
  ! 4. Use protocol handler struct a la Apache module handlers (Dirk van Gulik)
     
  ! 5. Use a cache expiry database for more efficient GC (Jeremy Wohl)
    
  ! 6. Handle multiple IPs for doconnect()
    
  ! 7. Bulletproof GC against SIGALRM
    
  ! 8. Make HTTPS and SNEWS ports configurable from a list
    
    Chuck Murcko <ch...@telebase.com> 1 Oct 96