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' -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1242389 Title: package mumble-django 2.9-2 failed to install/upgrade: package mumble- django is not ready for configuration cannot configure (current status `half-installed') To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mumble-django/+bug/1242389/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
