diff options
author | André Malo <nd@apache.org> | 2004-01-24 03:02:09 +0100 |
---|---|---|
committer | André Malo <nd@apache.org> | 2004-01-24 03:02:09 +0100 |
commit | b7e7f6c09eb8fc8db4eaf0cb3a0cdc8ddb86a3cf (patch) | |
tree | 4afa0bc779fcb228ee5d14ef6c54b284e1555cb2 /CHANGES | |
parent | * modules/ssl/ssl_engine_io.c (ssl_io_filter_output): Use non-blocking (diff) | |
download | apache2-b7e7f6c09eb8fc8db4eaf0cb3a0cdc8ddb86a3cf.tar.xz apache2-b7e7f6c09eb8fc8db4eaf0cb3a0cdc8ddb86a3cf.zip |
Introduce the RewriteCond -x check, which returns
true if the pattern is a file with execution permissions.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102398 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ Changes with Apache 2.1.0-dev [Remove entries to the current 2.0 section below, when backported] + *) mod_rewrite: Introduce the RewriteCond -x check, which returns + true if the pattern is a file with execution permissions. + [André Malo] + *) mod_ssl: Fix streaming output from an nph- CGI script. PR 21944 [Joe Orton] |