Re: [us...@httpd] Running Apache reverse proxy on different https port

2009-01-29 Thread ananth desh
Thanks Eric, you are very much right.. On Tue, Jan 27, 2009 at 6:30 PM, Eric Covener wrote: > On Tue, Jan 27, 2009 at 1:48 AM, ananth desh wrote: >> Hello All, >> Thanks for all your tips , Now when i run on port 2443 instead of >> 443 i get an error on the browser as below >> "Description: You

Re: [us...@httpd] Running Apache reverse proxy on different https port

2009-01-27 Thread Eric Covener
On Tue, Jan 27, 2009 at 1:48 AM, ananth desh wrote: > Hello All, > Thanks for all your tips , Now when i run on port 2443 instead of > 443 i get an error on the browser as below > "Description: You have made a request for a secure SSL connection to a > forbidden port number" > Sounds like a mess

Re: [us...@httpd] Running Apache reverse proxy on different https port

2009-01-26 Thread ananth desh
Hello All, Thanks for all your tips , Now when i run on port 2443 instead of 443 i get an error on the browser as below "Description: You have made a request for a secure SSL connection to a forbidden port number" Please let me know whats the reason for this error. Thanks On Thu, Jan 22, 2009

Re: [us...@httpd] Running Apache reverse proxy on different https port

2009-01-22 Thread Krist van Besien
On Wed, Jan 21, 2009 at 4:48 PM, Jorge Medina wrote: > You may actually need to specify the protocol: > > Listen 440 https > > http://httpd.apache.org/docs/2.2/mod/mpm_common.html#listen That's new for 2.2 and I suppose not mandatory. (I've never used this) Krist -- krist.vanbes...@gmail.com k

RE: [us...@httpd] Running Apache reverse proxy on different https port

2009-01-21 Thread Jorge Medina
...@httpd] Running Apache reverse proxy on different https port Thanks Krist, for your valuable information. Regards On Tue, Jan 20, 2009 at 11:04 AM, wrote: > On 1/20/09, ananth desh wrote: >> Hi All, >> I am running a reverse proxy with one public address, And there >>

Re: [us...@httpd] Running Apache reverse proxy on different https port

2009-01-20 Thread ananth desh
Thanks Krist, for your valuable information. Regards On Tue, Jan 20, 2009 at 11:04 AM, wrote: > On 1/20/09, ananth desh wrote: >> Hi All, >> I am running a reverse proxy with one public address, And there >> are 3 backend servers .My question is, can i have a https port >> listening on p

Re: [us...@httpd] Running Apache reverse proxy on different https port

2009-01-19 Thread krist . vanbesien
On 1/20/09, ananth desh wrote: > Hi All, > I am running a reverse proxy with one public address, And there > are 3 backend servers .My question is, can i have a https port > listening on port other than the standard 443. > Basically i want to achieve this way. > https://www.abc.com:440 >

[us...@httpd] Running Apache reverse proxy on different https port

2009-01-19 Thread ananth desh
Hi All, I am running a reverse proxy with one public address, And there are 3 backend servers .My question is, can i have a https port listening on port other than the standard 443. Basically i want to achieve this way. https://www.abc.com:440 https://www.xyz.com:441 https://www.pqr.com:44