/zm doens't show up in apache

Forum for questions and support relating to the 1.24.x releases only.
Locked
speedamaster
Posts: 25
Joined: Wed Dec 30, 2009 11:29 am

/zm doens't show up in apache

Post 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"?
speedamaster
Posts: 25
Joined: Wed Dec 30, 2009 11:29 am

Re: /zm doens't show up in apache

Post 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
Locked