Graham Dumpleton wrote:
> 
> This can occur where you are using Location directive set to '/' and 
> the actual DocumentRoot directory is specified and has physical 
> directories which correspond to the leading components of the logical 
> URL.
> 
> Ie., if under your document root you have directory '/hello/this/is/
> my' and you request '/hello/this/is/my/path', then PATH_INFO can end 
> up being just '/path' as Apache matched the bit of the URL before that 
> to the physical directories. If this is indeed what happened, then 
> SCRIPT_NAME would be '/hello/this/is/my'.

Removing all the currently unnecessary things from the apache conf file 
solved the problem. Now it's only hosting django, it's media files and trac.

thanks for the hints!


  - bram

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to