Skip to content

Commit

Permalink
bug #3716 Fix issue #3712 (umpirsky)
Browse files Browse the repository at this point in the history
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes #3716).

Discussion
----------

Fix issue #3712

Commits
-------

90f0a1f Alternative -n option
4446902 Fix issue #3712
  • Loading branch information
weaverryan committed May 6, 2014
2 parents 80d70a4 + 5e2e8ef commit 1853fea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions book/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,10 @@ If there are any issues, correct them now before moving on.
.. code-block:: bash
$ HTTPDUSER=`ps aux | grep -E '[a]pache|[h]ttpd|[_]www|[w]ww-data|[n]ginx' | grep -v root | head -1 | cut -d\ -f1`
$ sudo setfacl -Rn -m u:"$HTTPDUSER":rwX -m u:`whoami`:rwX app/cache app/logs
$ sudo setfacl -dRn -m u:"$HTTPDUSER":rwX -m u:`whoami`:rwX app/cache app/logs
$ sudo setfacl -R -m u:"$HTTPDUSER":rwX -m u:`whoami`:rwX app/cache app/logs
$ sudo setfacl -dR -m u:"$HTTPDUSER":rwX -m u:`whoami`:rwX app/cache app/logs

If this doesn't work, try adding ``-n`` option.

**3. Without using ACL**

Expand Down

0 comments on commit 1853fea

Please sign in to comment.