mod_proxy_http.xml revision b73a2be324e0b7fda7671ffc1e580a83a2af0d61
b73a2be324e0b7fda7671ffc1e580a83a2af0d61nd<?xml version="1.0"?>
b73a2be324e0b7fda7671ffc1e580a83a2af0d61nd<!DOCTYPE modulesynopsis SYSTEM "/style/modulesynopsis.dtd">
b73a2be324e0b7fda7671ffc1e580a83a2af0d61nd<?xml-stylesheet type="text/xsl" href="/style/manual.en.xsl"?>
b73a2be324e0b7fda7671ffc1e580a83a2af0d61nd<modulesynopsis>
b73a2be324e0b7fda7671ffc1e580a83a2af0d61nd
b73a2be324e0b7fda7671ffc1e580a83a2af0d61nd<name>mod_proxy_http</name>
b73a2be324e0b7fda7671ffc1e580a83a2af0d61nd<description>HTTP support module for
b73a2be324e0b7fda7671ffc1e580a83a2af0d61nd<module>mod_proxy</module></description>
b73a2be324e0b7fda7671ffc1e580a83a2af0d61nd<status>Extension</status>
b73a2be324e0b7fda7671ffc1e580a83a2af0d61nd<sourcefile>proxy_http.c</sourcefile>
b73a2be324e0b7fda7671ffc1e580a83a2af0d61nd<identifier>proxy_http_module</identifier>
b73a2be324e0b7fda7671ffc1e580a83a2af0d61nd
b73a2be324e0b7fda7671ffc1e580a83a2af0d61nd<summary>
b73a2be324e0b7fda7671ffc1e580a83a2af0d61nd <p>This module <em>requires</em> the service of <module
b73a2be324e0b7fda7671ffc1e580a83a2af0d61nd >mod_proxy</module>. It provides the features used for
b73a2be324e0b7fda7671ffc1e580a83a2af0d61nd proxying HTTP requests. <module>mod_proxy_http</module>
b73a2be324e0b7fda7671ffc1e580a83a2af0d61nd supports HTTP/0.9, HTTP/1.0 and HTTP/1.1. It does <em>not</em>
b73a2be324e0b7fda7671ffc1e580a83a2af0d61nd provide any caching abilities. If you want to set up a caching
b73a2be324e0b7fda7671ffc1e580a83a2af0d61nd proxy, you might want to use the additional service of the
b73a2be324e0b7fda7671ffc1e580a83a2af0d61nd <module>mod_cache</module> module.</p>
b73a2be324e0b7fda7671ffc1e580a83a2af0d61nd
b73a2be324e0b7fda7671ffc1e580a83a2af0d61nd <p>Thus, in order to get the ability of handling HTTP proxy requests,
b73a2be324e0b7fda7671ffc1e580a83a2af0d61nd <module>mod_proxy</module> and <module>mod_proxy_http</module>
b73a2be324e0b7fda7671ffc1e580a83a2af0d61nd have to be present in the server.</p>
b73a2be324e0b7fda7671ffc1e580a83a2af0d61nd
b73a2be324e0b7fda7671ffc1e580a83a2af0d61nd <note type="warning"><title>Warning</title>
b73a2be324e0b7fda7671ffc1e580a83a2af0d61nd <p>Do not enable proxying until you have <a
b73a2be324e0b7fda7671ffc1e580a83a2af0d61nd href="mod_proxy.html#access">secured your server</a>. Open proxy
b73a2be324e0b7fda7671ffc1e580a83a2af0d61nd servers are dangerous both to your network and to the Internet at
b73a2be324e0b7fda7671ffc1e580a83a2af0d61nd large.</p>
b73a2be324e0b7fda7671ffc1e580a83a2af0d61nd </note>
b73a2be324e0b7fda7671ffc1e580a83a2af0d61nd</summary>
b73a2be324e0b7fda7671ffc1e580a83a2af0d61nd<seealso><module>mod_proxy</module></seealso>
b73a2be324e0b7fda7671ffc1e580a83a2af0d61nd<seealso><module>mod_proxy_connect</module></seealso>
b73a2be324e0b7fda7671ffc1e580a83a2af0d61nd
b73a2be324e0b7fda7671ffc1e580a83a2af0d61nd</modulesynopsis>