1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-08 04:22:21 +03:00
Commit Graph

5848 Commits

Author SHA1 Message Date
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
Eric Covener
5848a42169 add an early note about the Pattern in a rewriterule behaving
counterintuitively in per-directory context. (lots of mysterious no-op 
rulesets due to ^/ in htaccess)

Tweak QSA text.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832914 13f79535-47bb-0310-9956-ffa450edef68
2009-11-04 23:48:52 +00:00
Jeff Trawick
d75bace7af document --enable-mpms-shared
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832859 13f79535-47bb-0310-9956-ffa450edef68
2009-11-04 19:45:10 +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
Eric Covener
9ef6b1aaab ServerAlias and Listen accumulate, not supercede. The latter of course is n/a to vhosts!
Additional rewording of vhost details.

PR48125


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832759 13f79535-47bb-0310-9956-ffa450edef68
2009-11-04 14:30:55 +00:00
Noirin Plunkett
c423645206 Split RewriteCond into two sections, brought TestString section up to date.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832627 13f79535-47bb-0310-9956-ffa450edef68
2009-11-04 00:10:36 +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
38d2bb98e7 update for sync with English docs.
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
Reviewed by:  Orhan Berent <berent belgeler.org>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832315 13f79535-47bb-0310-9956-ffa450edef68
2009-11-03 06:56:52 +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
Noirin Plunkett
6bda4890a2 Removing more cruft, rewriting what's left
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832239 13f79535-47bb-0310-9956-ffa450edef68
2009-11-03 01:09:38 +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
Noirin Plunkett
fd8ad0059b Ripping out the stuff that isn't really module reference, and translating the
introduction to English


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832130 13f79535-47bb-0310-9956-ffa450edef68
2009-11-02 22:05:01 +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
183a6ef99f Full doc tree rebuild. This includes some diffs that rename
rewrite/rewrite_tech.* to rewrite/tech.*


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832071 13f79535-47bb-0310-9956-ffa450edef68
2009-11-02 19:34:38 +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
Vincent Deffontaines
a2ec53c54e A handful of new french doc translations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@831756 13f79535-47bb-0310-9956-ffa450edef68
2009-11-01 20:13:27 +00:00
Eric Covener
2eb4d470d4 address FAQ of SetEnv environment variables not being available to early
directives such as RewriteRule.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@831695 13f79535-47bb-0310-9956-ffa450edef68
2009-11-01 16:24:59 +00:00
Eric Covener
7c978c89e2 a warning about the [trunk-only] LDAP Hop Limit
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@831543 13f79535-47bb-0310-9956-ffa450edef68
2009-10-31 14:07:35 +00:00
Eric Covener
6aaaf8286f s/backeld/backend spotted by poirier
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@831281 13f79535-47bb-0310-9956-ffa450edef68
2009-10-30 12:22:34 +00:00
Eric Covener
4e6f442708 add LDAPLibraryDebug directive to mod_ldap to turn on
tracing in underlying LDAP SDK, where all the interesting tidbits
about all kinds of LDAP errors are hidden.

Unfortunately windows doesn't implement this LDAP_OPT.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@831183 13f79535-47bb-0310-9956-ffa450edef68
2009-10-30 02:07:45 +00:00
Daniel Earl Poirier
bdb4326fa5 Add SNI to the glossary
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@830307 13f79535-47bb-0310-9956-ffa450edef68
2009-10-27 19:29:40 +00:00
Daniel Earl Poirier
82077be6b7 Update transforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@830301 13f79535-47bb-0310-9956-ffa450edef68
2009-10-27 19:19:35 +00:00
Daniel Earl Poirier
5c792bf561 Update the SSL FAQ with regard to Server Name Indication.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@830296 13f79535-47bb-0310-9956-ffa450edef68
2009-10-27 19:15:44 +00:00