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"?
/zm doens't show up in apache
-
- Posts: 25
- Joined: Wed Dec 30, 2009 11:29 am
Re: /zm doens't show up in apache
i got it to work. reason was that the /etc/zm/apacheconf file wasn't announced to apache
I did
and restart apache
I did
Code: Select all
ln -s /etc/zm/apache.conf /etc/apache2/conf.d/zoneminder.conf
Code: Select all
service apache2 restart