| Author |
Message |
|
gallonin
Joined: Fri Apr 06, 2012 6:22 pm Posts: 12
|
 I cannot run ZoneMinder on Debian.
Hello, I installed ZoneMinder on Debian by repositorium... ... and ZoneMinder start with debian, but I do not know how run ZoneMinder. If I put my IP address into web browser I see only Apache web page. How configure ZoneMinder to work? PS. Sorry for my english.
|
| Mon Apr 30, 2012 8:20 pm |
|
|
|
 |
|
mjsameth
Joined: Mon Sep 29, 2008 9:33 pm Posts: 26 Location: NYC
|
 Re: I cannot run ZoneMinder on Debian.
|
| Mon Apr 30, 2012 10:17 pm |
|
 |
|
PacoLM
Joined: Wed Dec 02, 2009 10:55 pm Posts: 553 Location: Spain
|
 Re: I cannot run ZoneMinder on Debian.
* Configure zoneminder: In the file /etc/apache2/sites-enabled/000-default Change 'DocumentRoot /var/www', to 'DocumentRoot /usr/share/zoneminder' Change '<Directory /var/www/>', to '<Directory /usr/share/zoneminder/>' service apache2 restart
Open the browser and put the local ip address of your computer, zm interface will appear.
Hope it helps,
PacoLM
_________________ miniITX system + 4 IPCams + 1 Webcam (ZM1.25)
|
| Mon Apr 30, 2012 10:40 pm |
|
 |
|
gallonin
Joined: Fri Apr 06, 2012 6:22 pm Posts: 12
|
 Re: I cannot run ZoneMinder on Debian.
Doesn't work. During apache2 restart is message:
|
| Tue May 01, 2012 2:41 pm |
|
 |
|
PacoLM
Joined: Wed Dec 02, 2009 10:55 pm Posts: 553 Location: Spain
|
 Re: I cannot run ZoneMinder on Debian.
Is the path to the zoneminder files correct?. Seems that you missed a '/' before the 'etc', but first check the files are in /etc/share/zoneminder. PacoLM
_________________ miniITX system + 4 IPCams + 1 Webcam (ZM1.25)
|
| Tue May 01, 2012 3:06 pm |
|
 |
|
gallonin
Joined: Fri Apr 06, 2012 6:22 pm Posts: 12
|
 Re: I cannot run ZoneMinder on Debian.
I have problem with copy/paste between VirtualBox and Windows.    Into ...zoneminder/ folder is only index.php file and other folders.
|
| Tue May 01, 2012 5:22 pm |
|
 |
|
gallonin
Joined: Fri Apr 06, 2012 6:22 pm Posts: 12
|
 Re: I cannot run ZoneMinder on Debian.
ZoneMinder Work.  
|
| Tue May 01, 2012 6:42 pm |
|
 |
|
Boeboe
Joined: Wed Jun 06, 2012 10:37 pm Posts: 1
|
 Re: I cannot run ZoneMinder on Debian.
The Zoneminder apache configuration is available in /etc/zm/apache.conf
Add the lines from that file in /etc/apache2/sites-enabled/000-default between:
</Directory>
Alias /zm /usr/share/zoneminder
<Directory /usr/share/zoneminder> php_flag register_globals off Options Indexes FollowSymLinks <IfModule mod_dir.c> DirectoryIndex index.php </IfModule> </Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
Verified on my Raspberry pi (Raspbian) system
|
| Thu Jun 07, 2012 9:11 pm |
|
|