← Back to team overview

pkg-perl-maintainers team mailing list archive

[Bug 1798181] [NEW] Instructions in README.Debian incomplete

 

Public bug reported:

The instructions in README.Debian, which are

    Included are snippets for production use integrating with Apache2 via       
    uWSGI, enabled like this as root:                                           

      apt install apache2 uwsgi uwsgi-plugin-psgi                               
      ln -s -t /etc/uwsgi/apps-enabled ../apps-available/ciderwebmail.ini       
      a2enconf ciderwebmail                                                     
      service uwsgi restart ciderwebmail                                        
      service apache2 restart                                                   
                                                     
are missing two details:

- there's one more package you need to install, namely libapache2-mod-uwsgi
- you need to enable a module before restarting apache with a2enmod uwsgi

Without those steps the apache restart step will fail.  (That is,
provided you already fixed the broken symlink I reported in bug
1798177.)

** Affects: ciderwebmail (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Debian
Perl Group, which is subscribed to ciderwebmail in Ubuntu.
https://bugs.launchpad.net/bugs/1798181

Title:
  Instructions in README.Debian incomplete

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ciderwebmail/+bug/1798181/+subscriptions


Follow ups