[Catalyst] A different approach to static content
Wade.Stuart at fallon.com
Wade.Stuart at fallon.com
Tue Aug 16 21:33:11 CEST 2005
>
> Then I guess the real answer is, if you want the best static performance
> and need to intermingle static and Catalyst in the same /, then one
> would have to manually create Location/LocationMatch directives and
> set-handler to PerlHandler/MyApp and let the other content fall through
> without going through Catalyst for every request; static or not.
>
Jackpot. Or the recommended solution (IMHO) is if you want the best static
speed and don't want to touch your config directives, don't overlap Cat app
and static space, or do so in such a fashion where the static space lives
in a
tree that only requires one location setting and drills down from there.
More information about the Catalyst
mailing list