RE: PerlAccessHandler Question...

2001-01-09 Thread Joseph Crotty
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.

Re: PerlAccessHandler Question...

2001-01-09 Thread G.W. Haywood
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.

RE: PerlAccessHandler Question...

2001-01-09 Thread Chris Strom
> > #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