Re: Handling 'www.' in a domain name
Richard Newman <[email protected]> Thu, 12 Oct 2006 09:15:33 -0700
| Newsgroups | gmane.lisp.web |
|---|---|
| Message-ID | <[email protected]> |
beta listens on 8001. pound translates all requests for beta.foo.com: 80 and beta.foo.com:8000 to localhost:8001. foo listens on 8000. pound translates all requests for www.foo.com:80 and foo.com:80 to localhost:8001. On 11 Oct 2006, at 7:56 PM, Jonathon McKitrick wrote: > On Wed, Oct 11, 2006 at 04:33:27PM -0700, Richard Newman wrote: > : Run pound. > > I'm fighting with it right now. > > The question seems to be where to draw the line between pound and > the proxy > translation in araneida. > > I have the main site working, so foo.com and www.foo.com on port 80 > all > forward to port 8000 on the production image. > > The next step is a second image listening on a different port, called > beta.foo.com. The problem is the port number, and where to > translate it: > pound, araneida, or both? > > Jonathon McKitrick > -- > My other computer is your Windows box.