[svlug] Multiple Web Servers on One IP
Luke S Crawford
lsc at prgmr.com
Thu May 29 19:51:42 PDT 2008
Chris Miller <lordsauronthegreat at gmail.com> writes:
> > Your basic problem is that you cant run two seperate daemons on the same
> > IP/port pair.
> I don't understand. One is listening on 72.249.76.50, which is my one
> static IP address, which is the LigHTTPd instance that should be
> routing requests to www.fsdev.net to 127.0.0.2 (Apache) or requests to
> dl.fsdev.net to 127.0.0.3 (another LigHTTPd instance). They share the
> same ports, but they're on different IPs, right?
Ah. that should work, yeah. I'm responding to your first e-mail again :)
It sounds like you are trying to do something possible. I'm not familiar
enough with lighttpd to tell you exactly what this means:
Configuration error: Host name (dl.fsdev.net) differs from system configuration (www.fsdev.net)
but it sounds to me like you need to let someone know that they are answering
for dl.fsdev.net as well as www.fsdev.net.
More information about the svlug
mailing list