File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Original file line number Diff line number Diff line change @@ -269,6 +269,14 @@ If there are any issues, correct them now before moving on.
269
269
270
270
Note that using the ACL is recommended when you have access to them
271
271
on your server because changing the umask is not thread-safe.
272
+
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
+ environnement.
272
280
273
281
When everything is fine, click on "Go to the Welcome page" to request your
274
282
first "real" Symfony2 webpage:
You can’t perform that action at this time.
0 commit comments