Comment 5 for bug 1242389

Revision history for this message
esion (esion99) wrote :

Here is my fix :

create the file '/etc/apache2/conf-available/mumble-django.conf' and add the following content :

------

Alias /mumble-django/static/admin/ /usr/share/pyshared/django/contrib/admin/static/admin/
Alias /mumble-django/static/mumble/ /usr/share/pyshared-data/python-django-mumble/static/mumble/
Alias /mumble-django/static/ /usr/share/mumble-django/htdocs/

WSGIScriptAlias /mumble-django /usr/share/mumble-django/mumble-django.wsgi
WSGIDaemonProcess mumble-django threads=25
WSGIProcessGroup mumble-django
WSGIScriptReloading Off

-----

then reconfigure or reinstall :

sudo dpkg --configure mumble-django

You will be asked to run 'mumble-django-configure' then you be able to access to http://yourdomain.tld/mumble-django/

PS: I still have a bug when trying to purge package, the command db_purge fails in '/var/lib/dpkg/info/mumble-django.postrm'