On Saturday 08 December 2001 01:57 pm, Tim Payne wrote:
> If I went to the default page, the server seemed to go into a loop,
> forwarding me to /, then //, ///, and so on. If I tried to access a
> page directly, such as GeneralPage in the root directory, then it
> would forward to the default webware location under the url
> 127.0.0.1/GeneralPage.py/ From that point forward, all urls were
> based upon that, so when it tried to access the location I wanted, it
> was appended to that incorrect url and would report not found.
>
> I'm sure I've got something screwed up in either my apache config or
> one of the webkit/appserver configs. Anyone spot a possible cause
> from the effects I've described? I can provide copies of the configs
> and logs if someone would be willing to check them out for me.
Actually, my bet is that this is a bug in WebKit. We have had other
bugs concerning root directories, the default context, etc. that varied
depending on web server and adapter. This smells like another.
I've taken a note of this, but can't say when I will get to it. Anyone
is welcome to fix it.
In the mean time (if you're up to tracking it down), can mod_rewrite
get you what you need with minimal effort?
-Chuck
|