Slava Voronin (svevor@home.com)
Wed, 21 Oct 1998 10:19:54 -0700
mark wrote:
> Hello,
>
> I am curious if anyone can tell me what the capacity of a Linux/Apache
> combination machine might be as a web server. What amount of traffic and
> how many domains could this combo support?
There is module ip_alias whis support multiple ip address. It lookus like
this in
routing table.
-vcnet:~# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
vcnet.ml.org * 255.255.255.255 UH 0 0 0 eth1
192.168.1.10 * 255.255.255.255 UH 0 0 0 eth1:0
192.168.1.11 * 255.255.255.255 UH 0 0 0 eth1:1
192.168.1.12 * 255.255.255.255 UH 0 0 0 eth1:2
localnet * 255.255.255.0 U 0 0 2 eth1
192.168.2.0 lana.ml.org 255.255.255.0 UG 0 0 1 eth1
192.168.3.0 * 255.255.255.0 U 0 0 1 eth0
24.113.0.0 * 255.255.252.0 U 0 0 3 eth2
127.0.0.0 * 255.0.0.0 U 0 0 4 lo
default 24.113.0.1 0.0.0.0 UG 1 0 66 eth2
You assing different ip for the same eth1 like eth1:0 eth1:1 eth1:2
and put in /etc/apache/httpd.conf some information . Your file
could be different depending on distribution and you can have
as many virtual domain as you have given Ip. I have just one
on externel.
This archive was generated by hypermail 2.0b3 on Mon 02 Nov 1998 - 03:23:18 PST