mod_proxy_http.xml revision 6fbd2e53c97ea6976d93e0ac521adabc55e0fb73
b73a2be324e0b7fda7671ffc1e580a83a2af0d61nd<?xml version="1.0"?>
b73a2be324e0b7fda7671ffc1e580a83a2af0d61nd<!DOCTYPE modulesynopsis SYSTEM "/style/modulesynopsis.dtd">
b73a2be324e0b7fda7671ffc1e580a83a2af0d61nd<?xml-stylesheet type="text/xsl" href="/style/manual.en.xsl"?>
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd<!--
6fbd2e53c97ea6976d93e0ac521adabc55e0fb73nd Copyright 2002-2004 The Apache Software Foundation
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd Licensed under the Apache License, Version 2.0 (the "License");
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd you may not use this file except in compliance with the License.
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd You may obtain a copy of the License at
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd http://www.apache.org/licenses/LICENSE-2.0
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd Unless required by applicable law or agreed to in writing, software
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd distributed under the License is distributed on an "AS IS" BASIS,
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd See the License for the specific language governing permissions and
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd limitations under the License.
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd-->
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd
7db9f691a00ead175b03335457ca296a33ddf31bnd<modulesynopsis metafile="mod_proxy_http.xml.meta">
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>