Search found 3 matches
- Sat Aug 27, 2016 3:29 pm
- Forum: ZoneMinder 1.29.x
- Topic: CGI auth not working behind reverse proxy
- Replies: 6
- Views: 90025
Re: CGI auth not working behind reverse proxy
I'm dumbfounded. For some reason it just works now, without any changes to the configuration. The only thing that didn't work properly yet was the live stream FPS display over HTTPS. This was because I proxy pass the traffic from reverse proxy to back-end webserver over HTTP, and ZM uses a few non ...
- Thu Aug 25, 2016 5:39 pm
- Forum: ZoneMinder 1.29.x
- Topic: Two or more similar Cameras
- Replies: 3
- Views: 1995
Re: Two or more similar Cameras
I had a similar issue on Debian Jessie. In my case it was because there wasn't enough space left in /dev/shm. You can check with: df -h /dev/shm If that's the problem you can solve it by adding more RAM or allocating a greater portion of your RAM to /dev/shm. (or lowering the resolution so less ...
- Wed Aug 24, 2016 2:45 pm
- Forum: ZoneMinder 1.29.x
- Topic: CGI auth not working behind reverse proxy
- Replies: 6
- Views: 90025
CGI auth not working behind reverse proxy
Hey all! First of all thank you for making this amazing piece of software. It's been working out great for me, except for this small issue. I'm running Zoneminder 1.29.0 on Debian Jessie (8.5), from the repo's (1.29.0+dfsg-1~bpo8+1). It's sitting behind a reverse proxy (for SSL offloading), both ...