Page 1 of 1

/zm doens't show up in apache

Posted: Fri May 13, 2011 11:56 am
by speedamaster
I have screwed around with installing/removing/deleting of zoneminder (as my camera didn't connect properly) so now finally not even zoneminder works anymore.
I finally got it completely removed and reinstalled again (via the ubuntu 11.04 SynapticPackageManager). Even zoneminder service seams to run and even zmu delivers data of my camera, but

I cannot access the webui via http://localhost/zm

how can I get the virtual server "reestablished"?

Re: /zm doens't show up in apache

Posted: Fri May 13, 2011 1:34 pm
by speedamaster
i got it to work. reason was that the /etc/zm/apacheconf file wasn't announced to apache

I did

Code: Select all

ln -s  /etc/zm/apache.conf /etc/apache2/conf.d/zoneminder.conf
and restart apache

Code: Select all

service apache2 restart