Skip to content

Commit

Permalink
Add a warning about using same user for cli and web server
Browse files Browse the repository at this point in the history
  • Loading branch information
pasdeloup authored and xabbuh committed May 9, 2016
1 parent 374a2f3 commit 1214ecc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions book/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,12 @@ If there are any issues, correct them now before moving on.
configuration (e.g. commonly httpd.conf or apache2.conf for Apache) and setting
its user to be the same as your CLI user (e.g. for Apache, update the ``User``
and ``Group`` values).

.. caution::

If used in a production environment, be sure this user only has limited privileges
(no access to private data or servers, launch of unsafe binaries, etc.)
as a compromised server would give to the hacker those privileges.

**2. Using ACL on a system that supports chmod +a (MacOS X)**

Expand Down

0 comments on commit 1214ecc

Please sign in to comment.