4 Replies Latest reply on May 26, 2013 6:09 AM by sewatech

    How to access Admin Console via Apache Web Server ?

    sewatech

      Hi,

       

      I'm trying to access to my admin console via Apache and mod_proxy. I saw some issues (https://issues.jboss.org/browse/AS7-1856, for example) which are supposed to be fixed in AS 7.1.3.

       

      Here is my mod_proxy setting :

       

      ProxyPass /console http://localhost:9990/console
      ProxyPassReverse /console http://localhost:9990/console
      
      ProxyPass /management http://localhost:9990/management
      ProxyPassReverse /management http://localhost:9990/management
      

       

       

      It's working fine with Firefox (v7), but not on Chrome (v23) or Safari (v6). On those browsers I have a 403 error on the first POST call to the /management context. A GET call to /management from browser address bar is working fine.

       

      Is there a way to make it work on all browsers ?

       

      Thanks,

       

      Alexis