11 Replies Latest reply on Jul 15, 2015 9:18 AM by andreas_w

    Problem with Apache as Proxy for WildFly

    andreas_w

      Hi,

       

      we are trying to migrate our application to WildFly 8.1. We use Apache with mod_proxy as proxy to redirect every request to WildFly. But somehow this is very slow. If we open our application directly with the port of WildFly it is working way faster. Firefox is always showing "transfering data" in the state-bar.

       

      So if we type in:

      http://<path-to-web-app>  
      

      it is slow.

       

      if we type:

      http://<path-to-web-app>port/
      

      it is fast.

       

      If someone would have an idea it would be great. We are using the same configuration with an other application server without any problems by the way. Maybe we forgot to configure something?

       

      Thanks in advance