Boost logo

Boost :

Subject: Re: [boost] CGI / FastCGI library update
From: Phil Endecott (spam_from_boost_dev_at_[hidden])
Date: 2010-05-20 05:51:57


Darren Garvey wrote:
> I've not used mod_proxy before, I don't
> support you could send me an example configuration file to get it working?

It's quite simple, e.g.

        <Location /foo>
                ProxyPass http://localhost:1234 max=20 smax=0 ttl=60
                ProxyPassReverse http://localhost:1234
        </Location>

See the Apache docs for more info.

Phil.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk