I am trying to proxy off requests from wan url
https://external.mydomain.com/sipxconfig to an internal site
https://internal.mydomain.com:8443/sipxconfig.

This what I attempted to do

RewriteRule ^https://external.mydomain.com:8443$
https://external.mydomain.com/ [R]
RewriteRule ^https://internal.mydomain.com:8443$
https://external.mydomain.com/ [R]
RewriteRule /sipxconfig$ https://external.mydomain.com/sipxconfig/ [R]
 <Location /sipxconfig/>
 ProxyPass https://internal.mydomain.com:8443/sipxconfig/
 ProxyPassReverse https://internal.mydomain.com:8443/sipxconfig/
 </location>

There appears to be one more outstanding problem.  That is, the tag
below doesn't get rewritten.


<base href="https://internal.mydomain.com:8443/sipxconfig/"; /><!--[if
IE]></base><![endif]-->

Any help is appreciated.

Thanks in advance

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [email protected]
   "   from the digest: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to