On Jun 17, 11:28 pm, "Peter Melvyn" <[EMAIL PROTECTED]> wrote: > > I though that might be the case, I won't bother to raise a ticket then. > > We had a similiar problem and discussed it on Apache forum: perhaps it > could enlighten a problem: > http://mail-archives.apache.org/mod_mbox/httpd-users/200708.mbox/%3ce498c16 > [EMAIL PROTECTED]
Link comes out broken by Google Groups web interface. Anyway, in the mod_python case it comes down to Location directive being used. The SCRIPT_NAME/PATH_INFO variables effectively need a physical file resources with directory defined by Directory directive and mapped by appropriate Alias directive or similar. The mod_python code has some elaborate hacky code to determine URL for Location directive, but still issues with doing that due to points at which URL unescaping happens. Thus not sure it could even be relied upon to work it all out in another way. Graham --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
