summaryrefslogtreecommitdiffstats
path: root/docs/manual/rewrite/flags.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use the highlight syntax, for better linebreaks.Rich Bowen2015-12-281-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1721957 13f79535-47bb-0310-9956-ffa450edef68
* Allow cookies set by mod_rewrite to contain ':' by acceptingEric Covener2015-08-031-0/+9
| | | | | | | | | | | | ';' as an alternate separator. PR47241. Submitted By: <bugzilla schermesser com>, covener Committed By: covener git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1693963 13f79535-47bb-0310-9956-ffa450edef68
* Quote log-sink arguments for {Custom,Error,Transfer}Log directive.Ken Coar2015-04-171-1/+1
| | | | | | | | Except syslog and journal, which are keywords. There's no harm in quoting those, but no real point to it, either. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1674195 13f79535-47bb-0310-9956-ffa450edef68
* * Remove trailing whitespace from a bunch of *.xml filesKen Coar2015-04-151-33/+33
| | | | | | | * Quoted arguments to Rewrite{Base,Cond,Map,Rule}. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673945 13f79535-47bb-0310-9956-ffa450edef68
* Break <highlight language="commit">foo</highlight> into separate lines.Ken Coar2015-04-151-24/+43
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673932 13f79535-47bb-0310-9956-ffa450edef68
* Quote {Alias,Redirect,ScriptAlias}{,Match} arguments.Ken Coar2015-04-151-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673908 13f79535-47bb-0310-9956-ffa450edef68
* trailing space doesn't work in a rewrite flag valueEric Covener2014-04-051-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1585159 13f79535-47bb-0310-9956-ffa450edef68
* bld breakEric Covener2014-04-051-6/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1585158 13f79535-47bb-0310-9956-ffa450edef68
* add BNP flag to give control to the user on whether a space ' ' inEric Covener2014-04-051-0/+6
| | | | | | | | | an escaped backrefernece is decoded to a + (default) or %20. Useful if your backreference isn't going into the query string. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1585157 13f79535-47bb-0310-9956-ffa450edef68
* allow users to workaround the over-agressive backreferenceEric Covener2014-04-031-2/+6
| | | | | | | | escaping by selecting the characters to escape. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1584417 13f79535-47bb-0310-9956-ffa450edef68
* avoid a tight busy loop with memory allocations when the [N] flagEric Covener2014-01-071-2/+10
| | | | | | | | | | isn't making progress. If backported, probably increase the hard-coded limit to 32k from 10k. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1556206 13f79535-47bb-0310-9956-ffa450edef68
* TypoRich Bowen2013-03-261-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1460930 13f79535-47bb-0310-9956-ffa450edef68
* Actually, there's just the one example.Rich Bowen2013-03-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1458088 13f79535-47bb-0310-9956-ffa450edef68
* "Will be" is weak. Replace with something that indicates that we're sureRich Bowen2013-03-191-6/+6
| | | | | | | of ourselves. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1458085 13f79535-47bb-0310-9956-ffa450edef68
* Reconcile contradictory statements.Rich Bowen2013-02-141-7/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1446006 13f79535-47bb-0310-9956-ffa450edef68
* Also note that RewriteCond directives have to match for the skip flag to work.Daniel Gruno2012-10-061-4/+6
| | | | | | Reported at http://httpd.apache.org/docs/2.2/rewrite/flags.html#comment_322 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1394837 13f79535-47bb-0310-9956-ffa450edef68
* Add a notion that, for a skip flag to be used, the rewrite rule has to first ↵Daniel Gruno2012-08-311-1/+2
| | | | | | match (as per comment #211 on site) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1379311 13f79535-47bb-0310-9956-ffa450edef68
* forward(?)-port some changes that were made in 2.4 instead of trunkDaniel Gruno2012-07-191-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1363392 13f79535-47bb-0310-9956-ffa450edef68
* Fix up the wording, so it leaves no doubt that status codes outside the ↵Daniel Gruno2012-06-051-4/+2
| | | | | | 300-399 range are also perfectly fine. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1346288 13f79535-47bb-0310-9956-ffa450edef68
* Fix whitespace issues and anchor patterns when needed in flags.xmlDaniel Gruno2012-05-011-8/+8
| | | | | | Fix double-escaped characters in advanced.xml git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1332585 13f79535-47bb-0310-9956-ffa450edef68
* Use highlighter in rewrite/Daniel Gruno2012-04-251-77/+53
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330312 13f79535-47bb-0310-9956-ffa450edef68
* Describe the syntax of the [S] flag.Daniel Gruno2012-04-101-5/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1311806 13f79535-47bb-0310-9956-ffa450edef68
* Typo fix.Daniel Gruno2012-04-031-2/+2
| | | | | | Can someone rebuild this? My build system seems to be broken. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1308779 13f79535-47bb-0310-9956-ffa450edef68
* RebuildRich Bowen2012-03-311-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1307778 13f79535-47bb-0310-9956-ffa450edef68
* Note that the <If> directive may be a better solution to this scenario.Rich Bowen2012-03-311-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1307775 13f79535-47bb-0310-9956-ffa450edef68
* Clarify the [Skip] flag and add an if-then-else exampleDaniel Gruno2012-03-311-2/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1307733 13f79535-47bb-0310-9956-ffa450edef68
* Typo and link breakage patches for mod_rewrite docs. via Daniel GrunoRich Bowen2012-03-151-2/+2
| | | | | | | (rumble at cord dk) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1300917 13f79535-47bb-0310-9956-ffa450edef68
* Thanks goes to Daniel Gruno < rumble cord dk >Igor Galić2012-03-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1300556 13f79535-47bb-0310-9956-ffa450edef68
* - add a security warning, and tweak the example, in light of CVE-2011-3368Joe Orton2011-10-051-1/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1179266 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-19/+19
| | | | | | | Trim trailing whitespace... no func change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174747 13f79535-47bb-0310-9956-ffa450edef68
* Updates one of the "advanced" recipes and rewrites description.Rich Bowen2011-09-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1169760 13f79535-47bb-0310-9956-ffa450edef68
* Replaces rather weak example with a better one submitted by MarcusRich Bowen2011-08-221-6/+15
| | | | | | | Bointon (bug ID 51669) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1160345 13f79535-47bb-0310-9956-ffa450edef68
* The domain is not in fact optional. The cookie is not set if you don'tRich Bowen2011-04-151-6/+7
| | | | | | | set the domain. (via Matthew Sporleder) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1092798 13f79535-47bb-0310-9956-ffa450edef68
* * docs/manual/rewrite/: Fix the real long form of DPI here also.Joe Orton2011-04-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1089420 13f79535-47bb-0310-9956-ffa450edef68
* Markup typos. Rebuild HTML.Rich Bowen2011-04-041-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1088588 13f79535-47bb-0310-9956-ffa450edef68
* Adds a new section for the [END] flag. This duplicates text from the [L]Rich Bowen2011-04-041-0/+9
| | | | | | | flag section, which should probably be summarized into a link. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1088582 13f79535-47bb-0310-9956-ffa450edef68
* Fiy typo in docs.Rainer Jung2011-03-071-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1078897 13f79535-47bb-0310-9956-ffa450edef68
* Allow to unset environment variables using E=!VAR.Stefan Fritsch2010-12-291-0/+10
| | | | | | | | PR: 49512 Submitted by: Mark Drayton <mark markdrayton info>, Stefan Fritsch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053726 13f79535-47bb-0310-9956-ffa450edef68
* follow up r1042758 and r1043011 with more fixes to useJeff Trawick2010-12-071-2/+2
| | | | | | | | | | proper example domains (and show some respect in our mangled version of prep.ai.mit.edu by using .edu instead of .com) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1043126 13f79535-47bb-0310-9956-ffa450edef68
* Add an END flag to RewriteRule that acts like L=LAST but also preventsEric Covener2010-10-291-0/+6
| | | | | | | | 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
* Update a per-dir example that's meant to show looping and the L flag.Eric Covener2010-10-201-2/+3
| | | | | | | | | | * 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
* note a limitation on some kinds of flags in per-dir rewrite (since the ↵Eric Covener2010-08-271-0/+5
| | | | | | | | | 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
* [PT] is implied in per-dir context. (Also, FallbackResource is backported in ↵Igor Galić2010-08-091-0/+6
| | | | | | 2.2.16) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@983728 13f79535-47bb-0310-9956-ffa450edef68
* Allow to set environment variables using mod_rewrite withoutRainer Jung2010-07-031-2/+11
| | | | | | | | | | 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
* Fix documented syntax for env var setting in mod_rewrite.Rainer Jung2010-07-031-1/+1
| | | | | | 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
* odd assortment of spelling fixesJeff Trawick2010-05-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@947651 13f79535-47bb-0310-9956-ffa450edef68
* Minor tweak: Rename links to 'Using RewriteMap' rather than 'RewriteMap'.Rich Bowen2010-05-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945974 13f79535-47bb-0310-9956-ffa450edef68
* Add the rewritemap doc to the seealso navigation.Rich Bowen2010-05-191-1/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945934 13f79535-47bb-0310-9956-ffa450edef68
* Replace 'Apache' with contextually correct phrasing.Rich Bowen2010-04-151-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@934398 13f79535-47bb-0310-9956-ffa450edef68
* elaborate on the T= limiation in per-directory rewrites for PR 36590Eric Covener2010-03-071-2/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@919977 13f79535-47bb-0310-9956-ffa450edef68