Search found 1 match

by robbyrob
Thu Jan 24, 2019 9:16 pm
Forum: ZoneMinder 1.32.x
Topic: reverse proxy broken on /cgi/bin/
Replies: 4
Views: 3884

Re: reverse proxy broken on /cgi/bin/

I got it working with and without Apache Proxy with the following two steps: Apache proxy config: ProxyPass /zm http://<ip of zm server>/zm ProxyPassReverse /zm http://<ip of zm server>/zm ProxyPass /cgi-bin http://<ip of zm server>/cgi-bin ProxyPassReverse /cgi-bin http://<ip of zm server>/cgi-bin ...