Daniel McBrearty wrote:
I saw a longish article on the site a while back that described how to deploy a site so that a lightweight apache instance serves static files, while s seperate server handles mod_perl stuff. Can't seem to find it back though.
The best writeup on it is here: http://www.modperlbook.org/html/ch12_01.html
But, as the first part of the uri will normally be the user language, ( www.engoi.com/en/ ...) I'd rather not do it like that.
That's no problem. You can use a regex in your ProxyPass setting or use mod_rewrite with its proxy integration to identify these URLs. It should be able to handle just about any URL scheme.
- Perrin