http://ipaddress/zm -- gives requested URL /zm was not found on this server.

Forum for questions and support relating to the 1.26.x releases only.
Locked
maheshalways21
Posts: 2
Joined: Sun Feb 28, 2016 9:33 pm

http://ipaddress/zm -- gives requested URL /zm was not found on this server.

Post by maheshalways21 »

Hello All,

I have installed zoneminder on my raspberry pi (raspbian jessie os). When I enter the URL "http://ipaddress/zm" it gives message below. I tried executing command "sudo ln -s /etc/zm/apache.conf /etc/apache2/conf.d/zoneminder.conf" but gives message "/etc/apache2/conf.d/zoneminder.conf" file not found. Tried searching the file but it doesn't exist. The zoneminder service is running fine. Not sure what I'm missing.

Thanks a ton in advance for all your help.

The requested URL /zm was not found on this server.
Apache/2.4.10 (Raspbian) Server at IP Address Port 80
maheshalways21
Posts: 2
Joined: Sun Feb 28, 2016 9:33 pm

Re: http://ipaddress/zm -- gives requested URL /zm was not found on this server.

Post by maheshalways21 »

Update :
I tried command below and looks like it is working

sudo ln -s /etc/zm/apache.conf /etc/apache2/conf-enabled/zoneminder.conf
Mariu22sz
Posts: 1
Joined: Fri Jan 25, 2019 4:30 pm

Re: http://ipaddress/zm -- gives requested URL /zm was not found on this server.

Post by Mariu22sz »

Hi i have the same error do u know how to fix it on centOS 7?


that did the trick for centOS7 :

Code: Select all

 ln -s /etc/zm/www/zoneminder.httpd.conf /etc/httpd/conf.d/zoneminder.conf 
Locked