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

Eric Hameleers <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW

--- Comment #7 from Eric Hameleers <[email protected]> ---
I could not repeat this, I kept losing interactivity when running httpd-2.4.47.

I have uploaded trace8 logs of a couple of seconds clicking and typing in NoVNC
browser client, for both httpd-2.4.46 (where everything works fine) and
httpd-2.4.47 (where interactive screen refresh is unpredictable and needs to be
triggered by mouse click-drag most of the times):
https://orwell.alienbase.nl/files/

This is my current vhost configuration, I created a separate vhost just for
testing the reverse-proxying to my novnc backend. The remainder of the
configuration is for letsencypt so that I can access the page with https:

    Alias /remco /usr/local/noVNC-1.2.0
    <Location /remco/>
         AllowOverride All
        AuthBasicAuthoritative off
        AuthUserFile /xxxxxxxx
        AuthType Basic
        AuthName "Hello Server"
        require valid-user
    </Location>
    ProxyPass /websockify ws://127.0.0.1:6080/websockify retry=2
    ProxyPassReverse /websockify ws://127.0.0.1:6080/websockify retry=2
    ProxyPass /remco/ http://localhost:6080/
    ProxyPassReverse /remco/ http://localhost:6080/

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to