*) mod_reqtimeout: Prevent long response times from triggering a timeout once
the request has been fully read. PR 59045. [Yann Ylavic]
- *) mod_rewrite: Add QSL|qslast flag to allow rewrites to files with
- literal question marks in their names. PR 58777. [Eric Covener]
-
*) core: Split ap_create_request() from ap_read_request(). [Graham Leggett]
*) mod_ssl: Don't lose track of the SSL context if the ssl_run_pre_handshake()
...</a></em></td>
</tr>
<tr>
- <td>qslast|QSA</td>
+ <td>qslast|QSL</td>
<td>Interpret the last (right-most) question mark as the query string
delimeter, instead of the first (left-most) as normally used.
+ Available in 2.4.19 and later.
<em><a href="../rewrite/flags.html#flag_qsl">details
...</a></em></td>
</tr>
their filename. If no query string is used in the substitution,
a question mark can be appended to it in combination with this flag. </p>
-<p> This flag is available in version 2.5.0 and later.</p>
+<p> This flag is available in version 2.4.19 and later.</p>
</section>