Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 625369a

Browse filesBrowse files
committed
Updated tip with latest comments
1 parent b955d99 commit 625369a
Copy full SHA for 625369a

File tree

Expand file treeCollapse file tree

1 file changed

+9
-7
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+9
-7
lines changed

‎book/installation.rst

Copy file name to clipboardExpand all lines: book/installation.rst
+9-7Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -268,13 +268,15 @@ If there are any issues, correct them now before moving on.
268268
Note that using the ACL is recommended when you have access to them
269269
on your server because changing the umask is not thread-safe.
270270

271-
**4. Use the same user for CLI and HTTP**
272-
273-
It is a common practice to use the same unix user for CLI and HTTP. It avoids
274-
typing commands when setting up new projects. This is done by editing your
275-
Apache configuration file ``httpd.conf`` and update the user and group values
276-
from ``www-data`` to your CLI user. Obviously, this is only recommended in dev
277-
environment.
271+
**4. Use the same user for the CLI and the web server**
272+
273+
In development environments, it is a common practice to use the same unix
274+
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.
278280

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.