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
http://ipaddress/zm -- gives requested URL /zm was not found on this server.
-
- Posts: 2
- Joined: Sun Feb 28, 2016 9:33 pm
-
- Posts: 2
- Joined: Sun Feb 28, 2016 9:33 pm
Re: http://ipaddress/zm -- gives requested URL /zm was not found on this server.
Update :
I tried command below and looks like it is working
sudo ln -s /etc/zm/apache.conf /etc/apache2/conf-enabled/zoneminder.conf
I tried command below and looks like it is working
sudo ln -s /etc/zm/apache.conf /etc/apache2/conf-enabled/zoneminder.conf
Re: http://ipaddress/zm -- gives requested URL /zm was not found on this server.
Hi i have the same error do u know how to fix it on centOS 7?
that did the trick for centOS7 :
that did the trick for centOS7 :
Code: Select all
ln -s /etc/zm/www/zoneminder.httpd.conf /etc/httpd/conf.d/zoneminder.conf