1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-05 05:30:39 +03:00
Commit Graph

88 Commits

Author SHA1 Message Date
Ruediger Pluem
83b2dda8fe * Update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664334 13f79535-47bb-0310-9956-ffa450edef68
2008-06-07 12:51:43 +00:00
Ruediger Pluem
00db8d0f11 * Update transformation by doing a ./build.sh all convmap
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@661125 13f79535-47bb-0310-9956-ffa450edef68
2008-05-28 22:20:08 +00:00
Takashi Sato
600b208cae update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@660544 13f79535-47bb-0310-9956-ffa450edef68
2008-05-27 14:53:45 +00:00
Vincent Bray
531b6d3f37 Update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@647426 13f79535-47bb-0310-9956-ffa450edef68
2008-04-12 11:14:08 +00:00
Joshua Slive
e04102ffe6 Make the RewriteRule docs shorter (!) by referencing the regex docs in the
rewrite intro.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@636398 13f79535-47bb-0310-9956-ffa450edef68
2008-03-12 16:22:20 +00:00
Tony Stevenson
5710e61dbe As per PR 44135
Feeling brave mucking with the rewrite docs =) 

setenvif -> added link to rewrite.html#rewritecond
rewrite -> added a see also so the rewrite flags stood out a little more.  



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@619726 13f79535-47bb-0310-9956-ffa450edef68
2008-02-08 01:34:51 +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
André Malo
af03422d39 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@604502 13f79535-47bb-0310-9956-ffa450edef68
2007-12-15 20:21:16 +00:00
Vincent Bray
10ecac4ec5 Repeated 'RewriteRule'
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@599603 13f79535-47bb-0310-9956-ffa450edef68
2007-11-29 22:19:00 +00:00
André Malo
5c5ed18f42 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@594903 13f79535-47bb-0310-9956-ffa450edef68
2007-11-14 14:30:17 +00:00
Eric Covener
e2bd543fdc punctuation; sorry for the noise
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@577302 13f79535-47bb-0310-9956-ffa450edef68
2007-09-19 13:42:41 +00:00
Eric Covener
c10c30b87d document the mod_userdir-like tilde expansion sometimes performed by mod_rewrite
A tilde can sneak into a rule via a backreference and cause some surprising behavior



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@577254 13f79535-47bb-0310-9956-ffa450edef68
2007-09-19 11:39:51 +00:00
Vincent Bray
2c571b327b buildfluff
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@576981 13f79535-47bb-0310-9956-ffa450edef68
2007-09-18 17:12:53 +00:00
Vincent Bray
1c9df66021 buildfluff
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@574883 13f79535-47bb-0310-9956-ffa450edef68
2007-09-12 10:38:26 +00:00
Vincent Bray
1a69fd23f7 Link to password formats doc from auth howto, and buildfluff
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@573866 13f79535-47bb-0310-9956-ffa450edef68
2007-09-08 15:54:19 +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
ab43f623e4 Remove the Perl txt-to-dbm translation script, and replace it
with a reference to the httxt2dbm utility.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@567899 13f79535-47bb-0310-9956-ffa450edef68
2007-08-21 01:36:39 +00:00
Joshua Slive
38587e0019 Change the flag list to a <dl> instead of <ul>. Seems much more readable to me.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@561918 13f79535-47bb-0310-9956-ffa450edef68
2007-08-01 19:04:21 +00:00
Joshua Slive
bb6b032ca1 Note the L doesn't necessarily mean no more rewriting.
PR: 40004


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@561906 13f79535-47bb-0310-9956-ffa450edef68
2007-08-01 18:50:43 +00:00
Joshua Slive
75846d904c R flag to mod_rewrite can set any status code
PR: 25917


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@561902 13f79535-47bb-0310-9956-ffa450edef68
2007-08-01 18:39:04 +00:00
Joshua Slive
fc5122253a Some updates to the RewriteRule docs, mostly focusing on clearly
describing what can be in the substitution string. Included is
a description of how mod_rewrite decides whether to treat the
substitution as a file-system or URL-path.

