Page 1 of 1

/zm web link

Posted: Fri Sep 02, 2016 2:13 am
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?

Re: /zm web link

Posted: Fri Sep 02, 2016 7:33 am
by Mozart
Try this in your apache configuration file:

Code: Select all

<VirtualHost *:80>

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

</VirtualHost>

Re: /zm web link

Posted: Sun Sep 04, 2016 6:59 am
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.

Re: /zm web link

Posted: Fri Jun 30, 2017 4:38 pm
by ScottBouch
ryjnyryshu