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 5 years ago

Last modified 5 years ago

#155 closed defect (fixed)

setup.py develop incorrectly sets ownership of htdocs to apache user

Reported by: jherr Owned by: lsyroka
Priority: very low Milestone: v0.97.0
Component: General Version: 0.97.0
Keywords: Cc:

Description

this is the way it should be for the production server, but not for development. Right now if I want to edit htdocs files I need to do this:

sudo chown -R jherr:jherr htdocs/filename

(David told me to write this so don't be upset at me if it's crap)

Change History (8)

comment:1 Changed 6 years ago by jherr

I should not have written filename, obviously...

comment:2 Changed 6 years ago by pferreir

  • Milestone set to v0.97
  • Owner set to pferreir
  • Status changed from new to accepted
  • Version set to 0.97

comment:3 Changed 6 years ago by pferreir

  • Priority changed from major to minor

comment:4 Changed 6 years ago by jbenito

  • Priority changed from low to very low

comment:5 Changed 5 years ago by jbenito

  • Owner changed from pferreir to lsyroka
  • Status changed from in_work to assigned

comment:6 Changed 5 years ago by lsyroka

  • Status changed from assigned to in_merge

comment:7 Changed 5 years ago by Leszek Syroka <leszek.marek.syroka@…>

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

In [e52fa33fe5e931fc621e441a11c9992fb3e845c1]:

[FIX] Apache htdocs ownership

  • at Linux while executing script setup.py for development doesn't change ownership of htdocs folder
  • fix#155

comment:8 Changed 5 years ago by Leszek Syroka <leszek.marek.syroka@…>

In [e52fa33fe5e931fc621e441a11c9992fb3e845c1]:

[FIX] Apache htdocs ownership

  • at Linux while executing script setup.py for development doesn't change ownership of htdocs folder
  • fix#155
Note: See TracTickets for help on using tickets.