I have successfully setup three virtual hosts.
<VirtualHost *>
ServerName abc.domain.com
ServerAlias def.domain.com
DocumentRoot /var/www/html
:
</VirtualHost>
<VirtualHost *>
ServerName xyz.domain.com
DocumentRoot /home/www/xyz
:
</VirtualHost>
This seems to work fine except when only the xyz host name is type (i.e.
without the domain name entered)
abc -> /var/www/html
abc.domain.com -> /var/www/html
def -> /var/www/html
xyz -> /var/www/html *WRONG*
xyz.domain.com -> /home/www/xyz
Is there anything that can be configured in Apache to handle this? I
want to enter the host name only (abc, def or xyz) and receive the
correct site.
TIA,
Frank M. Ramaekers Jr.
Systems Programmer MCP, MCP+I, MCSE & RHCE
American Income Life Insurance Co. Phone: (254)761-6649
1200 Wooded Acres Dr. Fax: (254)741-5777
Waco, Texas 76701
_____________________________________________________
This message contains information which is privileged and confidential and is
solely for the use of the
intended recipient. If you are not the intended recipient, be aware that any
review, disclosure,
copying, distribution, or use of the contents of this message is strictly
prohibited. If you have
received this in error, please destroy it immediately and notify us at [EMAIL
PROTECTED]
---------------------------------------------------------------------
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: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]