in reply to Re: mod_perl how to process static content
in thread mod_perl how to process static content
<LocationMatch <B>!~</B> /^(images|styles|js)/ > PerlOptions +Parent +GlobalRequest +Autoload PerlSwitches -I/some/path/lib SetHandler perl-script PerlResponseHandler My::Apache::Main </Location>
|
|---|