Public bug reported:

Binary package hint: libapache2-mod-wsgi

After installing libapache2-mod-wsgi on Hardy 8.0.4 RC1 the WSGI module
is not enabled (which may be the intended behavior).

To enable mod-wsgi I had to create /etc/apache2/mods-available/wsgi.load which 
seems overly awkward,
# echo "LoadModule wsgi_module /usr/lib/apache2/modules/mod_wsgi.so" > 
/ec/apache2/mods-available/wsgi.load

And add links manually to enable the module (which may be the intended 
behavior):
# cd /etc/apache2/mods-enabled/ && ln -s ../mods-available/wsgi.load
# cd /etc/apache2/mods-enabled/ && ln -s ../mods-available/wsgi.conf

I have not needed to perform these steps on Debian Etch/Lenny and so
expected the wsgi module to be enabled after restarting apache2, I
apologize if this is not the correct forum to report this and would
appreciate a pointer in that direction.

# lsb_release -rd
Description:    Ubuntu 8.04
Release:        8.04

# apt-cache policy libapache2-mod-wsgi
libapache2-mod-wsgi:
  Installed: 1.3-1
  Candidate: 1.3-1
  Version table:
 *** 1.3-1 0
        500 http://apt-proxy.mgnt hardy/universe Packages
        100 /var/lib/dpkg/status

** Affects: mod-wsgi (Ubuntu)
     Importance: Undecided
         Status: New

-- 
libapache2-mod-wsgi missing wsgi.load must be enabled manually
https://bugs.launchpad.net/bugs/220402
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to