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
Debian Squeeze: how to connect ZoneMinder to Apache
Re: Debian Squeeze: how to connect ZoneMinder to Apache
I solved:GbMax78 wrote: I know how to use php, apache and MySQL but I haven't understand how I can connect ZoneMinder to Apache !
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