Upgraded to Ubuntu 21.10 - ZM not working

Discussions related to the 1.36.x series of ZoneMinder
Post Reply
JavaBen
Posts: 6
Joined: Tue Jun 23, 2020 3:14 pm

Upgraded to Ubuntu 21.10 - ZM not working

Post by JavaBen »

Hi!

My zm installation has been solid for about a year, but after upgrading from Ubuntu 21.04 to 21.10, ZM is no longer working.

If I go to http://localhost, I do get the Apache server notice for port 80. Howerver, if I go to localhost/zm, I get the following 404 error:

"The requested URL was not found on this server."

I restarted mySql, and reloaded Apache, but still the same problem.

Apparently, Apache http server is no longer aware of zm. I looked into /var/www/html/ and only found index.html, nothing about zm.

Thanks for your help!
dougmccrary
Posts: 1205
Joined: Sat Aug 31, 2019 7:35 am
Location: San Diego

Re: Upgraded to Ubuntu 21.10 - ZM not working

Post by dougmccrary »

You need to make apache aware of zm.
You missed a step or mis-typed it.
Magic919
Posts: 1381
Joined: Wed Sep 18, 2013 6:56 am

Re: Upgraded to Ubuntu 21.10 - ZM not working

Post by Magic919 »

Better to run the Ubuntu LTS version, IMO.

Run this to check you have Zoneminder enabled -

Code: Select all

a2query -c
Mine gives (amongst other things)

Code: Select all

zoneminder (enabled by site administrator)
-
Post Reply