1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-17 00:03:29 +03:00
Commit Graph

56 Commits

Author SHA1 Message Date
Rich Bowen
b5dae5e0bb Encourage best practice of putting complex arguments in quotes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1481359 13f79535-47bb-0310-9956-ffa450edef68
2013-05-11 15:51:24 +00:00
Daniel Gruno
6f5127e707 s/uppser/upper/
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1480901 13f79535-47bb-0310-9956-ffa450edef68
2013-05-10 07:47:43 +00:00
Stefan Fritsch
2f358e7e17 add md5 function, too
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1458004 13f79535-47bb-0310-9956-ffa450edef68
2013-03-18 21:16:18 +00:00
Stefan Fritsch
bc612559f8 sha1 now does hex encoding
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1457995 13f79535-47bb-0310-9956-ffa450edef68
2013-03-18 21:06:39 +00:00
Graham Leggett
6f91fe5dbc mod_auth_basic: Add a generic mechanism to fake basic authentication
using the ap_expr parser. This allows the administrator to construct
their own username and password for basic authentication based on their
needs. Alternative fix for PR52616.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1457471 13f79535-47bb-0310-9956-ffa450edef68
2013-03-17 16:02:41 +00:00
Graham Leggett
c0c5f9db2a Expression parser: Add the ability to apply a SHA1 hash to strings within
the parser.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1457450 13f79535-47bb-0310-9956-ffa450edef68
2013-03-17 13:52:58 +00:00
Graham Leggett
cc78b3134b Expression parser: Add the ability to base64 encode and base64 decode
strings within the parser.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1457437 13f79535-47bb-0310-9956-ffa450edef68
2013-03-17 12:49:27 +00:00
Rich Bowen
5e19168ce9 Typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1446027 13f79535-47bb-0310-9956-ffa450edef68
2013-02-14 01:48:29 +00:00
Rich Bowen
e1d38953a1 Missing trailing slash
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1446015 13f79535-47bb-0310-9956-ffa450edef68
2013-02-14 01:26:01 +00:00
Daniel Gruno
7f9b56db64 Note that v is a shortcut for reqenv
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1440055 13f79535-47bb-0310-9956-ffa450edef68
2013-01-29 18:51:56 +00:00
Rainer Jung
82c7566e3f Add a version compatibility section to the
expression parser docs page.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1422594 13f79535-47bb-0310-9956-ffa450edef68
2012-12-16 15:10:45 +00:00
Stefan Fritsch
2fe77a8fb6 Fix cut'n'paste error
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1410756 13f79535-47bb-0310-9956-ffa450edef68
2012-11-17 17:48:29 +00:00
Stefan Fritsch
4aad88eb93 Add SERVER_PROTOCOL_VERSION, SERVER_PROTOCOL_VERSION_MAJOR,
SERVER_PROTOCOL_VERSION_MINOR ap_expr variables.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1410755 13f79535-47bb-0310-9956-ffa450edef68
2012-11-17 17:43:33 +00:00
Stefan Fritsch
eca44e8904 fix cut'n'paste error
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1403492 13f79535-47bb-0310-9956-ffa450edef68
2012-10-29 20:42:43 +00:00
Stefan Fritsch
6c8ea86f41 ap_expr: Add req_novary function that allows HTTP header lookups
without adding the name to the Vary header 


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1403483 13f79535-47bb-0310-9956-ffa450edef68
2012-10-29 20:34:18 +00:00
Stefan Fritsch
e37fd92653 Mention string-valued expression in the BNF.
Clarify when header names are added to the Vary header.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1403476 13f79535-47bb-0310-9956-ffa450edef68
2012-10-29 20:16:26 +00:00
Daniel Gruno
f237f60599 Use integer operators when comparing to TIME_HOUR
Reported by Florian in comment #124

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1362526 13f79535-47bb-0310-9956-ffa450edef68
2012-07-17 14:52:54 +00:00
Daniel Gruno
181ae7680d Typo fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1334066 13f79535-47bb-0310-9956-ffa450edef68
2012-05-04 17:12:47 +00:00
Daniel Gruno
8fc73d308f Update syntax for expr.xml
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331257 13f79535-47bb-0310-9956-ffa450edef68
2012-04-27 07:13:21 +00:00
Igor Galić
28af6ca779 Replace weird UTF-8 thingy with - (blame Wikipedia)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1308400 13f79535-47bb-0310-9956-ffa450edef68
2012-04-02 15:52:39 +00:00
Daniel Gruno
52408a0fef Add some examples of how expressions might be used.
This should probably be extended at some point.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1307308 13f79535-47bb-0310-9956-ffa450edef68
2012-03-30 08:46:16 +00:00
Stefan Fritsch
e0a5a7882e Fix names of unary operators like '-s' being compared case insensitively.
Improve error message if op or function is not found. Document '-s' operator. 


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1212883 13f79535-47bb-0310-9956-ffa450edef68
2011-12-10 21:26:00 +00:00
Graham Leggett
8c8f815c1b Clarify the peer IP of the connection and the client IP of the request within
the docs.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1208753 13f79535-47bb-0310-9956-ffa450edef68
2011-11-30 20:28:25 +00:00
Graham Leggett
e6810567ce Update the documentation for the %a and %{c}a logging format strings, and
update the mod-remoteip documentation in line with the new API.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1205075 13f79535-47bb-0310-9956-ffa450edef68
2011-11-22 16:50:00 +00:00
Stefan Fritsch
05fe1b13b1 add new ldap features, make ap_expr entry more verbose
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1202456 13f79535-47bb-0310-9956-ffa450edef68
2011-11-15 22:53:17 +00:00
Stefan Fritsch
f184e25627 grammar fix
point to SSLRequire docs


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1178088 13f79535-47bb-0310-9956-ffa450edef68
2011-10-01 20:41:30 +00:00
Stefan Fritsch
5c6cb2155a be explicit that REQUEST_URI is the path component only
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1165192 13f79535-47bb-0310-9956-ffa450edef68
2011-09-05 07:44:23 +00:00
Stefan Fritsch
f0cf7722ba Use ap_unescape_url_keep2f() in ap_expr unescape func. ap_unescape_url()
forbidding encoded slashes is not useful here.
Log failures.
Improve docs.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1151373 13f79535-47bb-0310-9956-ffa450edef68
2011-07-27 08:03:41 +00:00
Stefan Fritsch
3a2ff33757 Add new non-default debugging module mod_log_debug
It allows to log custom debug messages at various phases in the request
processing and is the first consumer of the new string-valued ap_expr API.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1142170 13f79535-47bb-0310-9956-ffa450edef68
2011-07-02 08:30:38 +00:00
Stefan Fritsch
0ddae368ab Add REQUEST_STATUS variable to ap_expr
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1142163 13f79535-47bb-0310-9956-ffa450edef68
2011-07-02 07:32:26 +00:00
André Malo
73e09fa95a property and xml fixes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1137340 13f79535-47bb-0310-9956-ffa450edef68
2011-06-19 11:24:29 +00:00
Stefan Fritsch
93623482e3 - Add <ElseIf> and <Else> to complement <If> sections. These are both easier
to use and more efficient than using several <If> sections.
- Update <If> documentation a bit.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1132469 13f79535-47bb-0310-9956-ffa450edef68
2011-06-05 18:15:02 +00:00
Stefan Fritsch
3dd90a26b7 Use the new "ap_expr" expression parser.
The old parser can still be used by setting the new directive
SSILegacyExprParser


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1128614 13f79535-47bb-0310-9956-ffa450edef68
2011-05-28 11:47:55 +00:00
Stefan Fritsch
a8c135f27e Add some features to ap_expr for use by mod_include:
* a restricted mode that does not allow to bypass request access restrictions
 * new variables DOCUMENT_URI (alias for REQUEST_URI), LAST_MODIFIED
 * -A as an alias for -U
 * an additional data entry in ap_expr_eval_ctx_t for use by the consumer
 * an extensible ap_expr_exec_ctx() API that allows to use that data entry


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1128564 13f79535-47bb-0310-9956-ffa450edef68
2011-05-28 07:01:47 +00:00
Stefan Fritsch
a88e191cd5 Also add the -U and -F operators for doing subrequest lookups to ap_expr.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1103126 13f79535-47bb-0310-9956-ffa450edef68
2011-05-14 15:12:33 +00:00
Stefan Fritsch
17651e0c9a Add various file existance test operators to ap_expr
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1103097 13f79535-47bb-0310-9956-ffa450edef68
2011-05-14 13:22:11 +00:00
Stefan Fritsch
ff06d3078c Add some links and bits to the ap_expr docs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1073543 13f79535-47bb-0310-9956-ffa450edef68
2011-02-22 23:17:50 +00:00
Vincent Deffontaines
d76fb1b644 Adding a link to the wikipedia page describing BNF.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1065758 13f79535-47bb-0310-9956-ffa450edef68
2011-01-31 20:39:33 +00:00
Vincent Deffontaines
493c04a66f Setting missing LastChangedRevision to the latest "svn blame" revision I found.
However the present [post] commit should override it...



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1065742 13f79535-47bb-0310-9956-ffa450edef68
2011-01-31 20:15:30 +00:00
Eric Covener
03b6869c09 provide links back to ap_expr-aware directives/modules
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1055507 13f79535-47bb-0310-9956-ffa450edef68
2011-01-05 16:22:42 +00:00
Stefan Fritsch
d489f13739 Add mod_rewrite's SCRIPT_USER/SCRIPT_GROUP vars to ap_expr
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053882 13f79535-47bb-0310-9956-ffa450edef68
2010-12-30 13:00:36 +00:00
Stefan Fritsch
0ec9bd6fdc Add -T operator to allow easy evaluation of on/off, 1/0, ... variables
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053865 13f79535-47bb-0310-9956-ffa450edef68
2010-12-30 11:59:02 +00:00
Lucien Gentis
60bad7a068 Typos.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053666 13f79535-47bb-0310-9956-ffa450edef68
2010-12-29 16:18:54 +00:00
Stefan Fritsch
4766a90ae8 Fix typos, update transforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1050962 13f79535-47bb-0310-9956-ffa450edef68
2010-12-19 22:53:32 +00:00
Stefan Fritsch
00366b7497 add some links
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1050960 13f79535-47bb-0310-9956-ffa450edef68
2010-12-19 22:48:57 +00:00
Stefan Fritsch
734e24b274 a bit more documentation for ap_expr's variables
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1050955 13f79535-47bb-0310-9956-ffa450edef68
2010-12-19 22:35:02 +00:00
Stefan Fritsch
c43460c2ba Fix description of "note"
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1039941 13f79535-47bb-0310-9956-ffa450edef68
2010-11-28 20:28:46 +00:00
Stefan Fritsch
e27a3c21e3 - add -ipmatch, -str(c)match, -fnmatch, -R operators to ap_expr
- allow lookup function to pre-parse string constant arguments 
  (used for subnet masks so far)
- various bug fixes for binary operators
- do strdup() for error messages created on the stack to avoid corruption


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1039900 13f79535-47bb-0310-9956-ffa450edef68
2010-11-28 16:35:14 +00:00
Stefan Fritsch
7e4add122c ap_expr related fixes and enhancements
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037510 13f79535-47bb-0310-9956-ffa450edef68
2010-11-21 17:39:52 +00:00
Igor Galić
21965dac70 Crosslinking mod_ssl.html and expr.html
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037347 13f79535-47bb-0310-9956-ffa450edef68
2010-11-20 22:38:38 +00:00