JVideoDirect Configration

From JVideoDirect Documentation

Jump to: navigation, search

jVideoDirect on Plesk

Directory permission requirement for jVideoDirect is very simple. We need the user of your webserver or it's userid to be able to access our storage namely "jMediaDirect" directory.

We are going to demonstrate below on how to setup your server if you are using Plesk.

First, we update permission for our joomla installation

cd /var/www/vhosts/[domain.com]
chown -R [username]:psacln httpdocs
chmod -R g+w httpdocs
find httpdocs -type d -exec chmod g+s {} \;

Add the ‘apache’ user to the ‘psacln’ group by editing ‘/etc/group’. change

psacln:x:2524:

to

psacln:x:2524:apache

For my server I also had to add psaftp,psaadm:

psacln:x:2524:apache,psaftp,psaadm

Restart apache

/sbin/service httpd restart

DONE!

reference Joomla and Plesk Permission

Personal tools