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

28 Commits

Author SHA1 Message Date
Stefan Fritsch
45066dfb15 purge some useless uses of '.*'
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1132802 13f79535-47bb-0310-9956-ffa450edef68
2011-06-06 22:09:22 +00:00
Eric Covener
ef81d4ba83 Doc for r1053230, NameVirtualHost is now unnecessary and other general NVH-vs-VH improvements.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053231 13f79535-47bb-0310-9956-ffa450edef68
2010-12-28 00:53:56 +00:00
Jeff Trawick
2ce0fcf630 follow up r1042758 and r1043011 with more fixes to use
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
2010-12-07 16:53:01 +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
Daniel Earl Poirier
a9407a5f19 Clarify that the "www.example.com" is in the ServerName directive
in the first example.  Reported by Charles Merriam.  PR49611


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031197 13f79535-47bb-0310-9956-ffa450edef68
2010-11-04 19:59:40 +00:00
Rich Bowen
00480d1635 Adds link to main Vhosts document, for folks who don't know what a
virtual host is.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@989142 13f79535-47bb-0310-9956-ffa450edef68
2010-08-25 14:48:28 +00:00
Rich Bowen
0c5c9c0373 Minor tweaks to the _default_ example
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@931524 13f79535-47bb-0310-9956-ffa450edef68
2010-04-07 12:36:27 +00:00
Takashi Sato
f32647d426 Style fix. Almost all are detabs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@659902 13f79535-47bb-0310-9956-ffa450edef68
2008-05-25 03:28:34 +00:00
Vincent Bray
57f937b07b Copyright year change transformation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@618551 13f79535-47bb-0310-9956-ffa450edef68
2008-02-05 05:35:15 +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
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
703b401a40 fix copyright notice
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125275 13f79535-47bb-0310-9956-ffa450edef68
2005-01-15 16:46:00 +00:00
Rich Bowen
e600827946 As per bug #30308, added example where a virtual host is proxied to
another server. Thanks go to Matt Burke for submitting the example.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@123368 13f79535-47bb-0310-9956-ffa450edef68
2004-12-26 21:50:45 +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
Yoshiki Hayashi
7788f37e0b Use <p></p> instead of <br> to mark paragraphs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105651 13f79535-47bb-0310-9956-ffa450edef68
2004-11-01 13:01:08 +00:00
Yoshiki Hayashi
1f0aecb323 Typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105522 13f79535-47bb-0310-9956-ffa450edef68
2004-10-19 09:02:23 +00:00
Yoshiki Hayashi
199bc66637 The domain name example1.com actually exists and is NOT one of the
example domain names reserved in RFC2606.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105029 13f79535-47bb-0310-9956-ffa450edef68
2004-09-08 06:13:54 +00:00
Rich Bowen
56ddffdaff Change * to *:80 to promote better habits.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104889 13f79535-47bb-0310-9956-ffa450edef68
2004-08-29 00:58:34 +00:00
André Malo
79bba88026 add revision keyword
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103425 13f79535-47bb-0310-9956-ffa450edef68
2004-04-17 11:18:06 +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
ea2e4a9a74 apply Apache License, Version 2.0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102539 13f79535-47bb-0310-9956-ffa450edef68
2004-02-07 16:15:29 +00:00
Erik Abele
4790ff12a7 Fix a typo and remove an invalid section about the non-existent mod_ssl
bugdb. According to Ralf there are no plans to fix it and this doc is
pretty out of date anyways. See also PR#18574.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101439 13f79535-47bb-0310-9956-ffa450edef68
2003-10-13 23:00:51 +00:00
André Malo
a9cddb794f remove the relativepath element from the documents.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99344 13f79535-47bb-0310-9956-ffa450edef68
2003-04-12 15:04:47 +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
Joshua Slive
b9f991d6f5 Add <parentdocument> to the virtual hosts docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97477 13f79535-47bb-0310-9956-ffa450edef68
2002-11-10 20:36:26 +00:00
Astrid Malo
67c8e21529 Conversion into XML
Submitted by: Luiz Rocha <lsdr@lsdr.net>

Additionally changed:
- changed <samp> to <code>
- removed <pre> from emaples
- restructured example.xml


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97101 13f79535-47bb-0310-9956-ffa450edef68
2002-10-04 15:12:04 +00:00