Hi, currently WSGI doesn't serve static files and Apache is responsible to do that. This causes several problems because static files and Python executables are mixed up in /var/www/admin/. One regression test fails because the URL http://localhost/admin/bibconvert/bibtex.cfg returns a 404 error and bibformatadmin complains because js_quicktags.js cannot be found.
Allowing WSGI to serve the static files corrects that problem so is there a reason not to do it? The correction consists in setting webinterface_handler_wsgi.CFG_WSGI_SERVE_STATIC_FILES to True. Regards. -- Benoit Thiell Software developer The SAO/NASA Astrophysics Data System http://adswww.harvard.edu/
