1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-02 06:53:27 +03:00
Commit Graph

57 Commits

Author SHA1 Message Date
Igor Galić
2cbae5d6e6 rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1300558 13f79535-47bb-0310-9956-ffa450edef68
2012-03-14 14:26:04 +00:00
Rich Bowen
5d3d7c8875 s/2011/2012/g
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1226563 13f79535-47bb-0310-9956-ffa450edef68
2012-01-02 22:52:11 +00:00
André Malo
15fe279e68 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1202314 13f79535-47bb-0310-9956-ffa450edef68
2011-11-15 17:17:36 +00:00
Rainer Jung
402dbbad20 Update transformations.
Sorry for the noise, blame it to the
simplified chinese cleanup.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1199540 13f79535-47bb-0310-9956-ffa450edef68
2011-11-08 23:46:40 +00:00
Rainer Jung
a90ae4579d Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1199509 13f79535-47bb-0310-9956-ffa450edef68
2011-11-08 22:53:44 +00:00
Joe Orton
f607ef5e5c - build.sh all
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1179273 13f79535-47bb-0310-9956-ffa450edef68
2011-10-05 15:43:18 +00:00
Stefan Fritsch
a83284e103 update xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1178089 13f79535-47bb-0310-9956-ffa450edef68
2011-10-01 20:57:36 +00:00
Rich Bowen
fd407bc188 Updates one of the "advanced" recipes and rewrites description.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1169760 13f79535-47bb-0310-9956-ffa450edef68
2011-09-12 14:21:41 +00:00
Rich Bowen
840f787b31 Replaces rather weak example with a better one submitted by Marcus
Bointon (bug ID 51669)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1160345 13f79535-47bb-0310-9956-ffa450edef68
2011-08-22 17:47:41 +00:00
Rich Bowen
3f51c7eb67 via Matthew Sporleder - domain is required in the CO flag or cookies
aren't set.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1092799 13f79535-47bb-0310-9956-ffa450edef68
2011-04-15 20:14:15 +00:00
Joe Orton
6da70f01d6 * docs/manual/rewrite/: Fix the real long form of DPI here also.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1089420 13f79535-47bb-0310-9956-ffa450edef68
2011-04-06 12:19:38 +00:00
Rich Bowen
2899287748 Markup typos. Rebuild HTML.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1088588 13f79535-47bb-0310-9956-ffa450edef68
2011-04-04 12:21:22 +00:00
Graham Leggett
b7da07815e Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1080835 13f79535-47bb-0310-9956-ffa450edef68
2011-03-12 01:20:18 +00:00
Rich Bowen
931cdd59ae Update copyright to 2011
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1054597 13f79535-47bb-0310-9956-ffa450edef68
2011-01-03 12:42:10 +00:00
Stefan Fritsch
9975402ed9 update transforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053751 13f79535-47bb-0310-9956-ffa450edef68
2010-12-29 21:54:25 +00:00
Jeff Trawick
6c15fb07ea generated files
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1043127 13f79535-47bb-0310-9956-ffa450edef68
2010-12-07 16:53:56 +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
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
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
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
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
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
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
585e0c73cc Replace 'Apache' with contextually correct phrasing.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@934398 13f79535-47bb-0310-9956-ffa450edef68
2010-04-15 13:23:38 +00:00
Eric Covener
bb3c771c85 elaborate on the T= limiation in per-directory rewrites for PR 36590
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@919977 13f79535-47bb-0310-9956-ffa450edef68
2010-03-07 12:34:17 +00:00
Rich Bowen
b134f9aac1 2009 -> 2010 in the copyright statement. Nobody seems to know if this is
actually necessary, but it's sort of an annual tradition. We think
tradition is pretty important.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@895795 13f79535-47bb-0310-9956-ffa450edef68
2010-01-04 21:41:42 +00:00
Rich Bowen
7b31471c47 Name this doc a little more clearly.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@895619 13f79535-47bb-0310-9956-ffa450edef68
2010-01-04 13:12:13 +00:00
Rich Bowen
eef9d6547f version/compat messages on flags that have been recently added.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@895223 13f79535-47bb-0310-9956-ffa450edef68
2010-01-02 16:30:59 +00:00
Rich Bowen
5da48520eb Removes duplication of the RewriteRule flags documentation. The module
doc contains a table of definitions. The rewrite flag doc contains
detailed explanations and examples.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@895060 13f79535-47bb-0310-9956-ffa450edef68
2010-01-01 20:02:30 +00:00
Rich Bowen
79dc8455cb Typo, and a few additional details.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@895052 13f79535-47bb-0310-9956-ffa450edef68
2010-01-01 18:53:24 +00:00
Rich Bowen
cebd6925e1 Makes each flag a top-level section in this doc, thereby giving it a
navigation link in the right navigation box. I think that makes this
page much more useful, particularly when it becomes the primary resource
for rewriterule flags and their use.
Also adds some detail on several of the flags.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@894539 13f79535-47bb-0310-9956-ffa450edef68
2009-12-30 03:54:10 +00:00
Rich Bowen
88e8db918d A few minor tweaks to the flags doc. Getting ready to rearrange the
flags in the main module doc vs this file.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@894533 13f79535-47bb-0310-9956-ffa450edef68
2009-12-30 02:41:17 +00:00
Rich Bowen
c4b0fa2f7d Adds a [QSD] flag to RewriteRule to discard unwanted query strings
without the old kludge of sticking a ? on the end of the target URI.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@894383 13f79535-47bb-0310-9956-ffa450edef68
2009-12-29 13:34:24 +00:00
Rich Bowen
d152d310ef Flags patch from Igor Galić. Corrects error in noting what status codes
can be specified.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@882171 13f79535-47bb-0310-9956-ffa450edef68
2009-11-19 15:10:07 +00:00
Rich Bowen
a8d83f580a Remove more refences to rewrite_guide.html
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@881116 13f79535-47bb-0310-9956-ffa450edef68
2009-11-17 02:55:19 +00:00
Rich Bowen
17392ce860 Corrects several build errors. This is why we build before we commit,
right?


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832080 13f79535-47bb-0310-9956-ffa450edef68
2009-11-02 19:49:50 +00:00
Rich Bowen
13089a6ece Renames rewrite_tech.* to tech.*
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832069 13f79535-47bb-0310-9956-ffa450edef68
2009-11-02 19:32:16 +00:00
Rich Bowen
0931f622f5 Renames rewrite_flags.html to flags.html
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832042 13f79535-47bb-0310-9956-ffa450edef68
2009-11-02 18:49:46 +00:00
Joshua Slive
17bcbb701a Flush out the rewrite docs a little. In particular:
- rename flags to rewrite_flags for consistency
- note that flags is not comprehensive
- link up flags to the index page
- change the seealso links on the index page to be other useful
  links rather than a repeat of the links elsewhere on the page
