You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2012/05/12 10:10:15 UTC

svn commit: r1337477 - in /httpd/httpd/branches/2.4.x/docs/manual/mod: mod_vhost_alias.html.en mod_vhost_alias.xml.tr

Author: humbedooh
Date: Sat May 12 08:10:14 2012
New Revision: 1337477

URL: http://svn.apache.org/viewvc?rev=1337477&view=rev
Log:
rebuild

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_vhost_alias.html.en
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_vhost_alias.xml.tr

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_vhost_alias.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_vhost_alias.html.en?rev=1337477&r1=1337476&r2=1337477&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_vhost_alias.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_vhost_alias.html.en Sat May 12 08:10:14 2012
@@ -193,6 +193,26 @@ VirtualDocumentRoot /usr/local/apache/vh
     <p>The example request would come from
     <code>/usr/local/apache/vhosts/example.com/d/o/m/ain/directory/file.html</code>.</p>
 
+<p> A very common request by users is the ability to point multiple domains to multiple 
+document roots without having to worry about the length or number of parts of the 
+hostname being requested. If the requested hostname is <code>sub.www.domain.example.com</code>
+ instead of simply <code>www.domain.example.com</code>, then using %3+ will result in the document
+root being <code>/usr/local/apache/vhosts/domain.example.com/...</code> instead of the
+intended <code>example.com</code> directory. In such cases, it can be beneficial to use 
+the combination <code>%-2.0.%-1.0</code>, which will always yield the domain name and the 
+tld, for example <code>example.com</code> regardless of the number of subdomains appended 
+to the hostname. As such, one can make a configuration that will direct all first, second 
+or third level subdomains to the same directory:
+</p>
+<pre class="prettyprint lang-config">
+    VirtualDocumentRoot "/usr/local/apache/vhosts/%-2.0.%-1.0"
+</pre>
+
+<p>
+In the example above, both <code>www.example.com</code> as well as <code>www.sub.example.com</code>
+or <code>example.com</code> will all point to <code>/usr/local/apache/vhosts/example.com</code>.
+</p>
+
     <p>For IP-based virtual hosting you might use the following in
     your configuration file:</p>
 

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_vhost_alias.xml.tr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_vhost_alias.xml.tr?rev=1337477&r1=1337476&r2=1337477&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_vhost_alias.xml.tr [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_vhost_alias.xml.tr [utf-8] Sat May 12 08:10:14 2012
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 1326699:1334026 (outdated) -->
+<!-- English Revision: 1326699:1337476 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>