rbowen 2004/08/28 11:55:44
Modified: htdocs/manual/vhosts examples.html
Log:
Ommitting the port number can mess up SSL. So not good for an example.
Revision Changes Path
1.17 +3 -3 httpd-docs-1.3/htdocs/manual/vhosts/examples.html
Index: examples.html
===================================================================
RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/vhosts/examples.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- examples.html 28 Apr 2002 16:40:04 -0000 1.16
+++ examples.html 28 Aug 2004 18:55:43 -0000 1.17
@@ -66,15 +66,15 @@
Port 80
ServerName server.domain.tld
- NameVirtualHost *
+ NameVirtualHost *:80
- <VirtualHost *>
+ <VirtualHost *:80>
DocumentRoot /www/domain
ServerName www.domain.tld
...
</VirtualHost>
- <VirtualHost *>
+ <VirtualHost *:80>
DocumentRoot /www/subdomain
ServerName www.sub.domain.tld
...
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]