it dont work, please have a look to ifconfig and
route results.
this is the result from ifconfig:
eth0:2
Linkverkapselung:Ethernet HWaddr 00:01:02:20:FE:AB
inet
addr:62.146.42.25 Bcast:62.255.255.255
Maske:255.255.255.255
UP BROADCAST RUNNING MULTICAST MTU:1500
Metric:1
Unterbrechung:9 Basisadresse:0x2400
this is the result of route:
Kernel IP
Routentabelle
Ziel
Router
Genmask Flags Metric
Ref Use Iface
62.146.42.25
62.146.42.25 255.255.255.255 UGH
0 0 0
eth0
i am not sure if this is correct, if not please
send how to correct.
many thanks
niko
----- Original Message -----
Sent: Monday, June 18, 2001 10:43
AM
Subject: RE: how to add an ip based
VirtualHost to a VIRTUAL SERVER?????
Probably vsdredirect is failing to set up a
redirection for your ip-aliases. Try specifying port 8080 in your browser,
ie lynx 62.146.42.25:8080 and you should see your website. If you do, there
are two solutions. Add a couple more vsdredirect lines into /etc/rc which
explicitly specify the new ip address and reboot the vs, or (when we have
finally got it sorted) move to RH7.1 and use iptable redirection
instead.
Tim
hi,
i add an virtual ip to the network device
......eth0:4
i add with..... vsdadm vs_addipalias the IP
to a VIRTUAL SERVER
i config the httpd.conf file:
<VirtualHost
62.146.42.25>
ServerName medverzeichnis.de
DocumentRoot
/www/vhtdocs/medverzeichnis
<Location
/www/vhtdocs/medverzeichnis>
</Location>
</VirtualHost>
but i get no connection via browser, ....what
is wrong????
thank you
niko