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

47 Commits

Author SHA1 Message Date
Daniel Gruno
a3d2bba55b Syntax for mod_a*.xml and MPMs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330911 13f79535-47bb-0310-9956-ffa450edef68
2012-04-26 15:47:56 +00:00
Daniel Gruno
10ba488f8e Be consistent in the use of URL-path instead of url-path
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1326767 13f79535-47bb-0310-9956-ffa450edef68
2012-04-16 19:39:16 +00:00
Daniel Gruno
9f4c02c5e6 It's spelled "occurring", not "occuring".
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1326711 13f79535-47bb-0310-9956-ffa450edef68
2012-04-16 18:04:31 +00:00
Jim Jagielski
69c1a5c854 Cleanup effort in prep for GA push:
Trim trailing whitespace... no func change


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174747 13f79535-47bb-0310-9956-ffa450edef68
2011-09-23 13:36:39 +00:00
Eric Covener
78474bbf17 zap another "myserver" hostname
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1147341 13f79535-47bb-0310-9956-ffa450edef68
2011-07-15 22:52:52 +00:00
Rich Bowen
29fc489aed Yet Another Typo. (Thanks to Vincent de Lau)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1088616 13f79535-47bb-0310-9956-ffa450edef68
2011-04-04 13:28:36 +00:00
Rich Bowen
7bc1613bf1 Clarification of pronoun - I had to read that sentence a few times to be certain what "it" referred to.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086908 13f79535-47bb-0310-9956-ffa450edef68
2011-03-30 11:19:07 +00:00
Rich Bowen
148c67879f Clarify that either both, or neither, arguments should have a slash.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1055611 13f79535-47bb-0310-9956-ffa450edef68
2011-01-05 20:04:52 +00:00
Jeff Trawick
13038e4e92 use example.com instead of other non-standard examples
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1042758 13f79535-47bb-0310-9956-ffa450edef68
2010-12-06 18:48:30 +00:00
Rich Bowen
1f6696f2f7 Change mentions of 'Deny from' and 'Allow from' to new Require syntax.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031084 13f79535-47bb-0310-9956-ffa450edef68
2010-11-04 17:12:35 +00:00
Igor Galić
ecb9f26d77 Clarifying Redirect of GET/POST.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@944795 13f79535-47bb-0310-9956-ffa450edef68
2010-05-16 11:07:59 +00:00
Daniel Earl Poirier
8cd7ce41fc Expand on mod_alias documentation.
Add a link from the glossary entry on regular expressions to the wikipedia
page that seems to be a good reference for the syntax of PCRE's flavor of
regular expressions.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@890436 13f79535-47bb-0310-9956-ffa450edef68
2009-12-14 18:50:30 +00:00
Rich Bowen
b9c07635a5 Adds clarifying comment to example configuration. (Redirect)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@770506 13f79535-47bb-0310-9956-ffa450edef68
2009-05-01 01:07:58 +00:00
Rich Bowen
f588ae9daa Clarify that the target of a Redirect may be either a full URL including
scheme and hostname, or just a URI path beginning with a slash.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@770505 13f79535-47bb-0310-9956-ffa450edef68
2009-05-01 01:03:44 +00:00
Tony Stevenson
d9c8cd638d Add example and comments when using ScriptAlias with a file.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@705117 13f79535-47bb-0310-9956-ffa450edef68
2008-10-16 01:48:14 +00:00
Nilgun Belma Buguner
1fbc99da80 some cosmetic improvements
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@678097 13f79535-47bb-0310-9956-ffa450edef68
2008-07-19 04:48:27 +00:00
Tony Stevenson
1a9da5aa83 Typo -> Patch from Aaron Crane -> July 9th 2007.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@554716 13f79535-47bb-0310-9956-ffa450edef68
2007-07-09 17:42:40 +00:00
Joshua Slive
53133772ac My last effort was a little too succinct and not quite precise
enough.  Try being more explicit.

This does leave the danger that people will clip the <Location>
example as the proper way to do things, when they should be
reading on to the <Directory> example.  The <Location> example
is only correct when used in conjunction with Alias. 


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@433021 13f79535-47bb-0310-9956-ffa450edef68
2006-08-20 19:46:24 +00:00
Joshua Slive
1f2b32f04e Make it clear that url-path is always case-sensitive.
Provide an example of using a regex to make it case-insensitive.
Make it clear that ScriptAlias is only used when you want
BOTH mapping and script-designation.

