Attempting to set up my virtual hosts so that www.haderach.net goes to the normal DocumentRoot, and mail.haderach.net goes to my squirrelmail folder.

Contents of extra/httpd-vhost.conf:

NameVirtualHost *:80

<VirtualHost *:80>
ServerName www.haderach.net
ServerAlias haderach.net *.haderach.net
DocumentRoot /usr/local/www/apache22/data
</VirtualHost>

<VirtualHost *:80>
ServerName mail.haderach.net
DocumentRoot /usr/local/www/squirrelmail
</VirtualHost>

Yet, my a request to mail.haderach.net goes to the documentroot for Apache.

Help?

--
Jay Chandler
Network Administrator, Chapman University
714.628.7249 / [EMAIL PROTECTED]
Today's Excuse: Secretary sent chain letter to all 5000 employees.

---------------------------------------------------------------------
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]

Reply via email to