zoneminder apache tweaks
Posted: Thu Jun 11, 2026 4:30 pm
sudo pico /etc/php/*/apache2/php.ini
Restart apache2 service:
sudo systemctl restart apache2
Code: Select all
date.timezone = Australia/Brisbane
memory_limit = 512M
upload_max_filesize = 500M
post_max_size = 500M
max_execution_time = 300sudo systemctl restart apache2