PR: 22529


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@561840 13f79535-47bb-0310-9956-ffa450edef68
2007-08-01 15:21:31 +00:00
Joshua Slive
b21e576e40 A couple small fixes suggested by Vincent.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@561797 13f79535-47bb-0310-9956-ffa450edef68
2007-08-01 13:54:06 +00:00
Joshua Slive
8e66ae080f Document that PT implies L.
PR: 40046


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@561463 13f79535-47bb-0310-9956-ffa450edef68
2007-07-31 19:46:05 +00:00
Joshua Slive
719b5e2394 Explicitly mention how to do rewriting in a vhost.
PR: 36506


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@561456 13f79535-47bb-0310-9956-ffa450edef68
2007-07-31 19:36:41 +00:00
Vincent Bray
46d7e81888 Address PR42898 by qualifying the value of Pattern for RewriteRule, and later explaining how to snarf the rest of the request url. (and the usual build detritus).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@558837 13f79535-47bb-0310-9956-ffa450edef68
2007-07-23 19:23:24 +00:00
Chris Darroch
064ecf6593 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@463129 13f79535-47bb-0310-9956-ffa450edef68
2006-10-12 04:13:12 +00:00
Roy T. Fielding
5347b4715f update collective copyright notice in manual
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@421086 13f79535-47bb-0310-9956-ffa450edef68
2006-07-12 02:42:24 +00:00
William A. Rowe Jr
a6566261af Might be my imagination, but seems full set hasn't been
generated in quite a while.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@419671 13f79535-47bb-0310-9956-ffa450edef68
2006-07-06 19:25:28 +00:00
André Malo
8c36cebbf5 fix properties and update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@375322 13f79535-47bb-0310-9956-ffa450edef68
2006-02-06 17:55:59 +00:00
Ruediger Pluem
5eafcdaa70 * Update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@373587 13f79535-47bb-0310-9956-ffa450edef68
2006-01-30 20:56:20 +00:00
Noirin Plunkett
5da80fcaed Adding updated mod_ssl HOWTO to the website
Also committing transforms with new (2006) copyright notice.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@369229 13f79535-47bb-0310-9956-ffa450edef68
2006-01-15 16:04:23 +00:00
André Malo
1537670b90 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@352028 13f79535-47bb-0310-9956-ffa450edef68
2005-12-03 21:56:02 +00:00
Justin Erenkrantz
d147d2bcb0 Update transformations after version bump.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@332905 13f79535-47bb-0310-9956-ffa450edef68
2005-11-13 06:16:08 +00:00
André Malo
62b4528015 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290964 13f79535-47bb-0310-9956-ffa450edef68
2005-09-22 15:32:07 +00:00
André Malo
9d59df7935 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290752 13f79535-47bb-0310-9956-ffa450edef68
2005-09-21 17:25:47 +00:00
Rich Bowen
492d69d071 Remove some rather confusing phrasing regarding mod_proxy and how to
determine if it is installed.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@220063 13f79535-47bb-0310-9956-ffa450edef68
2005-07-21 13:34:11 +00:00
Rich Bowen
677838d4f5 Add more detail to the RewriteMap rnd: example, as well as rewriting
some of the text that makes this feature seem less useful than it
actually is.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@201923 13f79535-47bb-0310-9956-ffa450edef68
2005-06-26 23:35:05 +00:00
André Malo
fc3a145330 * Rewritemaps use ${...}
* adjust the mime type directory in mod_mime.xml.ja as well (to get it uptodate
  again)
* `build all`


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@193077 13f79535-47bb-0310-9956-ffa450edef68
2005-06-23 05:24:12 +00:00
Rich Bowen
3fd2c44170 Brief example of actually using a map, once defined.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@193035 13f79535-47bb-0310-9956-ffa450edef68
2005-06-23 01:12:19 +00:00
Rich Bowen
3ac9777094 'server stuff' is not very descriptive. All the variables in this
category are date and time variables.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161704 13f79535-47bb-0310-9956-ffa450edef68
2005-04-18 00:53:39 +00:00
Rich Bowen
b383ef32e7 Having an anchor directly to the rewrite flags would be very useful at
times.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160654 13f79535-47bb-0310-9956-ffa450edef68
2005-04-09 02:41:25 +00:00
Rich Bowen
437a48aeb8 Move remarks about backreferences to the introductory regex discussion.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@157855 13f79535-47bb-0310-9956-ffa450edef68
2005-03-17 02:10:58 +00:00
Rich Bowen
a3a24e2ebd Moved some of the gorey details out of the module reference doc and into
the supporting documentation. Might want to move some more, too. Haven't
decided yet.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@157850 13f79535-47bb-0310-9956-ffa450edef68
2005-03-17 01:47:45 +00:00
Rich Bowen
259a5195a9 I used to think that the order of the flags was there for a reason, but
nobody seems to know what that reason is. Alphabetic order is a Good
Thing.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@157365 13f79535-47bb-0310-9956-ffa450edef68
2005-03-14 02:10:10 +00:00
Astrid Malo
9df8cb2bb0 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124062 13f79535-47bb-0310-9956-ffa450edef68
2005-01-04 02:56:02 +00:00
Rich Bowen
3d9ff93e16 If we're going to recommend a book, we should recommend the edition
that's actually in print.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@123371 13f79535-47bb-0310-9956-ffa450edef68
2004-12-26 23:43:26 +00:00
André Malo
c7a7665ff1 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122910 13f79535-47bb-0310-9956-ffa450edef68
2004-12-21 00:01:22 +00:00
André Malo
c7d5f476b5 update whole transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111894 13f79535-47bb-0310-9956-ffa450edef68
2004-12-14 22:51:44 +00:00
Cliff Woolley
a89bce3fd9 "transfered" is not a word.
s/transfered/transferred/g;



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111858 13f79535-47bb-0310-9956-ffa450edef68
2004-12-14 18:58:25 +00:00
André Malo
22c4b97f1e update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106804 13f79535-47bb-0310-9956-ffa450edef68
2004-11-28 13:39:02 +00:00