Page 1 of 1

zoneminder apache tweaks

Posted: Thu Jun 11, 2026 4:30 pm
by zemerdon
sudo pico /etc/php/*/apache2/php.ini

Code: Select all

date.timezone = Australia/Brisbane
memory_limit = 512M
upload_max_filesize = 500M
post_max_size = 500M
max_execution_time = 300
Restart apache2 service:
sudo systemctl restart apache2