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

483 Commits

Author SHA1 Message Date
Rich Bowen
5c7cd4e7cb Moves the 'browser-specific' rule into remapping.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832973 13f79535-47bb-0310-9956-ffa450edef68
2009-11-05 01:55:43 +00:00
Rich Bowen
19b535dff4 Moves the 'sharding' rule into the 'advanced' doc.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832971 13f79535-47bb-0310-9956-ffa450edef68
2009-11-05 01:55:25 +00:00
Rich Bowen
4896bf4aa7 I'm actually not terribly thrilled with the notion of an "advanced" doc,
because that's such an arbitrary designation, and I'm afraid that it
will become a catch-all. So if someone wants to do this differently, I
certainly won't object.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832962 13f79535-47bb-0310-9956-ffa450edef68
2009-11-05 01:29:29 +00:00
Rich Bowen
ea2350a1af Removing this rule entirely, because it's not meaningful. It relies on
REMOTE_IDENT. Browsers stopped sending REMOTE_IDENT 15 years ago, and
even when they did, it wasn't trustworthy.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832952 13f79535-47bb-0310-9956-ffa450edef68
2009-11-05 01:16:47 +00:00
Rich Bowen
b7a270f9b4 Relocates another rule.
Please also note that this rule refers to before and after 1.3b6.
That's embarrassing. It would be great if someone would apply the
relevant changes to the 2.2 and 2.0 docs also.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832935 13f79535-47bb-0310-9956-ffa450edef68
2009-11-05 00:43:08 +00:00
Rich Bowen
f73825dd44 Relocates another recipe, and updates it.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832923 13f79535-47bb-0310-9956-ffa450edef68
2009-11-05 00:12:41 +00:00
Rich Bowen
b2a91602be Should be a leading slash on that regex. Thanks to Bob Ionescu.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832826 13f79535-47bb-0310-9956-ffa450edef68
2009-11-04 18:13:15 +00:00
Nilgun Belma Buguner
ea427a9ef1 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832316 13f79535-47bb-0310-9956-ffa450edef68
2009-11-03 07:02:59 +00:00
Nilgun Belma Buguner
fcc9b1c1dd fixed validation error:
Attribute value "proxy-deny" of type ID must be unique within the document.
Possibly a copy&paste error

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832314 13f79535-47bb-0310-9956-ffa450edef68
2009-11-03 06:54:40 +00:00
Rich Bowen
5ef61a61af The hostname requires a http:// on the front of it, since we're
redirecting to it. This recipe has apparently been wrong for years.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832310 13f79535-47bb-0310-9956-ffa450edef68
2009-11-03 06:09:35 +00:00
Rich Bowen
49fd4acabb Build Colm's 'sharding' recipe.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832309 13f79535-47bb-0310-9956-ffa450edef68
2009-11-03 06:08:36 +00:00
Colm MacCarthaigh
76c420ad4a Correct the time-range for the time-based rewrite rule and warn about the effects of caches.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832278 13f79535-47bb-0310-9956-ffa450edef68
2009-11-03 02:39:41 +00:00
Colm MacCarthaigh
5149b40982 Adding missed </p>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832270 13f79535-47bb-0310-9956-ffa450edef68
2009-11-03 02:27:09 +00:00
Colm MacCarthaigh
980abd40a0 Fixup for two grammar nits - pluralisation and articulation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832263 13f79535-47bb-0310-9956-ffa450edef68
2009-11-03 02:06:08 +00:00
Colm MacCarthaigh
72ed570c2e Rewrite the "cluster" section of the rewrite docs. Changes;
* Call the technique "sharding" - like the rest of the world does. 

    * Simplify to just one example use-case, sharding users.

    * Make the usage of the term "physical host" consistent.

    * Remove unreachable nonsense rewrite rules

    * Remove redundant sentences.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832261 13f79535-47bb-0310-9956-ffa450edef68
