Search found 3 matches

by adeb
Fri Sep 14, 2007 7:22 am
Forum: ZoneMinder Previous Versions
Topic: Apache using a reverse proxy
Replies: 21
Views: 38551

Another additional note:
Enabling zm's builtin authentication gives me the same problems as mentioned by gommo, everything works accept streaming video.
by adeb
Thu Sep 13, 2007 6:40 pm
Forum: ZoneMinder Previous Versions
Topic: Apache using a reverse proxy
Replies: 21
Views: 38551

I am not familiar with Yoics software, in my case OpenVPN works very good and after reading the manual its not that hard to implement. I recently added apache's basic authentication with the following extra apache config directives: <Proxy *> AuthType Basic AuthName "By Invitation Only" AuthUserFile ...
by adeb
Fri Aug 31, 2007 9:58 am
Forum: ZoneMinder Previous Versions
Topic: Apache using a reverse proxy
Replies: 21
Views: 38551

Just to let you know: I run ZM with a reverse Apache proxy without any problems. These are the relevant config options: <IfModule mod_proxy.c> ProxyRequests Off ProxyVia On </IfModule> ProxyPass /zm http://172.31.0.6/zm ProxyPassReverse /zm http://172.31.0.6/zm I dont use any authentication. The ZM ...