getting this error in the UI :

The connection has been closed because the server is taking too long to
respond. This is usually caused by network problems, such as a spotty
wireless signal, or slow network speeds. Please check your network
connection and try again or contact your system administrator.


Apcahe configurations are :-

<Location /accops-rdp/>
    Order allow,deny
    Allow from all
    ProxyPass http://localhost:8080/accops-rdp/ flushpackets=on
    ProxyPassReverse http://localhost:8080/accops-rdp/
    ProxyPassReverseCookiePath /guacamole/ /accops-rdp/
</Location>

<Location /accops-rdp/websocket-tunnel>
    Order allow,deny
    Allow from all
    ProxyPass ws://localhost:8080/accops-rdp/websocket-tunnel
    ProxyPassReverse ws://localhost:8080/accops-rdp/websocket-tunnel
</Location>

If I transfer text file,  file is transferred but still I got above error
and half of the progress bar is shown.

If I transfer img file, file is not transferred completely.

On Fri, Dec 29, 2017 at 4:23 PM, Jerry <traskelin.je...@gmail.com> wrote:

> Can you show the relevant lines in Apache's configuration?
>
>
>
> --
> Sent from: http://apache-guacamole-general-user-mailing-list.
> 2363388.n4.nabble.com/
>

Reply via email to