Hi fREW

>So I guess my question is why is it ignoring that first directory and
>how do I get it to stop?

I have an unreleased module CGI::Application::Test::Dispatch, which I've
been playing with trying to reproduce your problems.

I've only tested it under Debian and Apache 2.2.

I'll try Windows later today.

So far, I don't have this specific problem of a directory being ignored.

For instance, this works: http://127.0.0.1/test.dispatch/Phase1

where as this fails: http://127.0.0.1/test.dispatch/xxxcvvv/Phase1
as you'd expect, with this error: The requested
URL /test.dispatch/xxxcvvv/Phase1 was not found on this server.

httpd.conf contains:

<Location /test.dispatch>
        SetHandler perl-script
        PerlResponseHandler CGI::Application::Test::Dispatcher
        Order deny,allow
        Deny from all
        Allow from 127.0.0.1
</Location>

More later.
-- 
Ron Savage
r...@savage.net.au
http://savage.net.au/index.html



#####  CGI::Application community mailing list  ################
##                                                            ##
##  To unsubscribe, or change your message delivery options,  ##
##  visit:  http://www.erlbaum.net/mailman/listinfo/cgiapp    ##
##                                                            ##
##  Web archive:   http://www.erlbaum.net/pipermail/cgiapp/   ##
##  Wiki:          http://cgiapp.erlbaum.net/                 ##
##                                                            ##
################################################################

Reply via email to