Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 54387 invoked by uid 500); 19 Apr 2002 21:00:25 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 54350 invoked by uid 500); 19 Apr 2002 21:00:25 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 19 Apr 2002 21:00:28 -0000 Message-ID: <20020419210028.80742.qmail@icarus.apache.org> From: bnicholes@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/modules/arch/netware mod_proxy_http.def mod_proxy_ftp.def mod_proxy_connect.def mod_proxy.def X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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