RE: Installing global handler breaks CGI

2001-03-09 Thread Geoffrey Young
-Original Message- From: Fred Toth [mailto:[EMAIL PROTECTED]] Sent: Friday, March 09, 2001 1:03 PM To: [EMAIL PROTECTED] Subject: Installing global handler breaks CGI Hi, I'm lost on this one. I'm trying to install a simple handler that will get called on every request.

Re: Installing global handler breaks CGI

2001-03-09 Thread Stas Bekman
On Fri, 9 Mar 2001, Fred Toth wrote: Hi, I'm lost on this one. I'm trying to install a simple handler that will get called on every request. My first try at this is: Location / SetHandler perl-script PerlAccessHandler My::Access /Location Right now the handler does nothing except

Re: Installing global handler breaks CGI

2001-03-09 Thread Andrew Ho
Stas, SBTry adding: SBLocation /cgi-bin/ SB Options +ExecCGI SB/Location This is a fine fix; I'm actually curious, now that it's been brought up, as to why ScriptAlias suddenly breaks. In my config if I have this outside of a Directory, Location, or other container: FilesMatch "\.pl$"

Re: Installing global handler breaks CGI

2001-03-09 Thread Stas Bekman
On Fri, 9 Mar 2001, Andrew Ho wrote: Stas, SBTry adding: SBLocation /cgi-bin/ SB Options +ExecCGI SB/Location This is a fine fix; I'm actually curious, now that it's been brought up, as to why ScriptAlias suddenly breaks. In my config if I have this outside of a Directory, Location,