I have but to be honest Im not sure if Im doing this correctly. Below is my complete config. Then in javascript Im using localhost for the ip address in the GET statement. RewriteEngine On ProxyRequests Off <Proxy> Order deny,allow Allow from all </Proxy>
ProxyPass /set_alarm.cgi http://192.168.7.63:8122/set_alarm.cgi?motion_armed=1&schedule_enable=1 ProxyPassReverse /set_alarm.cgi http://192.168.7.63:8122/set_alarm.cgi?motion_armed=1&schedule_enable=1 On Friday, January 2, 2015 8:42 AM, Eric Covener <[email protected]> wrote: On Fri, Jan 2, 2015 at 11:16 AM, Kassal Kane <[email protected]> wrote: > ProxyPassMatch ^http://192.168.7.253:8122$ http://192.168.7.63:8122/$1 You'll probably find that none of the examples operate on a fully qualified URL, but just on the path. Have you tried just ProxyPass /set_alarm.cgi http://192.... -- Eric Covener [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
