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 <cove...@gmail.com> wrote:
   

 On Fri, Jan 2, 2015 at 11:16 AM, Kassal Kane <kassalk...@yahoo.ca> 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
cove...@gmail.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



   

Reply via email to