Skip to content

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

Closed
@andrerom

Description

@andrerom

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 )

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

    Issue actions