Partially in response to the disputed vulnerability:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4110


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@432997 13f79535-47bb-0310-9956-ffa450edef68
2006-08-20 18:08:43 +00:00
Roy T. Fielding
44fa6e0073 update license header text
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@420990 13f79535-47bb-0310-9956-ffa450edef68
2006-07-11 20:55:32 +00:00
Colm MacCarthaigh
dd95d7c37c Update the copyright year in all .c, .h and .xml files
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@395228 13f79535-47bb-0310-9956-ffa450edef68
2006-04-19 12:11:27 +00:00
Joshua Slive
ae39692729 Document Roy's recent discovery that plain Alias/Redirect only
match complete path segments.  I haven't tested the examples,
but they seem to be right according to the code.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@326143 13f79535-47bb-0310-9956-ffa450edef68
2005-10-18 16:22:04 +00:00
Joshua Slive
2b1d0579cb Add some <glossary> markup for regular expression and regex.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290723 13f79535-47bb-0310-9956-ffa450edef68
2005-09-21 15:21:09 +00:00
Joshua Slive
8a1e45e947 Make the arguments to the redirect directive clearer.
PR: 36166


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@240299 13f79535-47bb-0310-9956-ffa450edef68
2005-08-26 17:54:49 +00:00
Justin Erenkrantz
905cdf9f0b Update copyright year to 2005 and standardize on current copyright owner line.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151408 13f79535-47bb-0310-9956-ffa450edef68
2005-02-04 20:28:49 +00:00
André Malo
9ade04f57c fix copyright notice
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125277 13f79535-47bb-0310-9956-ffa450edef68
2005-01-15 17:01:17 +00:00
André Malo
4ac4e5a1e3 $Revision$ is slightly misdocumented (only available since svn 1.1)
use LastChangedRevision instead


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105989 13f79535-47bb-0310-9956-ffa450edef68
2004-11-20 18:42:58 +00:00
André Malo
3b900e6993 adjust properties and revision expansion of the English docs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105981 13f79535-47bb-0310-9956-ffa450edef68
2004-11-20 17:06:17 +00:00
Joshua Slive
e297ed1047 Refer people to mod_rewrite if they need to manipulate the query
string.  (This is a FAQ.)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104554 13f79535-47bb-0310-9956-ffa450edef68
2004-08-11 20:03:55 +00:00
André Malo
f08df46e89 add $Revision$ keyword
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103423 13f79535-47bb-0310-9956-ffa450edef68
2004-04-17 10:49:23 +00:00
Joshua Slive
7896be49dd Clarify the order of processing in mod_alias.
PR: 21897


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103094 13f79535-47bb-0310-9956-ffa450edef68
2004-03-23 04:23:25 +00:00
Rich Bowen
4e50737a59 The phrasing was rather confusing regarding the second argument to
Redirect, which should be a fully-qualified URL, rather than an absolute
path.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102696 13f79535-47bb-0310-9956-ffa450edef68
2004-02-20 18:41:18 +00:00
André Malo
b68721ed3a fix name of The Apache Software Foundation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102617 13f79535-47bb-0310-9956-ffa450edef68
2004-02-09 20:22:54 +00:00
André Malo
f4bd111108 apply Apache License, Version 2.0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102532 13f79535-47bb-0310-9956-ffa450edef68
2004-02-07 15:12:30 +00:00
André Malo
a4d6ef5779 Fix broken links
Submitted by: kajaa <kajaa@eastday.com>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99751 13f79535-47bb-0310-9956-ffa450edef68
2003-05-10 00:31:17 +00:00
André Malo
94fc883415 add the metafile attribute to all xml files.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99326 13f79535-47bb-0310-9956-ffa450edef68
2003-04-11 01:25:58 +00:00
André Malo
3e6cf15733 fix new example in mod_alias (example is not a <pre> environment).
update transformations of recent changes.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98767 13f79535-47bb-0310-9956-ffa450edef68
2003-02-22 21:57:22 +00:00
Rich Bowen
08290ad770 Remind people to grant access to directories that they Alias
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98746 13f79535-47bb-0310-9956-ffa450edef68
2003-02-21 17:35:23 +00:00
André Malo
3504393928 step by step... :)
<em> -> <var>
add some <seealso>s to mod_action and mod_asis
little markup improvements


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97267 13f79535-47bb-0310-9956-ffa450edef68
2002-10-20 01:05:42 +00:00
Joshua Slive
b9f7303277 Fix a bunch of little problems that the directive quick-reference
made apparent.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96904 13f79535-47bb-0310-9956-ffa450edef68
2002-09-19 02:41:15 +00:00
André Malo
f319aff825 fix broken links to container directives
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96786 13f79535-47bb-0310-9956-ffa450edef68
2002-09-13 17:20:47 +00:00
Joshua Slive
68adf9ffbd Update the stylesheet reference to the new language-specific version.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95244 13f79535-47bb-0310-9956-ffa450edef68
2002-05-23 14:50:12 +00:00
Rich Bowen
8832e7a0fe Typoed HTML tag. </ br> -> <br />
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94806 13f79535-47bb-0310-9956-ffa450edef68
2002-04-25 20:08:31 +00:00
Rich Bowen
61a3620dcd Added example of the Redirect status syntax.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94805 13f79535-47bb-0310-9956-ffa450edef68
2002-04-25 20:04:19 +00:00
Joshua Slive
8be36761e5 Add a reference to mod_alias.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94011 13f79535-47bb-0310-9956-ffa450edef68
2002-03-19 01:28:38 +00:00
Joshua Slive
31027b9c7f A few small changes to bring some docs in line with the DTD.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93729 13f79535-47bb-0310-9956-ffa450edef68
2002-03-06 16:24:47 +00:00
Joshua Slive
ec1281ccfd Convert a few more modules to xml format. The transformations are
not yet live.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93466 13f79535-47bb-0310-9956-ffa450edef68
2002-02-18 00:18:50 +00:00