#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
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
comment:8 Changed 5 years ago by Leszek Syroka <leszek.marek.syroka@…>
Note: See
TracTickets for help on using
tickets.
I should not have written filename, obviously...