in reply to Re^2: mod_perl how to process static content
in thread mod_perl how to process static content
Since now I'll smoke mod_perl api guide till it ends...sub handler { my $r = shift; return Apache2::Const::DECLINED if (-d $r->filename || -f $r->filename); ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: mod_perl how to process static content
by CountZero (Bishop) on Mar 24, 2008 at 22:03 UTC |