Search found 18 matches
- Mon Nov 24, 2008 4:52 pm
- Forum: ZoneMinder Previous Versions
- Topic: How do I get zm to be https instead of http???
- Replies: 10
- Views: 68438
Question: when you access the box locally can you open http://<zoneminder ip> and https://<zoneminder ip>? If you can, all you do is created the virtual host I mentioned above all requests from the outside to port 7355 will go to zm port 80 which will then be redirected to https://<zoneminder ip ...
- Fri Nov 21, 2008 5:14 pm
- Forum: ZoneMinder Previous Versions
- Topic: Free space calculations on multiple file systems
- Replies: 3
- Views: 2569
- Fri Nov 21, 2008 5:08 pm
- Forum: ZoneMinder Previous Versions
- Topic: Free space calculations on multiple file systems
- Replies: 3
- Views: 2569
- Fri Nov 21, 2008 4:51 pm
- Forum: ZoneMinder Previous Versions
- Topic: Symlink in ZM_DIR_EVENTS disapear after some minutes
- Replies: 2
- Views: 2174
Domonet, Not sure about the first question you have there. In my installation the Monitor name is linked to the monitor ID. apache apache 10 apache apache 11 apache apache 12 apache apache 7 apache apache 8 apache apache 9 apache apache Conference_Room_01 -> 12 apache apache LOBBY_IR_01 -> 7 apache ...
- Fri Nov 21, 2008 4:21 pm
- Forum: ZoneMinder Previous Versions
- Topic: E-mail Alerts: No message created, No message sent
- Replies: 6
- Views: 4867
Thanks for the reply. I forgot to mention this filter was for nightly reports of all videos recorded from x time to y time the next day. The filter works however zm does not ever get to the email creation stage. I also had this setup as a cron job to run the filter as I don't want it to constantly ...
- Fri Nov 21, 2008 6:10 am
- Forum: ZoneMinder Previous Versions
- Topic: E-mail Alerts: No message created, No message sent
- Replies: 6
- Views: 4867
wow awesome the flood of replies is too much for me to handle. Anyway still have not solved the issue. The autoEmail flag is set in the database. I checked all my perl modules and they are correct. In fact to further my testing I took all the information out of the e-mail options setup however left ...
- Fri Nov 21, 2008 5:20 am
- Forum: ZoneMinder Previous Versions
- Topic: How do I get zm to be https instead of http???
- Replies: 10
- Views: 68438
You can simply setup a virtual host and redirect all requests from http://<servername> to https://<server name>. ZM should be listening on both 80 and 443. I am using CentOS 5.2. Look at your httpd.conf file in /etc/httpd/conf/httpd.conf. You will see a section at the end like this ### Section 3 ...
- Thu Nov 06, 2008 7:07 am
- Forum: Hardware Queries
- Topic: Problem with two 8 channel PCI CCTV card based on bt878
- Replies: 7
- Views: 5412
- Sat Nov 01, 2008 1:47 am
- Forum: ZoneMinder Previous Versions
- Topic: How to move ZM directories?
- Replies: 23
- Views: 13859
- Fri Oct 31, 2008 9:51 pm
- Forum: ZoneMinder Previous Versions
- Topic: How to move ZM directories?
- Replies: 23
- Views: 13859
Well lets try it this way: 1. In your how-to's explain to me why step 4 in http://handband.net/wiki/index.php?title=Ubuntu:ZoneMinder is needed and why it isn't listed in any of the other how-to's? 2. How does Apache know that /zm/zoneminder exsists? 3. What does the Alias directive in your apache ...
- Thu Oct 30, 2008 6:01 pm
- Forum: ZoneMinder Previous Versions
- Topic: How to move ZM directories?
- Replies: 23
- Views: 13859
zm2009 Well what you really did was just get rid of the symlink from /usr/share/zoneminder to /var/www/zm. If I read this correctly you copied everything from /usr/share/zoneminder to /zm/zoneminder so now you have two directories with zoneminder files. Then you symlinked /zm/zoneminder to /var/www ...
- Thu Oct 30, 2008 4:10 pm
- Forum: ZoneMinder Previous Versions
- Topic: How to move ZM directories?
- Replies: 23
- Views: 13859
- Thu Oct 30, 2008 5:06 am
- Forum: ZoneMinder Previous Versions
- Topic: How to move ZM directories?
- Replies: 23
- Views: 13859
Quick question but why do you have the Alias directive in your config? Your document root is probably /var/www so if you go to <hostname>/zm it will take you to /usr/share/zoneminder because /var/www/zm is symlinked to it. As you have it now when you go to <hostname>/zm it by passes the symlink you ...
- Wed Oct 29, 2008 3:08 pm
- Forum: ZoneMinder Previous Versions
- Topic: fresh 64bit centos install - no zm main page displaying
- Replies: 2
- Views: 5535
sounds like you need php-mysql installed. zmsystem@~]$ yum list installed | grep php php.x86_64 5.1.6-20.el5_2.1 installed php-cli.x86_64 5.1.6-20.el5_2.1 installed php-common.x86_64 5.1.6-20.el5_2.1 installed php-gd.x86_64 5.1.6-20.el5_2.1 installed php-mysql.x86_64 5.1.6-20.el5_2.1 installed php ...
- Wed Oct 29, 2008 3:58 am
- Forum: ZoneMinder Previous Versions
- Topic: Problems with stream of cameras
- Replies: 2
- Views: 2344
You mentioned that access via the "WebAdmin" works fine do you mean you are accessing ZM on the host machine via a web browser and when you try to access it from another computers browser it doesn't work. If this is the case do you currently have any authentication setup or do you just go to your ZM ...