View | Details | Raw Unified | Return to bug 30464
Collapse All | Expand All

(-)httpd-2.0.50/docs/manual/mod/mod_rewrite.xml.orig (+9 lines)
Lines 1016-1021 Link Here
1016
        <code>getenv()</code> from the Apache server process.</li>
1016
        <code>getenv()</code> from the Apache server process.</li>
1017
1017
1018
        <li>There is the special format:
1018
        <li>There is the special format:
1019
        <code>%{SSL:variable}</code> where <em>variable</em> is the
1020
        name of an <a href="mod_ssl.html#envvars">SSL environment
1021
        variable</a>; this can be used whether or not 
1022
        <module>mod_ssl</module> is loaded, but will always expand to
1023
        the empty string if it is not.  Example:
1024
        <code>%{SSL:SSL_CIPHER_USEKEYSIZE}</code> may expand to
1025
        <code>128</code>.</li> 
1026
1027
        <li>There is the special format:
1019
        <code>%{HTTP:header}</code> where <em>header</em> can be
1028
        <code>%{HTTP:header}</code> where <em>header</em> can be
1020
        any HTTP MIME-header name. This is looked-up from the HTTP
1029
        any HTTP MIME-header name. This is looked-up from the HTTP
1021
        request. Example: <code>%{HTTP:Proxy-Connection}</code> is
1030
        request. Example: <code>%{HTTP:Proxy-Connection}</code> is

Return to bug 30464