I am using plesk 10.4.4 on a Godaddy Virtual Dedicated server.
I am installing Moodle, and one of the requirements is that you have a hidden directory away from the public.
I have launched plesk control panel for one of my clients, went to Web Sites & Domains/File Manager, and clicked on add new directory only to get this response: Error: Unable to create directory //mood: filemng: Error occurred during /bin/mkdir command.
My Moodle installation asks for this criteria for the data folder:
Data directory
You need a place where Moodle can save uploaded files. This directory should be readable AND WRITEABLE by the web server user (usually 'nobody' or 'apache'), but it must not be accessible directly via the web. The installer will try to create it if doesn't exist.
I tried using ssh to create the folder like this: mkdir /var/www/vhosts/xxxxxx.com/moodledata
but it says: mkdir: cannot create directory `/var/www/vhosts/xxxxxx.com/moodledata': Permission denied
So, am I doing something wrong to create a new folder in the main directory where etc, private, and http docs are?
Am I using the wrong ssh commands? Is there a different way to create a new root directory?
I am installing Moodle, and one of the requirements is that you have a hidden directory away from the public.
I have launched plesk control panel for one of my clients, went to Web Sites & Domains/File Manager, and clicked on add new directory only to get this response: Error: Unable to create directory //mood: filemng: Error occurred during /bin/mkdir command.
My Moodle installation asks for this criteria for the data folder:
Data directory
You need a place where Moodle can save uploaded files. This directory should be readable AND WRITEABLE by the web server user (usually 'nobody' or 'apache'), but it must not be accessible directly via the web. The installer will try to create it if doesn't exist.
I tried using ssh to create the folder like this: mkdir /var/www/vhosts/xxxxxx.com/moodledata
but it says: mkdir: cannot create directory `/var/www/vhosts/xxxxxx.com/moodledata': Permission denied
So, am I doing something wrong to create a new folder in the main directory where etc, private, and http docs are?
Am I using the wrong ssh commands? Is there a different way to create a new root directory?