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
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
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.
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
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