My app runs with mod_wsgi behind Apache. A local configuration of the app runs without problems, but behind Apache every call involving GET args results in a HTTP 500 error.
The url config is (r'^sem/search/$', 'paragon.sem.views.search'), and in my view, I get the search param with query = request.GET.get('q', '') Strange thing is, if I call the view without query args, the page renders beautifully, but with query args, I get HTTP 500. The problem seems to be systematic, none of the urls that use GET args seems to work. Any ideas what the problem could be? django 1.2.5, apache2. TIA, best regards, Christoph -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@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.