My application works fine in runserver and in apache/wsgi mapped to root, 
but when I map wsgi to a directory, url lookups fail.

E.g. 

Request URL: http://server/awma/times
...
^times$ [name='times']
...
The current URL, times, didn't match any of these.

Every single URL in the (full) list fails (including "^$", but weirdly 
enough /admin works fine).

Again, I stress that this all works fine in runserver, and if 
WSGIScriptAlias is mapped to the server root.

I cannot make sense of this as the URL getting passed to the URL resolver 
is correct and should match.

Any suggestions?

Python 2.7.  
Django 1.6.5, but I see the same behaviour with Django 1.4.13.

P.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/fb7d17d5-a530-4ea6-9d03-23d9d00b78e1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to