Skip to content

Update 3.x doc to reflect that whole var dir is writable #6132

@andrerom

Description

@andrerom
Contributor

As of 3.0, writeable files are placed in var folder, however the doc for directory permissions does not reflect this other then just mapping the old doc from app => var.

If this is changed to give write access to var it would:

In summary, changing:

$ sudo chmod +a "$HTTPDUSER allow delete,write,append,file_inherit,directory_inherit" var/cache var/logs

to

$ sudo chmod +a "$HTTPDUSER allow delete,write,append,file_inherit,directory_inherit" var

( same goes for all other commands dealing with directory permissions in doc )

Activity

changed the title [-]Update 3.x doc to reflect that whole var/ dir is writable by server[/-] [+]Update 3.x doc to reflect that whole var/ dir is writable[/+] on Jan 12, 2016
changed the title [-]Update 3.x doc to reflect that whole var/ dir is writable[/-] [+]Update 3.x doc to reflect that whole var dir is writable[/+] on Jan 12, 2016
added a commit that references this issue on Jan 12, 2016
f18a1aa
andrerom

andrerom commented on Jan 12, 2016

@andrerom
ContributorAuthor

PR: #6136

added
hasPRA Pull Request has already been submitted for this issue.
on Jan 12, 2016
added a commit that references this issue on Jan 16, 2016
14d2afb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    hasPRA Pull Request has already been submitted for this issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @andrerom@xabbuh

        Issue actions

          Update 3.x doc to reflect that whole var dir is writable · Issue #6132 · symfony/symfony-docs