Your message dated Tue, 20 Nov 2018 23:55:54 +0900
with message-id <a9eb836c9b2833ae3e7070f6e8e5b...@duckcorp.org>
and subject line Re:  redmine: apache2 passenger config example could benefit 
from a  few extra lines by default
has caused the Debian Bug report #775697,
regarding redmine: apache2 passenger config example could benefit from a few 
extra lines by default
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
775697: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775697
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: redmine
Version: 2.5.1-2~bpo70+5
Severity: normal

Dear Maintainer,

The example apache config files included with the redmine backports package do 
not seem to work as directly as they could.

   * What led up to the situation?
   
     Attempting to setup redmine with apache2 and passenger by using the 
provided example configuration at 
/usr/share/doc/redmine/examples/apache2-passenger-alias.conf 

   * What exactly did you do (or not do) that was effective (or
     ineffective)?

     sudo cp /usr/share/doc/redmine/examples/apache2-passenger-host.conf 
/etc/apache2/sites-available/redmine
     sudo a2ensite redmine
     sudo apache2 restart

   * What was the outcome of this action?

     Visitng http://localhost/redmine results in permissions errors being 
listed.

   * What outcome did you expect instead?

     Redmine interface to load

***

The problem seems to be that Passenger is not running as www-data, which is the 
owner of the redmine config files (as setup by this package). Addint the 
following two lines after the comment "# this is the passenger config" fixes 
the problem:
    PassengerAppRoot /usr/share/redmine
    PassengerDefaultUser www-data

This should also be added to the apache2-passenger-host.conf file.


-- System Information:
Debian Release: 7.8
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages redmine depends on:
ii  bundler                       1.1.4-6
ii  dbconfig-common               1.8.47+nmu1
ii  debconf [debconf-2.0]         1.5.49
ii  libjs-scriptaculous           1.9.0-2
ii  redmine-sqlite                2.5.1-2~bpo70+5
ii  ruby-awesome-nested-set       2.1.6-1~bpo70+1
ii  ruby-coderay                  1.0.6-2
ii  ruby-i18n                     0.6.9-1~bpo70+1
ii  ruby-mail                     2.5.4-3~bpo70+1
ii  ruby-mime-types               1.25-2~bpo70+1
ii  ruby-net-ldap                 0.3.1-2
ii  ruby-openid                   2.1.8debian-6
ii  ruby-rack                     1.4.1-2.1
ii  ruby-rack-openid              1.3.1-2~bpo70+1
ii  ruby-rails-observers          0.1.1-1~bpo70+1
ii  ruby-railties-3.2             3.2.6-3
ii  ruby1.8 [ruby-interpreter]    1.8.7.358-7.1+deb7u1
ii  ruby1.9.1 [ruby-interpreter]  1.9.3.194-8.1+deb7u2

Versions of packages redmine recommends:
ii  libfcgi-ruby1.9.1 [libfcgi-ruby]  0.8.8-1
ii  ruby-passenger                    4.0.10-1~bpo7+1

Versions of packages redmine suggests:
pn  bzr           <none>
pn  cvs           <none>
pn  darcs         <none>
pn  git           <none>
pn  mercurial     <none>
pn  ruby-rmagick  <none>
pn  subversion    <none>

-- debconf information:
  redmine/instances/default/passwords-do-not-match:
  redmine/instances/default/remote/newhost:
  redmine/instances/default/db/basepath: 
/var/lib/dbconfig-common/sqlite3/redmine/instances/default
  redmine/instances/default/pgsql/changeconf: false
  redmine/instances/default/missing-db-package-error: abort
  redmine/default-language: ${defaultLocale}
  redmine/instances/default/pgsql/no-empty-passwords:
  redmine/instances/default/pgsql/method: unix socket
* redmine/instances/default/database-type: sqlite3
  redmine/instances/default/pgsql/manualconf:
  redmine/instances/default/pgsql/authmethod-admin: ident
  redmine/instances/default/pgsql/admin-user: postgres
  redmine/missing-redmine-package:
  redmine/instances/default/pgsql/authmethod-user: password
  redmine/instances/default/dbconfig-reinstall: false
  redmine/instances/default/db/app-user: redmine_default
  redmine/instances/default/default-language: en
  redmine/notify-migration:
  redmine/old-instances:
  redmine/instances/default/upgrade-error: abort
  redmine/instances/default/db/dbname: redmine_default
  redmine/instances/default/purge: false
  redmine/current-instances: default
  redmine/instances/default/remote/host:
  redmine/instances/default/dbconfig-upgrade: true
  redmine/instances/default/internal/reconfiguring: false
  redmine/instances/default/upgrade-backup: true
  redmine/instances/default/install-error: abort
  redmine/instances/default/mysql/admin-user: root
  redmine/instances/default/mysql/method: unix socket
  redmine/instances/default/internal/skip-preseed: false
  redmine/instances/default/remove-error: abort
  redmine/instances/default/dbconfig-remove:
  redmine/instances/default/remote/port:
* redmine/instances/default/dbconfig-install: true

--- End Message ---
--- Begin Message ---
Quack,

This has been fixed a while ago and does not affect stable and later versions.

There is no plan to backport this to old stable, so I'm closing this BR. Sorry that we've been late to reply.

\_o<

--
Marc Dequènes

--- End Message ---
_______________________________________________
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers

Reply via email to