Moodle in English: Chown command - root vs www-data
https://moodle.org/mod/forum/discuss.php?d=451287
Oct 12, 2023 ... This command changes the owner of the /path/to/moodle directory and all its subdirectories and files to the root user. 2. chown www-data /path/ ...
Moodle in English: invaliddatarootpermissions
https://moodle.org/mod/forum/discuss.php?d=385637
Apr 25, 2019 ... It's the web server user that needs read/write access to moodledata, this might be apache if you're using Apache, so you can try granting only ...
Permissions problems with /var/www/html and my own home ...
https://askubuntu.com/questions/767504/permissions ...
May 4, 2016 ... The symlink approach you are using doesn't help either for the same reason as trying to give Apache permissions to read /home/andre/www/moodle - ...
Installing Moodle - MoodleDocs
https://docs.moodle.org/en/Installing_Moodle
Oct 20, 2025 ... ... apache'). Example of using the command-line (as root - substitute 'www-data' for your web user):. # chown www-data /path/to/moodle # cd /path ...
httpd cannot access external directory - moodle - Server Fault
https://serverfault.com/questions/1014344/httpd-ca ...
Apr 27, 2020 ... All moodle contents are in the moodle directory. I disabled the SELinux by setenforce 0 . I set the file permission as : chown -R apache:apache ...
Permissions for moodle folder/files - MoodleBox Support
https://discuss.moodlebox.net/d/88-permissions-for ...
Jul 15, 2019 ... Check what is the web-server user (depending on your environment, it's www-data, www, apache, httpd, ... ... chown -R root:www-data /path ...
chown: changing ownership of '/bitnami/moodle': Permission denied
https://github.com/bitnami/containers/issues/75550
Dec 6, 2024 ... ... moodle 10:04:04.30 INFO ==> ** Starting Moodle setup ** moodle 10:04:04.38 DEBUG ==> Validating settings in APACHE_* environment variables ...
Moodle in English: Ubuntu Permissions
https://moodle.org/mod/forum/discuss.php?d=136272
Oct 27, 2009 ... Assuming you have installed apache as part of Ubuntu.... sudo mkdir /var/moodledata sudo chown www-data /var/moodledata sudo chmod 0700 /var ...
Common Moodle LMS installation mistake #3: Incorrect file or ...
https://www.tngconsulting.ca/common-moodle-lms-ins ...
Jan 31, 2024 ... For example, www-data, root, apache or group gid 1005 - but it could be something else. Use the "chown" command to set the group for each of the ...
Installing Moodle with SELinux » CS SysAdmin
https://blogs.wellesley.edu/cssysadmin/2013/02/14/ ...
Feb 14, 2013 ... # chgrp apache ~moodle/data # chmod g+rwx ~moodle/data. 5. We then ran their installer: # chown apache ~moodle/public_html # cd ~moodle ...