Debian Squeeze: how to connect ZoneMinder to Apache

Add any particular hints or tricks you have found to help with your ZoneMinder experience.
Post Reply
GbMax78
Posts: 9
Joined: Sun Aug 28, 2011 6:40 am
Location: Italy
Contact:

Debian Squeeze: how to connect ZoneMinder to Apache

Post by GbMax78 »

Hi at all !

I install on my Debian Squeeze (without desktop manager only console) from repository ZoneMinder, reboot the server and now when I digit on a client lweb browser "my_server_ip/zm" I have a 404 error Not found.

I try, on the same client, a test.php file and I have:

PHP Version 5.3.3-7+squeeze3
......
Apache/2.2.16 (Debian)
......
DOCUMENT_ROOT /var/www
......

I know how to use php, apache and MySQL but I haven't understand how I can connect ZoneMinder to Apache ! :)

To open a web page on Apache I need to copy on the document root and I can't understand where is the ZoneMinder home page !

GbMax78
GbMax78
Posts: 9
Joined: Sun Aug 28, 2011 6:40 am
Location: Italy
Contact:

Re: Debian Squeeze: how to connect ZoneMinder to Apache

Post by GbMax78 »

GbMax78 wrote: I know how to use php, apache and MySQL but I haven't understand how I can connect ZoneMinder to Apache ! :)
I solved:
www . linuxquestions . org /
questions /
linux-software-2 / installed-zoneminder-but-cant-find-it-629833 /

# ln -s /etc/zm/apache.conf /etc/apache2/conf.d/zoneminder.conf
# /etc/init.d/apache2 force-reload

GbMax78
Post Reply