rbowen 02/02/09 12:54:16
Modified: htdocs/manual/mod core.html.en
Log:
Added example to ServerAlias doc.
Revision Changes Path
1.214 +9 -0 httpd-docs-1.3/htdocs/manual/mod/core.html.en
Index: core.html.en
===================================================================
RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/core.html.en,v
retrieving revision 1.213
retrieving revision 1.214
diff -u -r1.213 -r1.214
--- core.html.en 9 Feb 2002 20:32:23 -0000 1.213
+++ core.html.en 9 Feb 2002 20:54:16 -0000 1.214
@@ -3299,6 +3299,15 @@
href="../vhosts/name-based.html">name-based virtual
hosts</a>.</p>
+ <p>Example:</p>
+
+ <pre>
+ <VirtualHost *>
+ ServerName server.domain.com
+ ServerAlias server server2.domain.com server2
+ ...
+ </VirtualHost>
+
<p><strong>See also:</strong> <a href="../vhosts/">Apache
Virtual Host documentation</a></p>
<hr />
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]