Works great! I was first concerned that the 401 vs 403 question described in https://groups.google.com/forum/#!msg/modwsgi/QuLTVtTqxBU/lrHHGOmZb4EJ would be a problem. But svn and http access both behave as expected with just the following in my httpd.conf:
<Location /svn> DAV svn SVNPath /usr/local/trac/mysite/svn AuthType Basic AuthName "Subversion Repository" AuthBasicProvider wsgi WSGIAccessScript /usr/local/trac/auth.wsgi WSGIAuthUserScript /usr/local/trac/auth.wsgi Require valid-user </Location> I can't wait to finally move off of mod_python. Thanks again! -- 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.
