|
65.
|
|
|
You can set what permissions are used for files and directories in the Mahara dataroot. The default allows only the web server user to read the data. If you are on shared hosting and might want to download the contents of your dataroot later, e.g. for backup purposes, set this to 0755. Otherwise, leave it as is.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:68
|
|
66.
|
|
|
insecuredataroot: Share the same dataroot with another Mahara
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:136
|
|
67.
|
|
|
``$cfg->insecuredataroot = false;`` (default) or ``$cfg->insecuredataroot = true;``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:138
|
|
68.
|
|
|
You can enforce checking that files that are served have come from dataroot. You would only want to turn this on if you were running more than one Mahara against the same dataroot. If you are doing that, make sure you create separate dataroots for each installation, but symlink the artefact directory from all of them to one of them, and turn on "insecuredataroot" on all the ones for which you created symlinks.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:81
|
|
69.
|
|
|
noreplyaddress: System email address
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:246
|
|
70.
|
|
|
``$cfg->noreplyaddress = 'noreply@yourdomainhere';``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:248
|
|
71.
|
|
|
Set the system mail address. Notifications are sent from this address (except for a few emails when a person doesn't yet have an account). You can also set it in *Administration → Configure site → Site options → Email settings*.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:94
|
|
72.
|
|
|
Typically, the noreply address is one that is not monitored as people are not supposed to reply to it.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:252
|
|
73.
|
|
|
log targets: Destination for log information
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:208
|
|
74.
|
|
|
Typical production environment:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:210
|