This is a snapshot of Indico's old Trac site. Any information contained herein is most probably outdated. Access our new GitHub site here.

Opened 6 years ago

Closed 6 years ago

Last modified 5 years ago

#12 closed enhancement (fixed)

Detect apache user automatically

Reported by: dmartinc Owned by: pferreir
Priority: normal Milestone: v0.97.0
Component: Installation Version: 0.97.0
Keywords: install Cc:

Description

For the install and develop commands, during directory creation / directory user check, we should try to detect apache user automatically in Linux.

For this, look for the id of the apache and www-data users. If one is found, use that one. If both or none are found, ask the user.

Change History (4)

comment:1 Changed 6 years ago by pferreir

  • Component changed from General to Installation
  • Summary changed from [Install] Detect apache user automatically to Detect apache user automatically

comment:2 Changed 6 years ago by pferreir

  • Owner set to pferreir
  • Status changed from new to assigned

comment:3 Changed 6 years ago by jose.pedro.ferreira@…

  • Resolution set to fixed
  • Status changed from assigned to closed

commit 6bf06bf886e65b289d6d0fb22e3eca9243fa3473
Author: Pedro Ferreira <jose.pedro.ferreira@…>
Date: Wed Nov 18 18:18:53 2009 +0100

[FIXED] EGG post-install


  • Removed some path (mis)assumptions;
  • Added Apache uid/gid detection (fixes #12);
  • Python 2.5 import issue;
  • unneeded Config import;

comment:3 Changed 5 years ago by Pedro Ferreira <jose.pedro.ferreira@…>

In [6bf06bf886e65b289d6d0fb22e3eca9243fa3473]:

[FIXED] EGG post-install

  • Removed some path (mis)assumptions;
  • Added Apache uid/gid detection (fixes #12);
  • Python 2.5 import issue;
  • unneeded Config import;
Note: See TracTickets for help on using tickets.