Apache HTTP Server Version 2.2

This document refers to a legacy release (2.2) of Apache httpd. The active release (2.4) is documented here. If you have not already upgraded, please follow this link for more information.
You may follow this link to go to the current version of this document.
| Description: | mod_proxyextension forCONNECTrequest handling | 
|---|---|
| Status: | Extension | 
| Module Identifier: | proxy_connect_module | 
| Source File: | mod_proxy_connect.c | 
This module requires the service of mod_proxy. It provides support for the CONNECT
    HTTP method. This method is mainly used to tunnel SSL requests
    through proxy servers.
Thus, in order to get the ability of handling CONNECT
    requests, mod_proxy and
    mod_proxy_connect have to be present in the server.
CONNECT is also used, when the server needs to send an HTTPS request
    through a forward proxy. In this case the server acts as a CONNECT client.
    This functionality is part of mod_proxy and
    mod_proxy_connect is not needed in this case.
Do not enable proxying until you have secured your server. Open proxy servers are dangerous both to your network and to the Internet at large.