Skip to content

Commit f5d9e36

Browse files
tony-coweaverryan
authored andcommitted
Updated tip with latest comments
1 parent 344a43f commit f5d9e36

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

book/installation.rst

+9-7
Original file line numberDiff line numberDiff line change
@@ -270,13 +270,15 @@ If there are any issues, correct them now before moving on.
270270
Note that using the ACL is recommended when you have access to them
271271
on your server because changing the umask is not thread-safe.
272272

273-
**4. Use the same user for CLI and HTTP**
274-
275-
It is a common practice to use the same unix user for CLI and HTTP. It avoids
276-
typing commands when setting up new projects. This is done by editing your
277-
Apache configuration file ``httpd.conf`` and update the user and group values
278-
from ``www-data`` to your CLI user. Obviously, this is only recommended in dev
279-
environment.
273+
**4. Use the same user for the CLI and the web server**
274+
275+
In development environments, it is a common practice to use the same unix
276+
user for the CLI and the web server because it avoids any of these permissions
277+
issues when setting up new projects. This is done by editing your Apache
278+
configuration file ``httpd.conf`` and updating the User and Group values
279+
from ``www-data`` to your CLI user. Obviously, this is only recommended in
280+
development environment as you do not want to give Apache full control over
281+
your whole production system.
280282

281283
When everything is fine, click on "Go to the Welcome page" to request your
282284
first "real" Symfony2 webpage:

0 commit comments

Comments
 (0)