Skip to content

Commit 0d5bcd7

Browse files
committed
Rephrase
1 parent 625369a commit 0d5bcd7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

book/installation.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -272,11 +272,10 @@ If there are any issues, correct them now before moving on.
272272

273273
In development environments, it is a common practice to use the same unix
274274
user for the CLI and the web server because it avoids any of these permissions
275-
issues when setting up new projects. This is done by editing your Apache
276-
configuration file ``httpd.conf`` and updating the User and Group values
277-
from ``www-data`` to your CLI user. Obviously, this is only recommended in
278-
development environment as you do not want to give Apache full control over
279-
your whole production system.
275+
issues when setting up new projects. This can be done by editing your web server
276+
configuration (e.g. commonly httpd.conf or apache2.conf for Apache) and setting
277+
its user to be the same as your CLI user (e.g. for Apache, update the User
278+
and Group values).
280279

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

0 commit comments

Comments
 (0)