Re: [Mason] Access Control problem

2007-02-01 Thread Bradley C Bailey
This is how I do it: SetHandler perl-script PerlInitHandler Apache2::Const::NOT_FOUND You can also do it this way: Order allow,deny Deny from all Hope that helps. Regards, Bradley C Bailey > I used this: > > use *Apache2*::Const 'HTTP_NOT_FO

Re: [Mason] Access Control problem

2007-02-01 Thread Miguel Figueiredo
I used this: use *Apache2*::Const 'HTTP_NOT_FOUND'; in a block and it seg-faulted Apache How go I use the init perl script approach? tkx On 2/1/07, John Cappiello <[EMAIL PROTECTED]> wrote: On Thu, Feb 01, 2007 at 03:58:03PM +, Miguel Figueiredo wrote: > failed to resolve handler

Re: [Mason] Access Control problem

2007-02-01 Thread John Cappiello
On Thu, Feb 01, 2007 at 03:58:03PM +, Miguel Figueiredo wrote: > failed to resolve handler `Apache2::Const::HTTP_NOT_FOUND': Can't locate > Apache2/Const/HTTP_NOT_FOUND.pm in @INC (@INC contains: http://www.nabble.com/Apache::Constants::NOT_FOUND-is-not-available-any-more-t2962209.html -- jc