Skip to content

Commit 04a73a5

Browse files
committed
Add a warning about using same user for cli and web server
| Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | ---
1 parent 71fef2f commit 04a73a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

book/installation.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,9 @@ If there are any issues, correct them now before moving on.
228228
configuration (e.g. commonly httpd.conf or apache2.conf for Apache) and setting
229229
its user to be the same as your CLI user (e.g. for Apache, update the ``User``
230230
and ``Group`` values).
231+
232+
Be careful, this option is not recommended on production environments for security
233+
reasons as a compromise server would give to the hacker the same privileges than this user.
231234

232235
**2. Using ACL on a system that supports chmod +a**
233236

0 commit comments

Comments
 (0)