I seem to be misconfiguring guacamole (or apache virtual host for guacamole), can anyone help?

2022-12-18 Thread Dan Nessett
I am having trouble configuring Guacamole with Apache. The set up I have is a small network behind a firewall/NAT router (running pfsense). HTTPS requests go to an external address and non-standard port that the router converts using NAT to an internal address and standard port for HTTPS (443).

Re: I seem to be misconfiguring guacamole (or apache virtual host for guacamole), can anyone help?

2022-12-18 Thread Dan Nessett
systemd[1]: apache2.service: Failed with result 'exit-code'. Dec 18 17:33:38 Mount systemd[1]: Failed to start The Apache HTTP Server > On Dec 18, 2022, at 3:53 PM, Michael Jumper wrote: > > On Sun, Dec 18, 2022, 1:52 PM Dan Nessett wrote: > ... > > I tried to

Re: I seem to be misconfiguring guacamole (or apache virtual host for guacamole), can anyone help?

2022-12-18 Thread Dan Nessett
“server.xml” in that directory. > On Dec 18, 2022, at 5:50 PM, Michael Jumper wrote: > > and are elements used within Tomcat's > server.xml configuration file, not the configuration of the Apache HTTP > server. > > - Mike > > > On Sun, Dec 18, 2022, 4:46 PM Dan

Re: I seem to be misconfiguring guacamole (or apache virtual host for guacamole), can anyone help?

2022-12-18 Thread Dan Nessett
Sorry. I got confused. I found the tomcat server.xml file, added the > and are elements used within Tomcat's > server.xml configuration file, not the configuration of the Apache HTTP > server. > > - Mike > > > On Sun, Dec 18, 2022, 4:46 PM Dan Nessett wrote

Re: I seem to be misconfiguring guacamole (or apache virtual host for guacamole), can anyone help?

2022-12-19 Thread Dan Nessett
I am still trying to figure out why guacamole is not working. I looked at the journalctl output, but found nothing suspicious (see below for startup journal messages). When I look at the output of journalctl after attempting to use guacamole from a browser (i.e., http://:/guacamole), there is no

Re: I seem to be misconfiguring guacamole (or apache virtual host for guacamole), can anyone help?

2022-12-19 Thread Dan Nessett
Thanks for your reply. In the access log, '127.0.0.1 - - [19/Dec/2022:10:06:19 -0700] "GET /guacamole HTTP/1.1” 404’ is a URL not found error (see below). However, there is nothing in the log to suggest why it isn’t found. The sites-enabled/000-default.conf file is (leaving out commented out blo

Re: I seem to be misconfiguring guacamole (or apache virtual host for guacamole), can anyone help?

2022-12-19 Thread Dan Nessett
nge > guacamole.mountolive.com with what you want/like. > Remember to restart apache after you have edit the file. > > Best regards, > > Alessandro > > Il 19/12/2022 19:09, Dan Nessett ha scritto: >> Thanks for your reply. In the access log, '127.0.0.1 - - &

Re: I seem to be misconfiguring guacamole (or apache virtual host for guacamole), can anyone help?

2022-12-19 Thread Dan Nessett
; Inviato da iPhone > >> Il giorno 19 dic 2022, alle ore 19:32, Dan Nessett >> ha scritto: >> >> Thanks Alessandro. However, I don’t think this will work, since the >> ServerName is tied to DNS and the DNS name of the server is: >> server.mountolive.c

Re: I seem to be misconfiguring guacamole (or apache virtual host for guacamole), can anyone help?

2022-12-19 Thread Dan Nessett
Changed to a FQDN: 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 Order allow,den

Re: I seem to be misconfiguring guacamole (or apache virtual host for guacamole), can anyone help?

2022-12-21 Thread Dan Nessett
g documentation is expert friendly and not really suitable for those of us who are coming to guacamole for the first time. > On Dec 19, 2022, at 10:30 AM, Michael Jumper wrote: > > On Mon, Dec 19, 2022, 9:25 AM Dan Nessett <mailto:dness...@yahoo.com.invalid>> wrote: > I am

Re: I seem to be misconfiguring guacamole (or apache virtual host for guacamole), can anyone help?

2022-12-22 Thread Dan Nessett
Now that I have apache configured properly, I am trying to get guacamole to connect to a vnc server (tightvnc) running on the remote machine. Here is the listen toplogy: [sudo] password for dnessett: systemd-r 761 systemd-resolve 13u IPv4 21740 0t0 TCP 127.0.0.53:53 (LISTEN) cupsd

Re: I seem to be misconfiguring guacamole (or apache virtual host for guacamole), can anyone help?

2022-12-22 Thread Dan Nessett
or the user on the remote host’s username and password. > On Dec 22, 2022, at 2:25 PM, Michael Jumper wrote: > > On Thu, Dec 22, 2022 at 1:12 PM Dan Nessett > wrote: > Now that I have apache configured properly, I am trying to get guacamole to > connect to a vnc server

Re: I seem to be misconfiguring guacamole (or apache virtual host for guacamole), can anyone help?

2022-12-22 Thread Dan Nessett
Thanks very much for the help. I now get past the auth failure and get a black screen. However, that is a VNC server problem, not a guacamole problem. Regards, Dan > On Dec 22, 2022, at 5:04 PM, Michael Jumper wrote: > > On Thu, Dec 22, 2022, 3:48 PM Dan Nessett wrote: > Thanks