Re: website front-end

2008-04-22 Thread Chris Bannister
On Sun, Apr 20, 2008 at 07:30:16PM +, Hendrik Boom wrote: > I thought of writing a really minimal web-site front end, that would only > look at incoming http requests and forward them to other processes, > possibly on other machines, depending on the site name or pther parts of > the URL. B

Re: website front-end

2008-04-22 Thread Tzafrir Cohen
On Tue, Apr 22, 2008 at 02:59:50PM +1000, Owen Townend wrote: > On 22/04/2008, Hendrik Boom <[EMAIL PROTECTED]> wrote: > > > > On Sun, 20 Apr 2008 16:38:00 -0300, Eduardo M KALINOWSKI wrote: > > > > I was under the impression that apache did a lot more than just relay > > http requests; that in fac

Re: website front-end

2008-04-21 Thread Owen Townend
On 22/04/2008, Hendrik Boom <[EMAIL PROTECTED]> wrote: > > On Sun, 20 Apr 2008 16:38:00 -0300, Eduardo M KALINOWSKI wrote: > > I was under the impression that apache did a lot more than just relay > http requests; that in fact said relaying is but a small fraction of its > activities. Is there not

Re: website front-end

2008-04-21 Thread Hendrik Boom
On Sun, 20 Apr 2008 16:38:00 -0300, Eduardo M KALINOWSKI wrote: > Hendrik Boom wrote: >> I thought of writing a really minimal web-site front end, that would >> only look at incoming http requests and forward them to other >> processes, possibly on other machines, depending on the site name or >>

Re: website front-end

2008-04-20 Thread Thierry Chatelet
On Sunday 20 April 2008 21:38:00 Eduardo M KALINOWSKI wrote: > Hendrik Boom wrote: > > I thought of writing a really minimal web-site front end, that would only > > look at incoming http requests and forward them to other processes, > > possibly on other machines, depending on the site name or pthe

Re: website front-end

2008-04-20 Thread Eduardo M KALINOWSKI
Hendrik Boom wrote: > I thought of writing a really minimal web-site front end, that would only > look at incoming http requests and forward them to other processes, > possibly on other machines, depending on the site name or pther parts of > the URL. But then I thought, surely that must have b