Rich Bowen
c6a1e99829
Rebuild various files affected by the changes last week.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1032598 13f79535-47bb-0310-9956-ffa450edef68
2010-11-08 15:24:17 +00:00
Lucien Gentis
909c5157e7
Updates.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1032317 13f79535-47bb-0310-9956-ffa450edef68
2010-11-07 17:21:41 +00:00
Eric Covener
73f46d27a7
typo
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031424 13f79535-47bb-0310-9956-ffa450edef68
2010-11-05 04:03:43 +00:00
Eric Covener
0b65876d3d
PR#46582 document that modules can implement internal map functions
...
minor changes to original due to changes in context.
Submitted by: Bob Ionescu
Reviewed By: Eric Covener:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031346 13f79535-47bb-0310-9956-ffa450edef68
2010-11-04 23:26:35 +00:00
Eric Covener
45c1a40181
PR#47935 some people think s/except/unless makes this somewhat contrived
...
RewriteCond example clearer.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031038 13f79535-47bb-0310-9956-ffa450edef68
2010-11-04 15:37:28 +00:00
Rich Bowen
516641e8e1
Rebuild transformations.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1029692 13f79535-47bb-0310-9956-ffa450edef68
2010-11-01 15:01:41 +00:00
Eric Covener
a81eb0d43d
Add an END flag to RewriteRule that acts like L=LAST but also prevents
...
further rounds of rewrite processing due to per-directory substitutions.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1028778 13f79535-47bb-0310-9956-ffa450edef68
2010-10-29 14:43:49 +00:00
Rich Bowen
32b857f960
Rebuild intro doc.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1028731 13f79535-47bb-0310-9956-ffa450edef68
2010-10-29 13:31:08 +00:00
Rich Bowen
8ca8c78c41
Makes the intro paragraph a little less jargon-y, in response to
...
https://issues.apache.org/bugzilla/show_bug.cgi?id=49298
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1028730 13f79535-47bb-0310-9956-ffa450edef68
2010-10-29 13:30:20 +00:00
Rich Bowen
c74a7b2e00
Remove note to myself.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1028399 13f79535-47bb-0310-9956-ffa450edef68
2010-10-28 17:34:11 +00:00
Rich Bowen
6cd235c332
Remove a leftover note to myself.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1028398 13f79535-47bb-0310-9956-ffa450edef68
2010-10-28 17:33:31 +00:00
Rich Bowen
7e11840a75
Introduce <If> as an alternative to mod_rewrite in the "avoiding
...
mod_rewrite" document.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1028397 13f79535-47bb-0310-9956-ffa450edef68
2010-10-28 17:31:59 +00:00
Rich Bowen
76769e0d60
Update transformations
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1027128 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25 14:11:52 +00:00
Lucien Gentis
5e303bd7e6
Typos corrections.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1026804 13f79535-47bb-0310-9956-ffa450edef68
2010-10-24 14:12:09 +00:00
Lucien Gentis
65bb1b80c2
Updates.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1026632 13f79535-47bb-0310-9956-ffa450edef68
2010-10-23 16:02:06 +00:00
Eric Covener
204de4f15e
Update a per-dir example that's meant to show looping and the L flag.
...
* add a RewriteBase
* REQUEST_URI doesn't have the RewriteBase stripped from it, so fix the test comparison.
* rewrite to absolute URI and use PT flag so the rule is somewhat applicable to per-vh context
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1025748 13f79535-47bb-0310-9956-ffa450edef68
2010-10-20 21:00:49 +00:00
Eric Covener
281d67d240
note a limitation on some kinds of flags in per-dir rewrite (since the current request
...
is not long for this world and these fields are not copied on the internal redirect)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@990129 13f79535-47bb-0310-9956-ffa450edef68
2010-08-27 12:38:23 +00:00
Igor Galić
975d427501
And the html..
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@983730 13f79535-47bb-0310-9956-ffa450edef68
2010-08-09 16:52:00 +00:00
Igor Galić
f191b16bc1
[PT] is implied in per-dir context. (Also, FallbackResource is backported in 2.2.16)
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@983728 13f79535-47bb-0310-9956-ffa450edef68
2010-08-09 16:50:00 +00:00
Rich Bowen
ed0c709d18
Rebuild new example.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@966347 13f79535-47bb-0310-9956-ffa450edef68
2010-07-21 18:24:52 +00:00
Rich Bowen
4f5a41f04b
Fixes a non-working example in the int RewriteMap section.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@966346 13f79535-47bb-0310-9956-ffa450edef68
2010-07-21 18:24:12 +00:00
Rainer Jung
60e8f3a913
Allow to set environment variables using mod_rewrite without
...
explicitely giving a value.
Most modules only check presence of a variable, not the
value, so it makes sense to make the VAL argument in
the mod_rewrite ENV flag optional.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@960233 13f79535-47bb-0310-9956-ffa450edef68
2010-07-03 16:21:58 +00:00
Rainer Jung
ebcb68896e
Fix documented syntax for env var setting in mod_rewrite.
...
Main page is fine, only the flags guide was wrong.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@960223 13f79535-47bb-0310-9956-ffa450edef68
2010-07-03 14:27:43 +00:00
Stefan Fritsch
391797e770
Update transformations
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@956407 13f79535-47bb-0310-9956-ffa450edef68
2010-06-20 20:26:02 +00:00
Stefan Fritsch
d3ddf3e01a
Fix XML validation issue
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@956406 13f79535-47bb-0310-9956-ffa450edef68
2010-06-20 20:21:08 +00:00
Jim Jagielski
41a6878ac5
xforms
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@955572 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17 12:34:12 +00:00
Igor Galić
80c11dcf59
Fixing minor typo in sections.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@955184 13f79535-47bb-0310-9956-ffa450edef68
2010-06-16 10:27:52 +00:00
Lucien Gentis
67abe949d3
Updates.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@954260 13f79535-47bb-0310-9956-ffa450edef68
2010-06-13 16:54:18 +00:00
Rich Bowen
9cdcd0af5c
Alternatives to [P].
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@952019 13f79535-47bb-0310-9956-ffa450edef68
2010-06-06 23:03:24 +00:00
Rainer Jung
fcf558c608
Update transformations.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@952014 13f79535-47bb-0310-9956-ffa450edef68
2010-06-06 22:29:36 +00:00
Stefan Fritsch
5e9890cbb7
Update transformations
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951906 13f79535-47bb-0310-9956-ffa450edef68
2010-06-06 17:21:45 +00:00
Stefan Fritsch
a5f4ee1845
Replace RewriteLog/RewriteLogLevel with trace log levels
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951903 13f79535-47bb-0310-9956-ffa450edef68
2010-06-06 17:09:43 +00:00
Stefan Fritsch
bc0a04b83e
fix xml validation and doc build issues
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951111 13f79535-47bb-0310-9956-ffa450edef68
2010-06-03 18:51:25 +00:00
Rich Bowen
b34f14e6ae
Several typos fixed.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@949190 13f79535-47bb-0310-9956-ffa450edef68
2010-05-28 14:39:46 +00:00
Lucien Gentis
1461080b94
Typos.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@947715 13f79535-47bb-0310-9956-ffa450edef68
2010-05-24 16:57:46 +00:00
Jeff Trawick
1477c61e6f
odd assortment of spelling fixes
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@947651 13f79535-47bb-0310-9956-ffa450edef68
2010-05-24 14:26:49 +00:00
Lucien Gentis
e91ff38954
Updates.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@947636 13f79535-47bb-0310-9956-ffa450edef68
2010-05-24 13:28:01 +00:00
Rich Bowen
6cf4c832ab
metafile rebuild.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@946447 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19 22:05:57 +00:00
Rich Bowen
326640caaa
Completes the rewrite of the RewriteMap documentation. Examples for all
...
the various map types, and an overhaul from a grammar perspective. Still
want to do some tweaks on the ref doc side.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@946438 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19 22:00:50 +00:00
Rich Bowen
f4e0c14f2f
Link to relevant section of avoid doc.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@946437 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19 21:59:52 +00:00
Rich Bowen
a6810d0126
vhosts section of avoid doc.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@946433 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19 21:58:55 +00:00
Rich Bowen
f25bff8197
int: example.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945991 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19 01:30:26 +00:00
Rich Bowen
d9f39319c8
More information for the dbm map type.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945987 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19 01:07:27 +00:00
Rich Bowen
8567252916
Minor tweak: Rename links to 'Using RewriteMap' rather than 'RewriteMap'.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945974 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19 00:43:45 +00:00
Rich Bowen
f2465c369e
Better explanation of example for rnd: type RewriteMap
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945971 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19 00:17:37 +00:00
Rich Bowen
3c629a49f1
Link to the new RewriteMap doc.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945967 13f79535-47bb-0310-9956-ffa450edef68
2010-05-18 23:48:12 +00:00
Rich Bowen
8aef31c0df
Adds a useful and complete example for using RewriteMap txt:
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945966 13f79535-47bb-0310-9956-ffa450edef68
2010-05-18 23:46:08 +00:00
Rich Bowen
f493564be3
Rephrasing of RewriteMap intro.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945944 13f79535-47bb-0310-9956-ffa450edef68
2010-05-18 22:55:44 +00:00
Rich Bowen
3099d539f3
Rebuild with new nav element.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945935 13f79535-47bb-0310-9956-ffa450edef68
2010-05-18 22:31:41 +00:00
Rich Bowen
416a85f30d
Add the rewritemap doc to the seealso navigation.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945934 13f79535-47bb-0310-9956-ffa450edef68
2010-05-18 22:30:54 +00:00