8000 Update directory permissions to make var/ writable by andrerom · Pull Request #6136 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Update directory permissions to make var/ writable #6136

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 16, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update dir permissions to reflect var being writable
  • Loading branch information
andrerom committed Jan 12, 2016
commit d6456ad165af7bb669a3dda098b77070758d3df2
8 changes: 4 additions & 4 deletions book/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,10 @@ If there are any issues, correct them now before moving on.

.. sidebar:: Setting up Permissions

One common issue when installing Symfony is that the ``var/cache``, ``var/logs``
and ``var/sessions`` directories must be writable both by the web server and
the command line user. On a UNIX system, if your web server user is different
from your command line user, you can try one of the following solutions.
One common issue when installing Symfony is that the ``var`` directory must
be writable both by the web server and the command line user. On a UNIX
system, if your web server user is different from your command line user
who owns the files, you can try one of the following solutions.

**1. Use the same user for the CLI and the web server**

Expand Down
0