Chris Brooks ([EMAIL PROTECTED]) said something to this effect:
> I tried setting the PerlHandler back to cgi-script (in the lower-level directory),
> but that did not turn the Wrapper handler off:

> <Location /www/perl/htdocs/lower_level>
   ^^^^^^^^
That should probably be Directory. As written, it will do this for
http://www.yourdomain.com/www/perl/htdocs/lower_level/ ... Or is that what
you meant? (I.e., Is this a mistake in your email, your httpd.conf, or
my assumptions?)

>         SetHandler cgi-script
>         PerlHandler Carescout::AccessHandler
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This is only relevant when the handler is perl-script. I would have imagined,
completely without evidence of course, that this would have given you an error
when Apache parsed the file. (Unless that was supposed to be PerlAccessHandler.)

> </Location>

(darren)

-- 
Any technology indistinguishable from magic is insufficiently advanced.

Reply via email to