https://bz.apache.org/bugzilla/show_bug.cgi?id=65447

            Bug ID: 65447
           Summary: Reverse Proxy strange behaviour
           Product: Apache httpd-2
           Version: 2.4.41
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_proxy
          Assignee: bugs@httpd.apache.org
          Reporter: g.ghide...@winstech.it
  Target Milestone: ---

It's a completely non-intuitive situation: 1 Primefaces JSF application loaded
directly from the application server - works fine. Same JSF application loaded
through an Apache reverse proxy, and the computed CSS is different. All the CSS
files arrive un-corrupted in browser, but through the reverse proxy some
elements get the default User Agent Stylesheet. I would not expect that a
pass-through reverse-proxy influence CSS but apparently it does.

Rules:

[...]
ProxyRequests Off
ProxyPreserveHost Off
ProxyPass /b2b/  http://atb2b/
ProxyHTMLURLMap http://atb2b/  /b2b/

<Location /b2b/>
    ProxyPassReverse /
    ProxyHTMLEnable On
    ProxyHTMLURLMap  /  /b2b/
    RequestHeader    unset  Accept-Encoding
</Location>

[...]

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to