views:

11

answers:

0

I am using django with apache2 and mod_wsgi with djapian as my search engine. I have noticed one issues so far:

When i use djapian im stuck in a deadlock when i call any Xapian method or function (this is explained in this ticket http://trac.xapian.org/ticket/185)

I used the solution posted there for mod_wsgi. I added WSGIApplicationGroup %{GLOBAL} then djapian search started to work again but i noticed that my sites css and contents was corrupted and the content of my sites was mixed, I removed WSGIApplicationGroup % {GLOBAL} and the sites was rendering normally again. (Of course I am restarting apache continually)

Has anyone faced similar issues?

Please help , any suggestion is appreciated

Thanks in advance