The main requirement for reverse proxying HTTP requests from a port on fisher over to your VM web site is an Apache HTTPD config file. See below for port allocations per dev.
/etc/httpd/conf.d
on fisher/etc/httpd/conf.d/proxy-shokin.conf
# the port open to the Interwebs for shokin-webapps
Listen 50030
# Apache HTTPD on shokin-webapps
# forward/reverse proxy port 50030 requests to shokin-webapps (:80 is default)
<VirtualHost *:50030>
ProxyPreserveHost On
ProxyRequests Off
ProxyPass / http://shokin-webapps/
ProxyPassReverse / http://shokin-webapps/
</VirtualHost>
sudo systemctl restart httpd
.50000-09 dev (group projects with no specific "owner")
50010-19 adf
50020-29 ctc
50030-39 shokin
50040-49 adf
50050-59 sdash
50060-69 acleary
50070-79 dev
50080-89 svengato
50090-99 cjb