[users@httpd] Apache configuration for guacamole

2022-12-19 Thread Dan Nessett
I am attempting to get guacamole working with apache. I have been working with the guacamole users, but they now tell me that I have an apache2 configuration problem. So, I am trying to get some help from apache2 users. The set up I have is a small network behind a firewall/NAT router (running

Re: [users@httpd] Apache2 fails to listen on open port

2022-12-15 Thread Dan Nessett
port 4443, and not 443. > > On Thu, Dec 15, 2022 at 8:58 PM Dan Nessett > wrote: > In case you are unfamiliar with the block comment approach using IgnoreBlockComment>, I used the traditional # comment indication and got the > same result: > > dnessett@Mount:/etc/apache2$

Re: [users@httpd] Apache2 fails to listen on open port

2022-12-15 Thread Dan Nessett
e2.service: Failed with result 'exit-code'. Dec 15 18:52:14 Mount systemd[1]: Failed to start The Apache HTTP Server. dnessett@Mount:/etc/apache2$ > On Dec 15, 2022, at 6:40 PM, Frank Gingras wrote: > > So you clearly had two listen directives for the same port; remove one.

Re: [users@httpd] Apache2 fails to listen on open port

2022-12-15 Thread Dan Nessett
> > > > systemctl httpd start > > > > to give the system time to release all the resources. > > > > John > > == > > On Thu, 2022-12-15 at 17:28 -0700, Dan Nessett wrote: > > > Thanks for the info. However, I don’t believe any of the probl

Re: [users@httpd] Apache2 fails to listen on open port

2022-12-15 Thread Dan Nessett
gone > > systemctl httpd start > > to give the system time to release all the resources. > > John > == > On Thu, 2022-12-15 at 17:28 -0700, Dan Nessett wrote: >> Thanks for the info. However, I don’t believe any of the problems suggested >> in >> th

Re: [users@httpd] Apache2 fails to listen on open port

2022-12-15 Thread Dan Nessett
Thanks for the suggestions. Here are the results: dnessett@Mount:/etc/apache2$ grep -r Listen sites-available/000-default.conf:Listen localhost:4443 ssl; ports.conf:#Listen 80 ports.conf: Listen 4443 ports.conf: Listen 443 dnessett@Mount:/etc/apache2$ The ports.conf entry with Listen 443

Re: [users@httpd] Apache2 fails to listen on open port

2022-12-15 Thread Dan Nessett
Thanks for the info. However, I don’t believe any of the problems suggested in the wiki apply.1. The output from both lsof and netstat -plant indicate no other process is using port 4443 either before or after apache2 is started2. There does not seem to be conflicting Listen commands in the apache

[users@httpd] Apache2 fails to listen on open port

2022-12-15 Thread Dan Nessett
I am attempting to set up apache with sslh. The latter is running fine, but when I attempt to start the apache2 server, it fails with the following message: dnessett@Mount:/etc/apache2/sites-available$ sudo systemctl restart apache2 Job for apache2.service failed because the control process exite