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/ ...
correct chown and chmod on /var/www/moodle
https://moodle.org/mod/forum/discuss.php?d=123179
May 13, 2009 ... AC, Evidently giving RWX to the 'nobody' user only didn't work because the Apache user is not 'nobody'. As you say, ...
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 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 - ...
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 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 ...
Installing Moodle - MoodleDocs
https://docs.moodle.org/en/Installing_Moodle
Apr 14, 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 ...
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 - ArchWiki
https://wiki.archlinux.org/title/Moodle
Jun 15, 2024 ... # tar xzvf moodle-latest-23.tgz -C /srv/http. Make it read/writeable by Apache: # chown -R http:http /srv/http/moodle. Configuration.
Moodle in English: moodledata directory ownership
https://moodle.org/mod/forum/discuss.php?d=382012
Feb 5, 2019 ... Thus far, everything looks to be running smoothly, but there is a detail that is annoying me. The system user that runs apache (www-data) owns ...