Re: Virtual Hosts
http://httpd.apache.org/docs/vhosts/index.html
esp.
http://httpd.apache.org/docs/vhosts/ip-based.html
basically use something like
<VirtualHost 10.0.0.1>
ServerName www.abc.dom
ServerAdmin webgirl@abc.dom
DocumentRoot /www/abc
</VirtualHost>
Cheers, Marcel
Y2KNET <net@y2knet.net> 3 Apr 2001, at 8:37:
> I have installed Debian 2.2r2 and now trying to put
> more IP based virtual hosts. I have used
> the VirtualHost directives, and gave the IP number
> to each site. But when I tried to look on the Virtual host
> site, it brings the primary site.
>
> I will appreciate, if I get information about how to setup
> VirtualHost on 2.2r2.
>
> Abu Umair.
>
Reply to: