You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by stakys <st...@punktas.lt> on 2003/06/08 14:46:14 UTC

[users@httpd] Apache 2.0 Vhosts (with little bit more info)

For example i got www.uuu.com, after it i added vhost www.xxx.com, and i
needed also to make to access yyy.xxx.com, but when i added vhost for
yyy.xxx.com, i couldn't access to yyy.xxx.com, i could access just to
www.yyy.xxx.com, but i need to access http://yyy.xxx.com, how can i do this?

Here's my vhost file for yyy.xxx.com:

<VirtualHost *>
ServerName yyy.xxx.com
ServerAlias www.yyy.xxx.com
DocumentRoot /..../
</VirtualHost>


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org