atento has asked for the wisdom of the Perl Monks concerning the following question:
I prefer to write perl code instead of using config directives for more flexibility. I guess to write one additional handler module but cant choose which handler will help me from mod_perl api ? Any ideas how to exclude from mod_perl static content like<VirtualHost> ... PerlOptions +Parent +GlobalRequest +Autoload PerlSwitches -I/some/path/lib SetHandler perl-script PerlResponseHandler My::Apache::Main </VirtualHost>
/images/*.* /css/*.* ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: mod_perl how to process static content
by locked_user sundialsvc4 (Abbot) on Mar 24, 2008 at 17:07 UTC | |
by atento (Novice) on Mar 24, 2008 at 18:42 UTC | |
|
Re: mod_perl how to process static content
by perrin (Chancellor) on Mar 24, 2008 at 18:14 UTC | |
by atento (Novice) on Mar 24, 2008 at 18:40 UTC | |
by atento (Novice) on Mar 24, 2008 at 20:20 UTC | |
by perrin (Chancellor) on Mar 24, 2008 at 20:46 UTC | |
by atento (Novice) on Mar 24, 2008 at 20:49 UTC | |
by CountZero (Bishop) on Mar 24, 2008 at 22:03 UTC |