Re: Handling 'www.' in a domain name

Richard Newman <[email protected]> Wed, 11 Oct 2006 16:33:27 -0700
Newsgroups gmane.lisp.web
Message-ID <[email protected]>
Run pound.

On  11 Oct 2006, at 2:23 PM, Jonathon McKitrick wrote:

> What I would like to do is this:
> 1.  Run one image listening on port 8000, accepting all requests  
> from foo.com
> AND www.foo.com that come on port 80.
>
> 2.  Run another image listening on some other port, say, 9000,  
> accepting
> requests from beta.foo.com on port 9000.
>
> Is this feasible?