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

Re: "Virtual host" support?



A port multiplexor is the only simple way to do what you
want with only one IP address for all the servers, but I
really think you should simply use different port numbers
for each server.

having several IPs is obviously the best way to do it,

hacking ircd being the worst of all.


As a side note, having multiple web servers using only one
IP address doesn't work as well as you might
think. (e.g. some browsers still don't send the precious
information in the header of their HTTP request).

Anyway, IRC is about chatting, having multiple independant
servers doesn't make much sense as it results in dividing
the user base, when you usually want to attract a maximum
number of users on your IRC network.