> Nikolaus Franz wrote:
>
> 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
Can you connect to port 8080 for this virtual host? If so you will need
to set up an instance of vsdredirect to redirect port 80 to 8080 for for
this ip in /etc/rc on the virtual server. The command should look
something like:
vsdredirect 62.146.42.25:80:8080
If you can't connect to port 8080, then forget I said anything :).
Damion.