Re: [users@httpd] TLS handling with reverse proxy

2020-09-02 Thread Yuma Technical Inc.
at a loss... > On Aug 31, 2020, at 7:50 PM, Tom Browder wrote: > > On Mon, Aug 31, 2020 at 14:18 Yuma Technical Inc. <mailto:yumatechni...@gmail.com>> wrote: > Don’t forget the “:” between host and port. If you want, even * > So I guess ${DOMAIN}.${TLD}:${PORT} >

Re: [users@httpd] TLS handling with reverse proxy

2020-08-31 Thread Yuma Technical Inc.
>> wrote: > On Sun, Aug 30, 2020 at 11:12 Tom Browder <mailto:tom.brow...@gmail.com>> wrote: > On Sun, Aug 30, 2020 at 10:37 Yuma Technical Inc. <mailto:yumatechni...@gmail.com>> wrote: > I may be using the setup you describe. I have Webmin to manage services >

Re: [users@httpd] TLS handling with reverse proxy

2020-08-30 Thread Yuma Technical Inc.
I may be using the setup you describe. I have Webmin to manage services (independent of Apache) and access it over https (using a (browser-trusted) certificate I made). Webmin could be accessed with either the : ending or a subdomain (via reverse-proxing). But now I can only access via : , so

[users@httpd] variable caused hidden issues

2020-07-14 Thread Yuma Technical Inc.
For ages my Apache web server wound not work properly. Details: I spent a while configuring and installing web applications. Like I’ve done on several other machines. It was all working at this time. Then I decided to use variables rather than hard-coded values. Check: When problems first arr