<VirtualHost *:80>
ServerName mydomain.de
ServerName mydomain.com
ServerAlias www.mydomain.de
ServerAlias www.mydomain.com
DocumentRoot /var/www/mydomain.de/
...
>
> - geht das?
So nicht, nein - aber [ServerName](http://httpd.apache.org/docs/2.2/mod/core.html#servername) und [ServerAlias](http://httpd.apache.org/docs/2.2/mod/core.html#serveralias) redundant zueinander ist, stört dich nicht? Glaubst du nicht, die Apache-Entwickler hätten sich etwas dabei gedacht?