Thanks for your patience. I have not been able to find the command a2enmod. Here's the results:
USERNAME@SQLMONITOR /etc/httpd/conf
$ sudo a2enmod rewrite
-bash: sudo: command not found
USERNAME@SQLMONITOR /etc/httpd/conf
$ a2enmod rewrite
-bash: a2enmod: command not found
However, I noticed that in my httpd.conf file, the LoadModule here was commented out.
<IfModule mpm_prefork_module>
#LoadModule cgi_module modules/mod_cgi.so
</IfModule>
When I removed the #, and restart the service, I now receive an "Internal Server Error" from the browser, which I feel is progress!
In /etc/httpd/logs/error_log, the last error is:
[cgi:error] [pid 4980] [client ::1:56108] AH01215: (13)Permission denied: exec of '/srv/www/cgi-bin/mpl.pl' failed: /srv/www/cgi-bin/mpl.pl
I checked permissions on that file, and they look correct to me (and the file name appears green, like other executables):
USERNAME@SQLMONITOR /etc/httpd/conf
$ ll /srv/www/cgi-bin/mpl.pl
-rwxr-xr-x 1 USERNAME Domain Users 205 Jan 1 20:28 /srv/www/cgi-bin/mpl.pl*
I will look more at permissions, maybe from the Windows side...
[edited by: not2easy at 6:47 pm (utc) on Jan 3, 2019]
[edit reason] privacy/security USERNAME replace [/edit]