Need help with Centos 7 Install - No webpage showing

Forum for questions and support relating to the 1.34.x releases only.
Post Reply
uhsa
Posts: 3
Joined: Thu Oct 01, 2020 1:10 pm

Need help with Centos 7 Install - No webpage showing

Post by uhsa »

I have a couple security cameras - Amcrest & Reolink. Realized Amcrest NVR doesn't do motion detection with ONVIF camera so I decided to install Zoneminder (zoneminder-1.34.20-2.el7.x86_64) on CentOS Linux release 7.8.2003 (Core)

Pretty much steps described in this link: http://buney.net/index.php/2018/01/07/h ... k-summary/

When it all got done - i got no errors. HTTPD and Zoneminder services show "green" and on.

However, when I go to the link http://localhost/zm or http://x.x.x.x/zm - depending on the browser - it will give me for the first time that it's unsafe, do I want to proceed (the usual https certificate warning), but after that nothing.

When I do
curl http://...../zm
i get the following:
curl http://localhost/zm
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>302 Found</title>
</head><body>
<h1>Found</h1>
<p>The document has moved <a href="https://localhost/zm">here</a>.</p>
</body></html>
Going over the config files - I see /etc/zm/www/zoneminder.httpd.conf show the "/zm" dir as /usr/share/zoneminder/www

The httpd.conf shows /var/www

Is that supposed to be so? or do I need to change something?

Can someone pls help me troubleshoot this? I am not a linux expert but been using for a few years to get around :)

Appreciate your time/effort.

Thanks
uhsa
User avatar
burger
Posts: 390
Joined: Mon May 11, 2020 4:32 pm

Re: Need help with Centos 7 Install - No webpage showing

Post by burger »

fastest way to test streams:
ffmpeg -i rtsp://<user>:<pass>@<ipaddress>:554/path ./output.mp4 (if terminal only)
ffplay rtsp://<user>:<pass>@<ipaddress>:554/path (gui)
find paths on ispydb or in zm hcl

If you are new to security software, read:
https://wiki.zoneminder.com/Dummies_Guide
Post Reply