coar 99/06/23 11:24:04
Modified: src CHANGES
htdocs/manual/mod mod_vhost_alias.html
Log:
Fix some docco.
Submitted by: Tony Finch <[EMAIL PROTECTED]>
Reviewed by: Ken Coar
Revision Changes Path
1.1385 +1 -1 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.1384
retrieving revision 1.1385
diff -u -r1.1384 -r1.1385
--- CHANGES 1999/06/22 21:54:41 1.1384
+++ CHANGES 1999/06/23 18:24:01 1.1385
@@ -4,7 +4,7 @@
[Randy Terbush <[EMAIL PROTECTED]>]
*) Add the new mass-vhost module (mod_vhost_alias.c) developed and
- used by Demon Internet, LTD. [Tony Finch <[EMAIL PROTECTED]>]
+ used by Demon Internet, Ltd. [Tony Finch <[EMAIL PROTECTED]>]
*) Better GCC detection for DSO flags under Solaris 2 where the `cc'
command potentially _is_ GCC. [Ralf S. Engelschall]
1.2 +1 -1 apache-1.3/htdocs/manual/mod/mod_vhost_alias.html
Index: mod_vhost_alias.html
===================================================================
RCS file: /home/cvs/apache-1.3/htdocs/manual/mod/mod_vhost_alias.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mod_vhost_alias.html 1999/06/22 00:51:24 1.1
+++ mod_vhost_alias.html 1999/06/23 18:24:03 1.2
@@ -110,7 +110,7 @@
A more even spread of files can be acheived by hashing from the end of
the name, for example:
<PRE>
- VirtualDocumentRoot /u/%3+/%2.-1/%2.-2/%2.-3/%2
+ VirtualDocumentRoot
/usr/local/apache/vhosts/%3+/%2.-1/%2.-2/%2.-3/%2
</PRE>
The example request would come from
<CODE>/usr/local/apache/vhosts/isp.com/e/l/p/example/directory/file.html</CODE>.