We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentc483ac6 commit1aaa291Copy full SHA for 1aaa291
book/installation.rst
@@ -267,6 +267,14 @@ If there are any issues, correct them now before moving on.
267
268
Note that using the ACL is recommended when you have access to them
269
on your server because changing the umask is not thread-safe.
270
+
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
+ environnement.
278
279
When everything is fine, click on "Go to the Welcome page" to request your
280
first "real" Symfony2 webpage: