On Jan 4, 2:48 am, Graham Dumpleton <graham.dumple...@gmail.com>
wrote:
> If using Apache/mod_wsgi it is quite simple, and wouldn't even need URL
> rewriting as suggested by others.
>
> So, what are you hosting it with.

Yes I am using mod_wsgi.  The following line sends all URLs to WSGI
script

WSGIScriptAlias        /            /etc/apache2/wsgi/phil4.com.wsgi

I also have other Alias lines like this..

Alias                  /images      /var/www/static/images

What is tricky about this current problem is I want to send /books to
WSGI but NOT /books/* .

cs

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

Reply via email to