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

fehler beim starten von apache



hallo

ich habe einen apache laufen mit 2 virtual hosts(en und is).

auszug aus der httpd.conf

<VirtualHost en>
        ServerAdmin riasol@localhost
        DocumentRoot /www/en/public_html
        ScriptAlias /cgi-bin    /www/en/cgi-bin/
        ServerName en
        ErrorLog /var/log/apache/en-error.log
        CustomLog /var/log/apache/en-access.log common
</VirtualHost>

<VirtualHost is>
        ServerAdmin riasol@locahost
        DocumentRoot /www/is/public_html
        ScriptAlias /cgi-bin /www/is/cgi-bin/
        ServerName is
        ErrorLog /var/log/apache/is-error.log
        CustomLog /var/log/apache/is-access.log common
</VirtualHost>

wenn ich den apache starte bekomme ich folgende fehlermeldung

gateway:~# /etc/init.d/apache start
Starting web server: apache[Sun May 26 19:06:21 2002] [warn] VirtualHost
en:80 overlaps with VirtualHost is:80, the first has precedence, perhaps
you need a NameVirtualHost directive
.


auf dem gleichen server läuft ein bind. hier ein auszug aus der
entsprechenden stelle.

ns              IN      A       192.168.1.1
www             IN      A       192.168.1.1
en              IN      CNAME   www
is	        IN      CNAME   www


was ist denn das problem??

thx
kai



--
Zum AUSTRAGEN schicken Sie eine Mail an debian-user-german-request@lists.debian.org
mit dem Subject "unsubscribe". Probleme? Mail an listmaster@lists.debian.org (engl)



Reply to: