Re: [sipx-users] supporting/proxying https://server/ going to admin ui

2012-03-16 Thread Aaron Pursell
We should be fine, I was planning on just that, just need to get 2 more servers ready for my lab so I can get ready to test :) Once you introduce a feature, you can't take it away without much gripe. ouglas Hubler 3/16/2012 4:33 AM >>> On Thu, Mar 15, 2012 at 4:37 PM, Aaron Pursell wrote: > Inte

Re: [sipx-users] supporting/proxying https://server/ going to admin ui

2012-03-16 Thread Tony Graziano
On Mar 16, 2012 6:31 AM, "Douglas Hubler" wrote: > > On Thu, Mar 15, 2012 at 4:31 PM, Tony Graziano > wrote: > >> P.P.S. We using the apache server now that's managed by the OS > >> instead of launching an apache instance with a separate config file. > > > > > > YAY! So this config change goes i

Re: [sipx-users] supporting/proxying https://server/ going to admin ui

2012-03-16 Thread Douglas Hubler
On Thu, Mar 15, 2012 at 4:37 PM, Aaron Pursell wrote: > Interesting and good to know while I work on my 4.6 lab to get ready for it. > Only problem is I have been running the native HTTPD on port 81 to allow for > a weather page we display on all our Polycoms idle screens, so will have to > see ho

Re: [sipx-users] supporting/proxying https://server/ going to admin ui

2012-03-16 Thread Douglas Hubler
On Thu, Mar 15, 2012 at 5:22 PM, Gerald Drouillard wrote: > Try this: > > > 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

Re: [sipx-users] supporting/proxying https://server/ going to admin ui

2012-03-16 Thread Douglas Hubler
On Thu, Mar 15, 2012 at 4:31 PM, Tony Graziano wrote: >> P.P.S.  We using the apache server now that's managed by the OS >> instead of launching an apache instance with a separate config file. > > > YAY! So this config change goes in the sipx config file. do you mean it will > be moved into the ap

Re: [sipx-users] supporting/proxying https://server/ going to admin ui

2012-03-15 Thread Gerald Drouillard
On 3/15/2012 4:11 PM, Douglas Hubler wrote: I had to unraveled apache config in 4.6 when we introduced cfengine. For admin interface I decided to go for simple apache config instead of static html landing page w/meta tag. I came up with an apache config. This redirects http requests to admin ui

Re: [sipx-users] supporting/proxying https://server/ going to admin ui

2012-03-15 Thread Aaron Pursell
Interesting and good to know while I work on my 4.6 lab to get ready for it. Only problem is I have been running the native HTTPD on port 81 to allow for a weather page we display on all our Polycoms idle screens, so will have to see how this pans out. Aaron Pursell Network Systems Administratio

Re: [sipx-users] supporting/proxying https://server/ going to admin ui

2012-03-15 Thread Tony Graziano
On Thu, Mar 15, 2012 at 4:11 PM, Douglas Hubler wrote: > I had to unraveled apache config in 4.6 when we introduced cfengine. > For admin interface I decided to go for simple apache config instead > of static html landing page w/meta tag. I came up with an apache > config. This redirects http re

[sipx-users] supporting/proxying https://server/ going to admin ui

2012-03-15 Thread Douglas Hubler
I had to unraveled apache config in 4.6 when we introduced cfengine. For admin interface I decided to go for simple apache config instead of static html landing page w/meta tag. I came up with an apache config. This redirects http requests to admin ui to https and redirects "/" to "/sipxconfig".