Page 1 of 1
How do I install Zoneminder for one vhost?
Posted: Mon Jul 10, 2017 7:59 pm
by orsty3001
I just recently installed Zoneminder on Debian 9 with Apache. It works fine but the issue I'm having is that it's placed itself at /zm on all the sites hosted by this webserver. I want to have it on one website instead of all of them.
Re: How do I install Zoneminder for one vhost?
Posted: Tue Jul 11, 2017 12:11 pm
by vox
it's placed itself at /zm on all the sites hosted by this webserver
ZM not add anything in vhost, it's just creat a symbolic link in /var/www/html
I want to have it on one website instead of all of them.
Remove the zm's symbolic link in /var/www/html and re-creat it in the directory set by your vhost
Re: How do I install Zoneminder for one vhost?
Posted: Tue Jul 11, 2017 1:25 pm
by orsty3001
There isn't a symlink in the /var/www/html folder.
Re: How do I install Zoneminder for one vhost?
Posted: Tue Jul 11, 2017 1:55 pm
by rockedge
how is the web server root setup? I have installed ZM on Debian 9 and many other Debian / Ubuntu derivatives and I have not seen the /zm being placed like you describe. Interesting issue.....can you check your Apache configuration for some Alias declaration that is telling Apache that /zm is in the web root of these other sites. If it is happening all across the server it must be a global setting gone rogue.