RE: PerlAccessHandler Question...

2001-01-09 Thread Joseph Crotty

Good advice Ged.  I figured out the problem...there was another server
running on the port almost exactly like the one I was using, but without the
PerlAccessHandler.  Huge brain fart.  I need a nap.


-Original Message-
From: G.W. Haywood [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 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.
httpd.conf will work.

Hope that helps.

Chris