09, 2001 11:44 AM
To: Joseph Crotty
Cc: '[EMAIL PROTECTED]'
Subject: Re: PerlAccessHandler Question...
Hi there,
On Tue, 9 Jan 2001, Joseph Crotty wrote:
> > open(FILE, ">/tmp/dog");
Always check the status returned by a call like open().
73,
Ged.
Hi there,
On Tue, 9 Jan 2001, Joseph Crotty wrote:
> > open(FILE, ">/tmp/dog");
Always check the status returned by a call like open().
73,
Ged.
> > #Location Handlers
> >
> > PerlAccessHandler Apache::GateKeeper
> >
> >
The Location directive needs to specify a URL to which it applies:
Perl*Handlers can go pretty much anywhere, as long as the server
administrator hasn't diabled .htaccess files. perl.conf will work.
h
> hey all,
>
> I am a mod_perl newbie and have done some reading in the Eagle book. I
> installed my first handler today(i.e. a PerlAccessHandler), but it does
> not seem to work(boy, that sounds flaky). I am unsure after extensive
> reading if the PerlAccessHandler "must" appear in .htaccess o