DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24745>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24745

Browser refresh causes a very slow response from the Reverse proxy

           Summary: Browser refresh causes a very slow response from the
                    Reverse proxy
           Product: Apache httpd-2.0
           Version: 2.0.48
          Platform: PC
        OS/Version: FreeBSD
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: mod_proxy
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


The Reverse proxy rewrites the rules to get pages from http backend server
When calling a simple page throught the reverse proxy its working well.
If you try to refresh this page on the browser you have to wait about 2 minutes 
to get the page on your browser.
We tried with multiple backend http server (IIS, Apache). We got the same 
results.
We tried with multiple browsers (MSIE5, 5.5, 6,  Netscape 4.7) exactely the 
same results.

Here the reverse proxy section :

<VirtualHost 192.168.10.199:80>
    ServerAdmin [EMAIL PROTECTED]
    DocumentRoot /usr/local/www/data-dist/rproxy/
    ServerName rproxy.mydomain.fr
    ErrorLog /usr/local/www/log/error.log
    CustomLog /usr/local/www/log/access.log combined
    ProxyRequests on
    ProxyVia on
#    SSLProxyEngine on
    ProxyErrorOverride On
    RewriteEngine on
    RewriteLog /usr/local/www/log/unsecured_rewrite.log
    RewriteLogLevel 9
    <Directory />
     Options None
     AllowOverride None
    </Directory>
     RewriteRule ^/(comptes)/(.*)$ http://backend.mydomain.fr/$2 [NC,P]
     ProxyPassReverse /comptes  http://backend.mydomain.fr
</VirtualHost>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to