fREW Schmidt wrote:
Maybe not. What happens if you change them. Also, why are you using a
DocumentRoot or ScriptAlias directive when you're handling everything under
'/' with that Location?

If I remove ScriptAlias OR DocumentRoot nothing happens.

If I remove both it stops ignoring the junk directory that I put in
the url, but it adds it's own static directory to the beginning (so
instead of localhost/frew/bar/baz yielding /bar/baz I get
/htdocs/frew/bar/baz).

Well, I'm not sure why, but Apache is doing something weird here. Is this a Windows problem (did someone else in this thread point out that it works right on Ubuntu)?

You could try just putting in your own dispatch_path() method in your Dispatch class to strip out the first directory part of the PATH_INFO.

--
Michael Peters
Plus Three, LP


#####  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