• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Rights management in Symfony's cache directory

Devow

New Pleskian
Hi everybody !

I have installed a Symfony 2 web-application.
I saw that the cache directory need to have good rights for server writing and client reading.

I saw 2 groups which manage web directory : psaserv and psacln.

Normally, I think the server (=psaserv ?) need to have "write" permission and client need (=psacln ?) "read" permissions on the cache directory.

I don't really understand who need to have which permissions on the cache directory...that's why I don't understand why I always have 500 Forbidden errors.

I try to "chmod 777" on the directory without success.

Code:
drwxrwsrwx  19 user_which_deploy psaserv  4096 févr. 29 10:29 cache
|
|---  drwxrwsrwx  3 user psacln  4096 févr. 22 12:06 default_backend_thumb_120/
|---  drwxrwsrwx  3 user_which_deploy psaserv 4096 janv. 29 18:40 default_eta_illustration/


Anyone can explain me shortly how Plesk and its 2 groups manage a web-application like Symfony ?

Thank you so much ! :)
 
Back
Top