diff options
author | Martin Kraemer <martin@apache.org> | 1999-07-02 08:56:09 +0200 |
---|---|---|
committer | Martin Kraemer <martin@apache.org> | 1999-07-02 08:56:09 +0200 |
commit | d1f9d5dbcfc877e029e0fb232d884135203e2ff6 (patch) | |
tree | 6151bdcafa1acc3a3506afd78935e01c0fa0cf11 /docs | |
parent | Add a new command-line option -T that's the same as -t, but it does (diff) | |
download | apache2-d1f9d5dbcfc877e029e0fb232d884135203e2ff6.tar.xz apache2-d1f9d5dbcfc877e029e0fb232d884135203e2ff6.zip |
This module has only been added to the distribution in 1.3.7-dev, so
update the compatibility version number.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83419 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/mod/mod_vhost_alias.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/manual/mod/mod_vhost_alias.html b/docs/manual/mod/mod_vhost_alias.html index ec8beda3f6..17506e3042 100644 --- a/docs/manual/mod/mod_vhost_alias.html +++ b/docs/manual/mod/mod_vhost_alias.html @@ -26,7 +26,7 @@ This module is contained in the <CODE>mod_vhost_alias.c</CODE> file and is not compiled in by default. It should be mentioned near the start of the <CODE>Configuration</CODE> file so that it doesn't override the behaviour of other modules that do filename translation, -e.g. <A HREF="mod_userdir.html"><CODE>mod_userdir</CODE></A> and +<EM>e.g.</EM>, <A HREF="mod_userdir.html"><CODE>mod_userdir</CODE></A> and <A HREF="mod_alias.html"><CODE>mod_alias</CODE></A>. It provides support for <A HREF="../vhosts/mass.html">dynamically configured mass virtual hosting</A>. @@ -107,7 +107,7 @@ do this you might use the following in your configuration file: A request for <CODE>http://www.example.isp.com/directory/file.html</CODE> will be satisfied by the file <CODE>/usr/local/apache/isp.com/e/x/a/example/directory/file.html</CODE>. -A more even spread of files can be acheived by hashing from the end of +A more even spread of files can be achieved by hashing from the end of the name, for example: <PRE> VirtualDocumentRoot /usr/local/apache/vhosts/%3+/%2.-1/%2.-2/%2.-3/%2 @@ -181,7 +181,7 @@ this module. <A HREF="directive-dict.html#Compatibility" REL="Help" -><STRONG>Compatibility:</STRONG></A> VirtualDocumentRoot is only available in 1.3.5 and later.</P> +><STRONG>Compatibility:</STRONG></A> VirtualDocumentRoot is only available in 1.3.7 and later.</P> <P> The <CODE>VirtualDocumentRoot</CODE> directive allows you to determine where Apache will find your documents based on the value of the server @@ -220,7 +220,7 @@ This directive cannot be used in the same context as <A HREF="directive-dict.html#Compatibility" REL="Help" -><STRONG>Compatibility:</STRONG></A> VirtualDocumentRootIP is only available in 1.3.5 and later.</P> +><STRONG>Compatibility:</STRONG></A> VirtualDocumentRootIP is only available in 1.3.7 and later.</P> <P> The <CODE>VirtualDocumentRootIP</CODE> directive is like the <A HREF="#VirtualDocumentRoot"><CODE>VirtualDocumentRoot</CODE></A> directive, @@ -254,7 +254,7 @@ instead of the server name. <A HREF="directive-dict.html#Compatibility" REL="Help" -><STRONG>Compatibility:</STRONG></A> VirtualScriptAlias is only available in 1.3.5 and later.</P> +><STRONG>Compatibility:</STRONG></A> VirtualScriptAlias is only available in 1.3.7 and later.</P> <P> The <CODE>VirtualScriptAlias</CODE> directive allows you to determine where Apache will find CGI scripts in a similar manner to @@ -291,7 +291,7 @@ would. <A HREF="directive-dict.html#Compatibility" REL="Help" -><STRONG>Compatibility:</STRONG></A> VirtualScriptAliasIP is only available in 1.3.5 and later.</P> +><STRONG>Compatibility:</STRONG></A> VirtualScriptAliasIP is only available in 1.3.7 and later.</P> <P> The <CODE>VirtualScriptAliasIP</CODE> directibe is like the <A HREF="#VirtualScriptAlias"><CODE>VirtualScriptAlias</CODE></A> directive, |