8000 minor #6517 Add a warning about using same user for cli and web serve… · symfony/symfony-docs@e84f930 · GitHub
[go: up one dir, main page]

Skip to content

Commit e84f930

Browse files
committed
minor #6517 Add a warning about using same user for cli and web server (pasdeloup)
This PR was squashed before being merged into the 2.3 branch (closes #6517). Discussion ---------- 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 | --- Commits ------- 1214ecc Add a warning about using same user for cli and web server
2 parents 374a2f3 + 1214ecc commit e84f930

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

book/installation.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,12 @@ 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+
.. caution::
233+
234+
If used in a production environment, be sure this user only has limited privileges
235+
(no access to private data or servers, launch of unsafe binaries, etc.)
236+
as a compromised server would give to the hacker those privileges.
231237

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

0 commit comments

Comments
 (0)
0