To enabled PHP to write to folder and also give control panel usage#
- Change group of writeable folder to "psaserv"
chgrp -R psaserv [FOLDERNAME]
- Change owner of writeable folder to the Plesk account owner
chown -R [OWNER] [FOLDERNAME]
Any file written by php code is now accesible by http
- (optional) Make the folder "group sticky"
chmod -R g+s [FOLDERNAME]
- (optional) Make the folder "user sticky"
chmod -R u+s [FOLDERNAME]
Any file written by php code is now accesible by plesk and http
ls -lShould now give
drwsrwsr-x
Back to Linux Plesk
Add new attachment
Only authorized users are allowed to upload new attachments.
«
This page (revision-1) was last changed on 06-Mar-2007 11:03 by UnknownAuthor