To close loop , I discovered I had redundant <Location> directives for
/hello/world amongst my various *.conf files. Once I got rid of the
extras I was good to go. Thanks for ideas !

Tony

Tony Whyte wrote:

> Running apache-1.3.11, mod_perl-1.24, irix6.5.5
>
> this works: (gets handled by mod_perl)
>
> <Location /hello-world>
>   SetHandler perl-script
>   PerlHandler Apache::Hello
> </Location>
>
> this doesnt:
>
> <Location /hello/world>
>   SetHandler perl-script
>   PerlHandler Apache::Hello
> </Location>
>
> Tried quoting "/hello/world" I still get  "File does not exist:
> /usr/local/apache/htdocs/hello/world" in logs.
>
> Is there some other directive Ive missed or misconfigured.
>
> Thanks
>
> Tony

Reply via email to