home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Complet / Apache / apache_2.0.52-win32-x86-no_ssl.msi / Data.Cab / F278347_mod_proxy_connect.xml < prev    next >
Extensible Markup Language  |  2004-04-17  |  2KB  |  52 lines

  1. <?xml version="1.0"?>
  2. <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
  3. <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  4. <!-- $Revision: 1.1.2.5 $ -->
  5.  
  6. <!--
  7.  Copyright 2002-2004 The Apache Software Foundation
  8.  
  9.  Licensed under the Apache License, Version 2.0 (the "License");
  10.  you may not use this file except in compliance with the License.
  11.  You may obtain a copy of the License at
  12.  
  13.      http://www.apache.org/licenses/LICENSE-2.0
  14.  
  15.  Unless required by applicable law or agreed to in writing, software
  16.  distributed under the License is distributed on an "AS IS" BASIS,
  17.  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  18.  See the License for the specific language governing permissions and
  19.  limitations under the License.
  20. -->
  21.  
  22. <modulesynopsis metafile="mod_proxy_connect.xml.meta">
  23.  
  24. <name>mod_proxy_connect</name>
  25. <description><module>mod_proxy</module> extension for
  26. <code>CONNECT</code> request handling</description>
  27. <status>Extension</status>
  28. <sourcefile>proxy_connect.c</sourcefile>
  29. <identifier>proxy_connect_module</identifier>
  30.  
  31. <summary>
  32.     <p>This module <em>requires</em> the service of <module
  33.     >mod_proxy</module>. It provides support for the <code>CONNECT</code>
  34.     HTTP method. This method is mainly used to tunnel SSL requests
  35.     through proxy servers.</p>
  36.  
  37.     <p>Thus, in order to get the ability of handling <code>CONNECT</code>
  38.     requests, <module>mod_proxy</module> and
  39.     <module>mod_proxy_connect</module> have to be present in the server.</p>
  40.  
  41.     <note type="warning"><title>Warning</title>
  42.       <p>Do not enable proxying until you have <a
  43.       href="mod_proxy.html#access">secured your server</a>. Open proxy
  44.       servers are dangerous both to your network and to the Internet at
  45.       large.</p>
  46.     </note>
  47. </summary>
  48. <seealso><directive module="mod_proxy">AllowCONNECT</directive></seealso>
  49. <seealso><module>mod_proxy</module></seealso>
  50.  
  51. </modulesynopsis>
  52.