
20 May
2010
20 May
'10
9:51 a.m.
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.