/zm web link

Forum for questions and support relating to the 1.30.x releases only.
Locked
bfarra
Posts: 4
Joined: Sun Feb 10, 2013 2:19 am

/zm web link

Post by bfarra »

I recently upgraded to Ubuntu 16.04 and from zoneminder 1.26 to 1.30. The one thing I can't figure out is how to get to the web browser without adding /zm. I had this working seamlessly before, but I've google searched and can't figure out what has changed. Any ideas?
Mozart
Posts: 17
Joined: Fri Aug 26, 2016 8:41 am

Re: /zm web link

Post by Mozart »

Try this in your apache configuration file:

Code: Select all

<VirtualHost *:80>

  Redirect permanent / http://zm-server.domain.cam/zm

</VirtualHost>
SteveGilvarry
Posts: 494
Joined: Sun Jun 29, 2014 1:12 pm
Location: Melbourne, AU

Re: /zm web link

Post by SteveGilvarry »

Or just setup apache top level site instead of using the zoneminder.conf file, just make sure you replicate all the settings to the top level correctly and zms_path option set to match your new cgi-bin location.
Production Zoneminder 1.37.x (Living dangerously)
Random Selection of Cameras (Dahua and Hikvision)
ScottBouch
Posts: 43
Joined: Sat Oct 26, 2013 2:58 pm

Re: /zm web link

Post by ScottBouch »

ryjnyryshu
Locked