CentOS7, ZMrepo, Clean Install - No HTTP on http : // ip/zm

Forum for questions and support relating to the 1.28.x releases only.
Locked
UmuziDan
Posts: 2
Joined: Wed Apr 29, 2015 4:45 am

CentOS7, ZMrepo, Clean Install - No HTTP on http : // ip/zm

Post by UmuziDan »

Hi,

I've attempted this twice.

1. Create clean install of minimal Centos 7
2. Yum update
3. Apply commands per zmrepo - no problem
4. Follow steps in README - no problem, including service starting
5. Test Web GUI - no response. Checking at http : // ip/zm

I've verified that httpd is running and binded it directly to network adapter IP on port 80
I've verified with netstat that port is being monitored
I've checked httpd access and error logs and found no access attempts or errors
I've checked for zm logs in /var/log/zoneminder, but the folder is empty.

Help?
bbunge
Posts: 2975
Joined: Mon Mar 26, 2012 11:40 am
Location: Pennsylvania

Re: CentOS7, ZMrepo, Clean Install - No HTTP on http : // ip

Post by bbunge »

I checked the WIKI and there is no procedure for your version of CentOS. But, under Debian based distributions you need to enable cgi in Apache to get ZM to show. This is my best guess...

bb
User avatar
knight-of-ni
Posts: 2406
Joined: Thu Oct 18, 2007 1:55 pm
Location: Shiloh, IL

Re: CentOS7, ZMrepo, Clean Install - No HTTP on http : // ip

Post by knight-of-ni »

The instructions for getting Redhat based distros working, using zmrepo, is on the zmrepo site.
zmrepo.zoneminder.com

Based on what the OP said, he is following the instructions.

Here is a youtube video of me setting things up in just over 8 minutes:
https://www.youtube.com/watch?v=l2lLvl8WxfU

The video is for CentOS 6, but the steps are identical for CentOS 7.
Try to compare that to what you did.

Notice in the video that I'm doing everything from the local terminal.
Also note that Redhat based distros usually ship with the Firewall on and is set to block all in coming connections.

So if you are trying this from a remote machine, rather than the local terminal, then you've got to either disable the firewalld service or you need to punch holes in it.
Visit my blog for ZoneMinder related projects using the Raspberry Pi, Orange Pi, Odroid, and the ESP8266
All of these can be found at https://zoneminder.blogspot.com/
Locked