Re: Re: Defaulting to default-handler from custom handler

2002-10-03 Thread Carlos Ramirez
the help and the book too ;) -Carlos > > From: Geoffrey Young <[EMAIL PROTECTED]> > Date: 2002/10/03 Thu AM 07:11:29 CDT > To: Carlos Ramirez <[EMAIL PROTECTED]> > CC: [EMAIL PROTECTED] > Subject: Re: Defaulting to default-handler from custom handler > > >

Re: Defaulting to default-handler from custom handler

2002-10-03 Thread Geoffrey Young
> > All four cases result in the Perl code being displayed instead of the > script being executed? If a location is defined as a ScriptAlias, then > is the default-handler == perl-script? and would returning DECLINED > result in mod_cgi handling the request? What am I doing wrong? perl-scrip

Defaulting to default-handler from custom handler

2002-10-02 Thread Carlos Ramirez
What is the proper way to revert back to the default-handler from a custom PerlHandler? My handler is only defined in ScriptAlias'd locations. In the cases when I want the default-handler to process the cgi request, that is have mod_cgi (i.e. perl-script) run the script I tried: $r->handler(