While reviewing the mod_proxy docs, I found the following which is quite 
interesting:

<apache mod_proxy docs> 
        A reverse proxy is activated using the ProxyPass directive or the [P] 
flag to the RewriteRule directive...
</apache mod_proxy docs>

It appears that using the [P] flag in the re_write rule, like I am, should 
accomplish the same thing as using mod_proxy


In addition, the mod_rewrite docs indicate:

<apache mod_rewrite docs> 
        Use of the [P] flag causes the request to be handled by mod_proxy, and 
handled via a proxy request....
        ...Use this flag to achieve a more powerful implementation of the 
ProxyPass directive, to map remote content into the namespace of the local 
server.
</apache mod_rewrite docs>

Looks like mod_rewrite should be working as I had it.

Mike


-----Original Message-----

> Thanks, I'll give it a try and report back.

You should also add this:

ProxyPassReverseCookieDomain localhost <public domain name>

Kind regards,

   Aparajita
   www.aparajitaworld.com

   "If you dare to fail, you are bound to succeed."
   - Sri Chinmoy   |   www.srichinmoy.org

_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/
_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to