Aparajita, I really appreciate your help with this... REALLY. I've discovered more while testing.
Before changing to mod_proxy, I changed my rewrite rule so the proxy is to the host name instead of the ip. In that case $2 of OWB contains the following: GET /index.asp?client_ip=10.0.0.104 HTTP/1.1 Host: v11.willsub.com Accept... <snip> The host name IS making it to 4D. The only place I can see $2 going anywhere further is in A4D_OnWebConnection is in the following line: $status:=A4D Execute 4D request ($2;$requestInfo;$responseHeaderNames;$responseHeaderValues;$response) where it is being passed in as the first parameter. Should this not make it in to be compared against the hosts defined in virtualhosts.ini? I still get nothing when id do <%dump request info%> Thank You Mike -----Original Message----- > Looks like mod_rewrite should be working as I had it. Except that you are missing the ProxyPreserveHost directive. Kind regards, Aparajita --------------------------------------------------------------------- _______________________________________________ Active4D-dev mailing list [email protected] http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/
