File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,6 @@ If there are any issues, correct them now before moving on.
219
219
220
220
.. sidebar :: Setting up Permissions
221
221
222
-
223
222
One common issue is that the ``app/cache `` and ``app/logs `` directories
224
223
must be writable both by the web server and the command line user. On
225
224
a UNIX system, if your web server user is different from your command
@@ -229,7 +228,8 @@ If there are any issues, correct them now before moving on.
229
228
**1. Using ACL on a system that supports chmod +a **
230
229
231
230
Many systems allow you to use the ``chmod +a `` command. Try this first,
232
- and if you get an error - try the next method.
231
+ and if you get an error - try the next method. This uses a command to
232
+ try to determine your web server user and set is as ``APACHEUSER ``:
233
233
234
234
.. code-block :: bash
235
235
@@ -245,8 +245,9 @@ If there are any issues, correct them now before moving on.
245
245
246
246
Some systems don't support ``chmod +a ``, but do support another utility
247
247
called ``setfacl ``. You may need to `enable ACL support `_ on your partition
248
- and install setfacl before using it (as is the case with Ubuntu), like
249
- so:
248
+ and install setfacl before using it (as is the case with Ubuntu). This
249
+ uses a command to try to determine your web server user and set is as
250
+ ``APACHEUSER ``:
250
251
251
252
.. code-block :: bash
252
253
You can’t perform that action at this time.
0 commit comments