mirror of
https://github.com/apache/httpd.git
synced 2025-07-30 20:03:10 +03:00
Documentation rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1760279 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -280,13 +280,29 @@ for earlier 2.x versions</td></tr>
|
|||||||
for earlier 2.x versions</td></tr>
|
for earlier 2.x versions</td></tr>
|
||||||
</table>
|
</table>
|
||||||
<p>Specifies elements that have URL attributes that should be rewritten
|
<p>Specifies elements that have URL attributes that should be rewritten
|
||||||
using standard <code class="directive">ProxyHTMLURLMap</code>s. You will need one
|
using standard <code class="directive"><a href="#proxyhtmlurlmap">ProxyHTMLURLMap</a></code>s.
|
||||||
ProxyHTMLLinks directive per element, but it can have any number of attributes.</p>
|
You will need one ProxyHTMLLinks directive per element,
|
||||||
|
but it can have any number of attributes.</p>
|
||||||
<p>Normally you'll set this globally. If you set ProxyHTMLLinks in more than
|
<p>Normally you'll set this globally. If you set ProxyHTMLLinks in more than
|
||||||
one scope so that one overrides the other, you'll need to specify a complete
|
one scope so that one overrides the other, you'll need to specify a complete
|
||||||
set in each of those scopes.</p>
|
set in each of those scopes.</p>
|
||||||
<p>A default configuration is supplied in <var>proxy-html.conf</var>
|
<p>A default configuration is supplied in <var>proxy-html.conf</var>
|
||||||
and defines the HTML links for standard HTML 4 and XHTML 1.</p>
|
and defines the HTML links for standard HTML 4 and XHTML 1.</p>
|
||||||
|
<div class="example"><h3>Examples from proxy-html.conf</h3><pre class="prettyprint lang-config">ProxyHTMLLinks a href
|
||||||
|
ProxyHTMLLinks area href
|
||||||
|
ProxyHTMLLinks link href
|
||||||
|
ProxyHTMLLinks img src longdesc usemap
|
||||||
|
ProxyHTMLLinks object classid codebase data usemap
|
||||||
|
ProxyHTMLLinks q cite
|
||||||
|
ProxyHTMLLinks blockquote cite
|
||||||
|
ProxyHTMLLinks ins cite
|
||||||
|
ProxyHTMLLinks del cite
|
||||||
|
ProxyHTMLLinks form action
|
||||||
|
ProxyHTMLLinks input src usemap
|
||||||
|
ProxyHTMLLinks head profile
|
||||||
|
ProxyHTMLLinks base href
|
||||||
|
ProxyHTMLLinks script src for</pre>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
|
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
|
||||||
@ -357,11 +373,14 @@ filter chain if stripping comments!</p>
|
|||||||
<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Version 2.4 and later; available as a third-party
|
<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Version 2.4 and later; available as a third-party
|
||||||
module for earlier 2.x versions.</td></tr>
|
module for earlier 2.x versions.</td></tr>
|
||||||
</table>
|
</table>
|
||||||
<p>This is the key directive for rewriting HTML links. When parsing a document,
|
<p>This is the key directive for rewriting HTML links. When parsing a document,
|
||||||
whenever a link target matches <var>from-pattern</var>, the matching
|
whenever a link target matches <var>from-pattern</var>, the matching
|
||||||
portion will be rewritten to <var>to-pattern</var>, as modified by any
|
portion will be rewritten to <var>to-pattern</var>, as modified by any
|
||||||
flags supplied and by the <code class="directive">ProxyHTMLExtended</code>
|
flags supplied and by the
|
||||||
directive.</p>
|
<code class="directive"><a href="#proxyhtmlextended">ProxyHTMLExtended</a></code> directive.
|
||||||
|
Only the elements specified using
|
||||||
|
the <code class="directive"><a href="#proxyhtmllinks">ProxyHTMLLinks</a></code> directive
|
||||||
|
will be considered as HTML links.</p>
|
||||||
|
|
||||||
<p>The optional third argument may define any of the following
|
<p>The optional third argument may define any of the following
|
||||||
<strong>Flags</strong>. Flags are case-sensitive.</p>
|
<strong>Flags</strong>. Flags are case-sensitive.</p>
|
||||||
|
Reference in New Issue
Block a user