in reply to DECLINED from mod_perl doesn't work quite like I expect...
A work around is to either use AddHandler perl-script .pl (or whatever extension you choose), or put all your PHP scripts elsewhere, or use <Files> to map your mod_perl bits, or use a PerlTypeHandler, as documented in the book (see the beginning of Chapter 4, or Chapter 8's "Reimplementing mod_mime..." section), to automatically re-map to PHP.
Hope that helps.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: DECLINED from mod_perl doesn't work quite like I expect...
by maverick (Curate) on Feb 27, 2002 at 17:32 UTC |