On Mon, Mar 24, 2025 at 12:12 PM Brian Sorto <br...@phoenixts.com> wrote:
> Hello, > > Just started having this issue, with my site. I can access apache > guacamole with the IP address but not the URL. Any suggestions on a fix for > this? > > This generally indicates a DNS issue - that the hostname for your Guacamole server has become invalid (been deleted, IP has changed but hostname points to the old IP, etc.). The other possibility is that, if you're running a reverse proxy (Nginx, httpd) that the reverse proxy configuration isn't pointing to the correct place. You'll need to provide some more detail, though - the exact error message you're getting, for starters. You can also verify that you can "ping <hostname>", where "<hostname>" is the DNS name of your Guacamole install. -Nick