2009-11-03 02:02:23 +00:00
Rich Bowen
c1cd405d9f Clarify that this technique works in per-directory scope.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832237 13f79535-47bb-0310-9956-ffa450edef68
2009-11-03 01:01:11 +00:00
Rich Bowen
9d0bbac6c5 Moves another rule over to the category-specific file, and updates it
to use more efficient techniques.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832236 13f79535-47bb-0310-9956-ffa450edef68
2009-11-03 00:55:56 +00:00
Rich Bowen
baecf9e13f Moves another rule out of rewrite_guide, and updates it for modern
versions of mod_rewrite


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832217 13f79535-47bb-0310-9956-ffa450edef68
2009-11-03 00:16:57 +00:00
Rich Bowen
e7cd7a2b84 Moves more recipes to their new locations, with some minor changes to
each.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832204 13f79535-47bb-0310-9956-ffa450edef68
2009-11-02 23:49:53 +00:00
Rich Bowen
cd3e48e2d0 Turn that into a warning.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832185 13f79535-47bb-0310-9956-ffa450edef68
2009-11-02 23:20:12 +00:00
Rich Bowen
75eaa1ebfa Adds access to the list of resources.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832183 13f79535-47bb-0310-9956-ffa450edef68
2009-11-02 23:12:48 +00:00
Rich Bowen
4e13ecbde7 Moves the 'image theft' recipe from rewrite_guide to access
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832182 13f79535-47bb-0310-9956-ffa450edef68
2009-11-02 23:12:26 +00:00
Rich Bowen
3449950949 Removes the 'block evil robots' rule from rewrite_guide, moves it to
access, and makes it not suck.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832175 13f79535-47bb-0310-9956-ffa450edef68
2009-11-02 22:57:44 +00:00
Rich Bowen
703a4b54d3 Long ago, I split the rewrite guide into simple and advanced. This was,
in retrospect, this seems like a bad idea. Re-merging those two
documents, and creating containers for what the docs list has suggested
as various new categories for these rules. I expect there will be
others.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832094 13f79535-47bb-0310-9956-ffa450edef68
2009-11-02 20:36:30 +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
fb422aa001 Adds two missing flags to this doc, but I'm considering dropping it
entirely. I feel it just duplicates content in the reference doc.
Opinions?


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832079 13f79535-47bb-0310-9956-ffa450edef68
2009-11-02 19:47:36 +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
f93a9b9289 Renames rewrite_tech.* to tech.*
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832068 13f79535-47bb-0310-9956-ffa450edef68
2009-11-02 19:19:40 +00:00
Rich Bowen
f9ce571b5c Adds the newly renamed intro.html.fr
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832066 13f79535-47bb-0310-9956-ffa450edef68
2009-11-02 19:15:04 +00:00
Rich Bowen
4bfefef655 Rebuilds the non-english versions to pick up filename changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832065 13f79535-47bb-0310-9956-ffa450edef68
2009-11-02 19:13:37 +00:00
Noirin Plunkett
dfb74b68f7 Doh, did too many renames
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832063 13f79535-47bb-0310-9956-ffa450edef68
2009-11-02 19:10:50 +00:00
Noirin Plunkett
68efcb2de8 Fixing links to match Rich's rename
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832058 13f79535-47bb-0310-9956-ffa450edef68
2009-11-02 19:05:01 +00:00
Noirin Plunkett
754ca47e92 Fixing links to match Rich's rename
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832057 13f79535-47bb-0310-9956-ffa450edef68
2009-11-02 19:03:06 +00:00
Rich Bowen
ad2932c40f These are all replaced by intro.* rather than rewrite_intro.*
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832053 13f79535-47bb-0310-9956-ffa450edef68
2009-11-02 19:01:01 +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
Rich Bowen
d2b36fc6aa As discussed on the docs mailing list several months back, we're
removing the 'rewrite_' from the various files in the rewrite/
directory, since it's redundant. This change moves rewrite_intro to
intro. Patches to follow will rename the other rewrite_ files.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832009 13f79535-47bb-0310-9956-ffa450edef68
2009-11-02 18:31:08 +00:00
Rich Bowen
7d3058f9cb Rewrite of the overview/introduction for this section of the docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@831985 13f79535-47bb-0310-9956-ffa450edef68
2009-11-02 17:57:33 +00:00
André Malo
70c30ce7af update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@821506 13f79535-47bb-0310-9956-ffa450edef68
2009-10-04 11:03:02 +00:00
Lucien Gentis
b4092025e3 Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@819295 13f79535-47bb-0310-9956-ffa450edef68
2009-09-27 12:34:00 +00:00
Nilgun Belma Buguner
040b8208c2 fix validation errors
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@816419 13f79535-47bb-0310-9956-ffa450edef68
2009-09-18 00:35:14 +00:00
Rich Bowen
809a992b7d Note that RewriteLog doesn't work in .htaccess files.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@815946 13f79535-47bb-0310-9956-ffa450edef68
2009-09-16 20:11:41 +00:00
Jim Jagielski
595b086b3a Update docs xforms and mappings
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@808910 13f79535-47bb-0310-9956-ffa450edef68
2009-08-28 14:57:01 +00:00
Lucien Gentis
30c8f22c1f Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@806111 13f79535-47bb-0310-9956-ffa450edef68
2009-08-20 10:42:30 +00:00
Daniel Earl Poirier
e04628eb03 Fix a few more broken links, one misspelling, and
remove reference to www.fastio.com which apparently doesn't
exist anymore.
Also update the transformations.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@805049 13f79535-47bb-0310-9956-ffa450edef68
2009-08-17 17:14:29 +00:00
Nilgun Belma Buguner
470d20cbee update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@804988 13f79535-47bb-0310-9956-ffa450edef68
2009-08-17 14:09:36 +00:00
Daniel Earl Poirier
33b53db871 Broken links
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@804977 13f79535-47bb-0310-9956-ffa450edef68
2009-08-17 13:20:57 +00:00
André Malo
c7943be20d update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@794561 13f79535-47bb-0310-9956-ffa450edef68
2009-07-16 07:16:45 +00:00
André Malo
13e78f326d validate xml
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@794560 13f79535-47bb-0310-9956-ffa450edef68
2009-07-16 07:15:24 +00:00
André Malo
31285c6f0f update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@794559 13f79535-47bb-0310-9956-ffa450edef68
2009-07-16 07:11:41 +00:00
Vincent Deffontaines
c77e341ef2 rewrite : Completed the doc .fr translation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@794405 13f79535-47bb-0310-9956-ffa450edef68
2009-07-15 20:27:34 +00:00