[Catalyst] Configuring Apache for mod_perl Catalyst and php via
mod_proxy
Tomas Doran
bobtfish at bobtfish.net
Fri Jul 29 11:11:41 GMT 2011
On 29 Jul 2011, at 12:03, matthew couchman (JIC) wrote:
> Which, if I am only running one host on the mod_perl server, works
> perfectly well. I’d like to tweak it further to redirect to the
> various VirtualHosts that I have been running with mod_perl alone
> but I’m not familiar enough with Apache to know how. Could anyone
> offer advice?
>
Doesn't need any extra config.
The request is passed through by the proxy as-is, and therefore the
only thing affecting which app gets it on the backend server is the
vhost config on that backend server.
Cheers
t0m
More information about the Catalyst
mailing list