[EMAIL PROTECTED] reverse proxy problem

2008-10-23 Thread Alexandru David Constantinescu
Hello, I have some problem with apache configurated as reverse proxy. I use httpd-2.2.3 rpm on Centos 5. I configure two servers : one is the proxy and the second is the real server. Both servers have internet connexions (the all idea is to switch from classic configuration to proxy configura

[EMAIL PROTECTED] Reverse Proxy problem

2007-05-22 Thread sharath reddy
Hi All, I am running apache server ver 2.0.59 on a Linux box on port443 (https). Here are my Reverse proxy lines... ServerName example.com SSLEngine on SSLOptions +StrictRequire SSLRequireSSL SSLProtocol -all +TLSv1 +SSLv3 SSLCipherSuite HIGH:MEDIUM:!aNULL:+SHA1:+MD5:+HIGH:+MEDIUM SSLM

Re: [EMAIL PROTECTED] Reverse Proxy problem

2007-01-11 Thread Krist van Besien
On 1/11/07, Taranjeet Singh Bagga <[EMAIL PROTECTED]> wrote: Hi all, I am using reverse proxy in apache server. I am running an application 'tst' on the machine 10.5.100.15 accessed by the URL http://10.5.100.15:9080/tst My apache server is installed at another machine 10.5.100.20 on port 80.

[EMAIL PROTECTED] Reverse Proxy problem

2007-01-11 Thread Taranjeet Singh Bagga
Hi all, I am using reverse proxy in apache server. I am running an application 'tst' on the machine 10.5.100.15 accessed by the URL http://10.5.100.15:9080/tst My apache server is installed at another machine 10.5.100.20 on port 80. In httpd.conf I have written the following lines. ProxyPass /a

[EMAIL PROTECTED] Reverse proxy problem with content-disposition

2006-04-25 Thread Fab Psycho
Hi, My reverse proxy works very well using httpd 2.0.55.Problem comes when a procedure tries to generate a document using content-disposition on reversed server. There, nothing happens.Removing content-disposition file is correctly relayed.Someone already experienced such a problem ? I coul