Apache using a reverse proxy
Posted: Wed Mar 23, 2005 5:10 am
I've configured zoneminder to run off a machine behind my linux firewall machine.
I'm using a reverse proxy setup in order for me to access it from outside my network.
From inside the network everything is running great if I directly access the machine running zoneminder. (192.168.0.88).
But when I attempt to view the monitors outside my firewall I get no streaming or images from the webcams. I can access the site and configure things, but any images or streams from the web cams just doesnt work.
Has anyone successfully done this?
My firewall's apache configuration looks like this
<IfModule mod_proxy.c>
ProxyRequests Off
<Proxy *>
AllowOverride AuthConfig
#Order deny,allow
#Deny from all
AuthType Basic
AuthName "Restricted Files"
AuthUserFile /etc/linuxmonht
</Proxy>
ProxyPass /zm/ http://192.168.0.88:80/zm/
ProxyPassReverse /zm/ http://192.168.0.88:80/zm/
</IfModule>
Thanks
I'm using a reverse proxy setup in order for me to access it from outside my network.
From inside the network everything is running great if I directly access the machine running zoneminder. (192.168.0.88).
But when I attempt to view the monitors outside my firewall I get no streaming or images from the webcams. I can access the site and configure things, but any images or streams from the web cams just doesnt work.
Has anyone successfully done this?
My firewall's apache configuration looks like this
<IfModule mod_proxy.c>
ProxyRequests Off
<Proxy *>
AllowOverride AuthConfig
#Order deny,allow
#Deny from all
AuthType Basic
AuthName "Restricted Files"
AuthUserFile /etc/linuxmonht
</Proxy>
ProxyPass /zm/ http://192.168.0.88:80/zm/
ProxyPassReverse /zm/ http://192.168.0.88:80/zm/
</IfModule>
Thanks