- add some meat to the intro doc -- some sections still need more content



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@636374 13f79535-47bb-0310-9956-ffa450edef68
2008-03-12 15:42:52 +00:00
Rich Bowen
461cc22127 More examples and a few clarifications where the text didn't match the
example.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@620512 13f79535-47bb-0310-9956-ffa450edef68
2008-02-11 16:17:19 +00:00
Noirin Plunkett
2e1af8db42 Copyright year update
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@613134 13f79535-47bb-0310-9956-ffa450edef68
2008-01-18 11:44:40 +00:00
Jim Jagielski
5b0ec0d47f Update doccos
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@571782 13f79535-47bb-0310-9956-ffa450edef68
2007-09-01 12:21:29 +00:00
Rich Bowen
0c83d1dd09 Complete the various flags. I'd like to see more examples here, and
perhaps some of the examples that are given in the main doc can be
expanded on somewhat, here, in a rather less confusing manner.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@565602 13f79535-47bb-0310-9956-ffa450edef68
2007-08-14 01:32:07 +00:00
Rich Bowen
cefab4660c Correct two syntactical errors in examples given for the flags - CO and
H, specifically. Also adds an example for the [NE] flag.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@565212 13f79535-47bb-0310-9956-ffa450edef68
2007-08-13 00:35:50 +00:00
Rich Bowen
b24a96a731 Trying to fill in some of the flags here, complete with detailed
explanations and examples.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@562855 13f79535-47bb-0310-9956-ffa450edef68
2007-08-05 12:24:31 +00:00
Rich Bowen
8f1ae7b021 Correctly reference the FilesMatch directive.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@559523 13f79535-47bb-0310-9956-ffa450edef68
2007-07-25 17:04:16 +00:00
Rich Bowen
dfb116c701 An example of using the [T] flag.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@559511 13f79535-47bb-0310-9956-ffa450edef68
2007-07-25 16:22:24 +00:00
Rich Bowen
8517b857e0 Fix rewriterule directive, as per comment #9 in
http://issues.apache.org/bugzilla/show_bug.cgi?id=40004


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@559494 13f79535-47bb-0310-9956-ffa450edef68
2007-07-25 15:38:14 +00:00