Dean,
        http://httpd.apache.org/docs/2.0/mod/core.html#serveralias

rgds


Is it possible to have multiple virtual names for a single host?
Something like:
<VirtualHost *:80>
DocumentRoot /usr/local/apache2/htdocs/www.mydomain.com
ServerName www.mydomain.com
ServerName www.other-mydomain.com
ServerAdmin [EMAIL PROTECTED]
ErrorLog logs/error_log_www
CustomLog "|/usr/local/apache2/bin/cronolog
/usr/local/apache2/logs/www-access_%Y-%m-%d" "combined" env=!dontlog
LogLevel emerg
</VirtualHost>

Or so I need to specify each independantly?  Im trying to avoid this as
it's a case of having both a .com and a .com.au domain
Thanks
D.

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


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