Skip to content
This repository has been archived by the owner on Aug 10, 2019. It is now read-only.

fix "ps_files_cleanup_dir: Permission denied" #122

Open
wants to merge 1 commit into
base: master-7.0/jessie
Choose a base branch
from
Open

fix "ps_files_cleanup_dir: Permission denied" #122

wants to merge 1 commit into from

Conversation

emanuelis
Copy link

Debian cronjob cleans sessions:
09,39 * * * * root [ -x /usr/lib/php/sessionclean ] && /usr/lib/php/sessionclean

PHP GC can not execute due to /var/lib/phpsessions permissions. And it shouldn't run at all.

Debian cronjob cleans sessions:
09,39 *     * * *     root   [ -x /usr/lib/php/sessionclean ] && /usr/lib/php/sessionclean

PHP GC can not execute due to /var/lib/phpsessions permissions. And it shouldn't run at all.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant