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

RE: [OT] Ärger mit VServer



Hallo zusammen,

> Ja, mit einem vServer musst jedem Service eine feste IP geben und nicht
> etwas wie 0.0.0.0;* o.Ä.

Ich dachte es reicht in der conf anzugeben:

#cat /etc/apache2/sites-enabled/000-default
NameVirtualHost xx.xxx.yyy.zzz:80
<VirtualHost xx.xxx.yyy.zzz:80>
        ServerName www.domain.com
        ServerAlias domain.com
        DocumentRoot /var/www/pzs
        </VirtualHost>

<VirtualHost xx.xxx.yyy.zzz:80>
        ServerName control.domain.com
        ServerAlias control.domain.com
        DocumentRoot /var/www/webalizer
</VirtualHost>


<VirtualHost xx.xxx.yyy.zzz:80>
        ServerName mail.domain.com
        ServerAlias mail.domain.com
        DocumentRoot /var/www/webmail

Wie muss dass den aussehen beim Apachen - bei mir will das nicht tun!

Grüßle
Thomas



Reply to: