On Thu, Mar 15, 2012 at 5:22 PM, Gerald Drouillard
<[email protected]> wrote:
> Try this:
> <Location /sipxconfig>
>
> RewriteEngine on
> RewriteCond   %{HTTPS}  !=on
> RewriteRule ^.*$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R]
> #if proxy to a different box using https enable the next 2 lines
> #SetEnv proxy-sendcl 1
> #SetEnv force-proxy-request-1.0 1
> ProxyPass        http://127.0.0.1:12000/sipxconfig
> ProxyPassReverse http://127.0.0.1:12000/sipxconfig
>
> </Location>

excellent, just what i was looking for, thanks!
_______________________________________________
sipx-users mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-users/

Reply via email to