You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bn...@apache.org on 2002/04/19 23:00:28 UTC

cvs commit: httpd-2.0/modules/arch/netware mod_proxy_http.def mod_proxy_ftp.def mod_proxy_connect.def mod_proxy.def

bnicholes    02/04/19 14:00:28

  Modified:    modules/arch/netware mod_proxy.def
  Added:       modules/arch/netware mod_proxy_http.def mod_proxy_ftp.def
                        mod_proxy_connect.def
  Log:
  Added the NetWare .def files to build the proxy modules
  
  Revision  Changes    Path
  1.2       +5 -0      httpd-2.0/modules/arch/netware/mod_proxy.def
  
  Index: mod_proxy.def
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/arch/netware/mod_proxy.def,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mod_proxy.def	2 Nov 2001 17:59:58 -0000	1.1
  +++ mod_proxy.def	19 Apr 2002 21:00:27 -0000	1.2
  @@ -1 +1,6 @@
   EXPORT  proxy_module
  +EXPORT  proxy_hook_scheme_handler
  +EXPORT  proxy_hook_canon_handler
  +EXPORT  ap_proxy_ssl_enable
  +EXPORT  ap_proxy_ssl_disable
  +EXPORT  proxy_run_fixups
  
  
  
  1.1                  httpd-2.0/modules/arch/netware/mod_proxy_http.def
  
  Index: mod_proxy_http.def
  ===================================================================
  EXPORT  proxy_http_module
  IMPORT  proxy_hook_scheme_handler
  IMPORT  proxy_run_fixups
  IMPORT  proxy_hook_canon_handler
  IMPORT  ap_proxy_ssl_enable
  IMPORT  ap_proxy_ssl_disable
  
  
  
  1.1                  httpd-2.0/modules/arch/netware/mod_proxy_ftp.def
  
  Index: mod_proxy_ftp.def
  ===================================================================
  EXPORT  proxy_ftp_module
  IMPORT  proxy_hook_scheme_handler
  IMPORT  proxy_hook_canon_handler
  
  
  
  1.1                  httpd-2.0/modules/arch/netware/mod_proxy_connect.def
  
  Index: mod_proxy_connect.def
  ===================================================================
  EXPORT  proxy_connect_module
  IMPORT  proxy_hook_scheme_handler
  IMPORT  proxy_hook_canon_handler