[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Apache, Bind oder gar nicht?



Hallo Ralph,
>
> NameVirtualHost *:80
>
> <VirtualHost *:80>
>         ServerName thomas.banane.de
>         DocumentRoot /var/www/html/thomas
> </VirtualHost>
>
> <VirtualHost *:80>
>         ServerName mail.banane.de
>         DocumentRoot /var/www/html/mail
> </VirtualHost>
Irgendwie mag das wohl bei mir nicht tun :-(

Ich habe nun:

NameVirtualHost *:80
<VirtualHost *:80>
        ServerName domain.de
        DocumentRoot /var/www/cms
</VirtualHost>


<VirtualHost *:80>
        ServerName mail.domain.de
        DocumentRoot /var/www/webmail
</VirtualHost>

Und komme nun auf mail.domain.de aber www.domain.de oder domain.de selber
kommen zwar an - sind aber total verstümmelt?!

Wie kommt denn das? Was kann da falsch sein? Muss ich da noch irgendwas
aktivieren etc?
>
> Es muss natürlich sichergestellt sein, dass dann die Anfragen für diese
> Subdomains auch bei deinem Server ankommen.

Das scheint kP zu sein - mail.domain.de tut ja...
> Grüße,
>
> Ralph
>
Grüßle
Thomas



Reply to: