Barry Nesbit wrote:
> [...]
> 1. Modify php.ini (via the templates) :
>
> vi /etc/e-smith/templates/etc/php.ini/60FileUploads
Please DO NOT edit templates directly. Instead create a custom template from the original, and edit the copy.
http://www.e-smith.org/custom/E.g.
# mkdir -p /etc/e-smith/templates-custom/etc/php.ini
# cp /etc/e-smith/templates/etc/php.ini/60FileUploads \
/etc/e-smith/templates-custom/etc/php.ini
# vi /etc/e-smith/templates-custom/etc/php.ini/60FileUploads
This will ensure that your changes aren't lost on upgrade, and that you can promptly restore the system to a known, supported configuration if need be.
Cheers,
Paul