This is under my virtual host and works great:
WSGIScriptAlias /login /var/wsgi/login.wsgi

http://mysite.com/login    <-- works.

How do I make it so "login" can be case in-sensitive?  Login, LOGIN,
LoGiN ?

I placed the following in my WSGI.CONF file (apache2) which gets
imported into apache2.conf on server restart along with the modules:

WSGICaseSensitivity Off

And restarted my server.  However, not working... /login <-- works, /
Login <-- not working

Anything else I need to do?

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" 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/modwsgi?hl=en.

Reply via email to