[users@httpd] Reverse proxy: how to map a domain.tld to a local host port

2019-10-14 Thread Tom Browder
I want to map multiple virtual hosts (https://domain.tld) to a backend server app. All the recipes I see do something like this: ProxyPreserveHost On ProxyPass "/""http://localhost:8000; ProxyPassReverse "/""http://localhost:8000; Does that mean the single app

[users@httpd] SSI and CGI execution

2019-10-14 Thread Tom Browder
I am successfully using CGI progs (written in the Perl and Raku programming languages), but they are standalone and execute their tasks when called in either of these ways: 1. as an SSI program in the section of an .shtml page: 2. as an href link in the section of an .html or .shtml