summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_vhost_alias.xml
Commit message (Collapse)AuthorAgeFilesLines
* Related to httpd-doc bug 53530; uniform use of quotation marks.Ken Coar2015-04-141-9/+9
| | | | | | | | | | Put quotation marks around most arbitrary-text or filesystem strings for directives: * {Alias,Redirect,Proxy*}{,Match} * <{Directory,Files,Location}{,Match}> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1673563 13f79535-47bb-0310-9956-ffa450edef68
* Backport from trunk: Add a note that VirtualDocumentRoot will override ↵Daniel Gruno2012-06-121-0/+11
| | | | | | DocumentRoot in the current scope (and thus also in all virtual hosts if defined in the global server scope) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1349158 13f79535-47bb-0310-9956-ffa450edef68
* Backport changes from trunkDaniel Gruno2012-05-121-0/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1337476 13f79535-47bb-0310-9956-ffa450edef68
* Backporting syntax highlighting for remaining pages to 2.4 as well as some ↵Daniel Gruno2012-05-041-23/+23
| | | | | | updates for mod_version.xml git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1334026 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1326697 from trunk:Daniel Gruno2012-04-161-1/+1
| | | | | | Be consistent when using abbreviations git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1326699 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-7/+7
| | | | | | | Trim trailing whitespace... no func change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174747 13f79535-47bb-0310-9956-ffa450edef68
* More 'Apache' => 'Apache HTTP Server' changes. Other minor nitpickyRich Bowen2010-03-231-2/+2
| | | | | | | changes. Identified a few docs that could use some attention to grammar. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@926543 13f79535-47bb-0310-9956-ffa450edef68
* update license header textRoy T. Fielding2006-07-111-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@420990 13f79535-47bb-0310-9956-ffa450edef68
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@395228 13f79535-47bb-0310-9956-ffa450edef68
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151408 13f79535-47bb-0310-9956-ffa450edef68
* fix copyright noticeAndré Malo2005-01-151-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125277 13f79535-47bb-0310-9956-ffa450edef68
* $Revision$ is slightly misdocumented (only available since svn 1.1)André Malo2004-11-201-1/+1
| | | | | | | use LastChangedRevision instead git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105989 13f79535-47bb-0310-9956-ffa450edef68
* adjust properties and revision expansion of the English docsAndré Malo2004-11-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105981 13f79535-47bb-0310-9956-ffa450edef68
* add $Revision$ keywordAndré Malo2004-04-171-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103423 13f79535-47bb-0310-9956-ffa450edef68
* Forward port:Joshua Slive2004-04-021-1/+2
| | | | | | | | Add <columnspec> and make a couple other very small changes to let latex render tables a little better. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103244 13f79535-47bb-0310-9956-ffa450edef68
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102617 13f79535-47bb-0310-9956-ffa450edef68
* apply Apache License, Version 2.0André Malo2004-02-071-0/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102532 13f79535-47bb-0310-9956-ffa450edef68
* add the metafile attribute to all xml files.André Malo2003-04-111-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99326 13f79535-47bb-0310-9956-ffa450edef68
* add a note, that mod_alias and mod_userdir are forcedAndré Malo2002-09-191-7/+18
| | | | | | | | | to be run before mod_vhost_alias Reviewed by: Joshua Slive git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96917 13f79535-47bb-0310-9956-ffa450edef68
* - fix examples: turn example.isp.com to domain.example.comAndré Malo2002-09-181-50/+51
| | | | | | | | | | | | | (isp.com is really a bad choice, YMMV) - add "none" to syntax descriptions and fix defaults - fix several <directive>s - add infos the descriptions of *IP directives (redundant, but to reach more clearness) - add section ids - fix some typos git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96892 13f79535-47bb-0310-9956-ffa450edef68
* Small mod doc updates.Joshua Slive2002-05-261-15/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95291 13f79535-47bb-0310-9956-ffa450edef68
* Update the stylesheet reference to the new language-specific version.Joshua Slive2002-05-231-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95244 13f79535-47bb-0310-9956-ffa450edef68
* Bring some docs into line with the DTD.Joshua Slive2002-03-061-16/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93741 13f79535-47bb-0310-9956-ffa450edef68
* Conversion to xmlRich Bowen2002-03-041-0/+287
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93689 13f79535-47bb-0310-9956-ffa450edef68