Running ZM along with virtual hosts

Forum for questions and support relating to the 1.24.x releases only.
Locked
SquALeD
Posts: 15
Joined: Wed Mar 17, 2010 5:30 am

Running ZM along with virtual hosts

Post by SquALeD »

Hi all,
Thanks for a great prog!

Got ZM working fine under Ubuntu 9.04 desktop a while ago using the modification to the /etc/apache2/sites-enabled/000-default file to make ZM the primary host in apache.

A while after this I had to delete ZM for various reasons and in the meantime I have set up a website running off the 'default' host on port 80.

Tried to set up ZM again today and although it has an entry in mysql as seen through webmin there doesn't seem to be any virtual server set up for it although it has written the /usr/share/zoneminder files.

So when I try to access localhost/zm I get a 404 page not found error

How can I set up a working virtual server for zm?

Hope this makes sense people as Im pretty new to Ubuntu

Cheers, Sq
SquALeD
Posts: 15
Joined: Wed Mar 17, 2010 5:30 am

Post by SquALeD »

noone?
User avatar
kingofkya
Posts: 1110
Joined: Mon Mar 26, 2007 6:07 am
Location: Las Vegas, Nevada

Post by kingofkya »

ok to make it easy

sudo apt-get remove --purge apache2
sudo apt-get remove --purge zoneminder

sudo apt-get install apache2
sudo apt-get install zoneminder

That should get you back
Locked