Re: [Pas-dev] comingling cgi's with psp's
Status: Beta
Brought to you by:
mortis
From: Kyle R . B. <mo...@vo...> - 2002-03-05 18:02:02
|
One other point. I think the way the Pas mod_perl Request Handler is set up, it should return DECLINED unless it thinks it's supposed to handle the request (i.e. if it's either a registered URI or a psp page). What that means is that for any other file type, Apache should be applying it's usual rules to. So CGIs should get executed if +ExecCGI is set and .cgi is registered to be handled correctly. Another possibility is to use stacked handlers - specify something like: <Location /pas/> SetHandler perl-script PerlHandler Org::Bgw::Pas::RequestHandler Apache::PerlRun </Location> I think if you do that, Apache will keep calling handlers until one of them returns OK, or all of them have been called. Kyle -- ------------------------------------------------------------------------------ Wisdom and Compassion are inseparable. -- Christmas Humphreys mo...@vo... http://www.voicenet.com/~mortis ------------------------------------------------------------------------------ |