I followed all the instructions from the wiki https://wiki.zoneminder.com/Debian_12_B ... der_1.36.x
I open the Host's browser and try connecting to http://localhost/zm/, but error: This page isn't working. localhost is currently unable to handle this request. HTTP ERROR 500
I checked apache2 is running on the VM Debian 12 Bookworm.
Code: Select all
root@debian:~# systemctl status apache2
● apache2.service - The Apache HTTP Server
Loaded: loaded (/lib/systemd/system/apache2.service; enabled; preset: enab>
Active: active (running) since Mon 2024-03-11 20:25:19 AEST; 1h 47min ago
Docs: https://httpd.apache.org/docs/2.4/
Process: 538 ExecStart=/usr/sbin/apachectl start (code=exited, status=0/SUC>
Main PID: 647 (apache2)
Tasks: 6 (limit: 1048)
Memory: 40.7M
CPU: 295ms
CGroup: /system.slice/apache2.service
├─647 /usr/sbin/apache2 -k start
├─652 /usr/sbin/apache2 -k start
├─653 /usr/sbin/apache2 -k start
├─654 /usr/sbin/apache2 -k start
├─655 /usr/sbin/apache2 -k start
└─656 /usr/sbin/apache2 -k start
Mar 11 20:25:18 debian systemd[1]: Starting apache2.service - The Apache HTTP S>
Mar 11 20:25:19 debian apachectl[574]: AH00558: apache2: Could not reliably det>
Mar 11 20:25:19 debian systemd[1]: Started apache2.service - The Apache HTTP Se>
Code: Select all
linuxmint@linuxmint:~$ sudo netstat -plnt | grep ':80'
[sudo] password for linuxmint:
tcp6 0 0 :::80 :::* LISTEN 1238/apache2
tcp6 0 0 :::8080 :::* LISTEN 1098/java
I've searched some ZM docs and searched, but unsure how to fix?