Re: MP2 PerlAccessHandler dir_config() error

2005-06-07 Thread Torsten Foertsch
On Tuesday 07 June 2005 18:47, John Ferrell wrote: > Can't locate object method "dir_config" via package "Apache2::RequestRec" > at /usr/local/apache2/mod_perl/Auth/GateKeeper.pm line 16.\n use Apache2::RequestUtil (); and it should work. Torsten pgpsmwvfv1yLi.pgp Description: PGP signature

Re: MP2 PerlAccessHandler dir_config() error

2005-06-07 Thread Geoffrey Young
John Ferrell wrote: > I am new to mod_perl. I am trying to test the PerlAccessHandler using the > Apache::GateKeeper package. However I am having trouble with the > dir_config() method. When I access the URL I get an error 500 and the > apache log shows: > > Can't locate object method "dir_co

MP2 PerlAccessHandler dir_config() error

2005-06-07 Thread John Ferrell
I am new to mod_perl. I am trying to test the PerlAccessHandler using the Apache::GateKeeper package. However I am having trouble with the dir_config() method. When I access the URL I get an error 500 and the apache log shows: Can't locate object method "dir_config" via package "Apache2::Reque