Try pointing your browser at ".../guacamole/" instead of ".../guacamole". It may be that Apache is sensitive to that trailing slash and you need a rewrite rule.
- Mike On Mon, Dec 19, 2022 at 1:50 PM Dan Nessett <dness...@yahoo.com.invalid> wrote: > Changed to a FQDN: > > <VirtualHost *:4443> > ServerName server.mountolive.com > DocumentRoot /mnt/raid5/webserver/sites/MOserver > Header always unset X-Frame-Options > > ErrorLog ${APACHE_LOG_DIR}/error.log > CustomLog ${APACHE_LOG_DIR}/access.log combined > > <Location /guacamole/> > Order allow,deny > Allow from all > ProxyPass http://127.0.0.1:8080/guacamole/ flushpackets=on > ProxyPassReverse http://127.0.0.1:8080/guacamole/ > </Location> > > <Location /websocket-tunnel> > Order allow,deny > Allow from all > #Require all granted > ProxyPass ws://127.0.0.1:8080/guacamole/websocket-tunnel > ProxyPassReverse ws://127.0.0.1:8080/guacamole/websocket-tunnel > </Location> > > SSLEngine on > SSLCertificateFile /root/.acme.sh/*.mountolive.com/fullchain.cer > SSLCertificateKeyFile /root/. > acme.sh/*.mountolive.com/*.mountolive.com.key > </VirtualHost> > > This does not fix the problem. > > > On Dec 19, 2022, at 2:01 PM, Alessandro Sironi <a.sir...@me.com.INVALID> > wrote: > > > > > > ServerName must be FQDN, so server.mountolive.com and not only server > > Inviato da iPhone > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org > For additional commands, e-mail: user-h...@guacamole.apache.org > >