this is what works for me, listening on two ports, let’s say internal &
external, with identical sites for both.
——————
NameVirtualHost 192.168.1.5 < ---- NO PORT DESIGNATION NEEDED, ALREADY
"LISTENING"
Options None
AllowOverride None
Order allow,deny
Allow from all
CustomLog /var/log/apache2/savo.log combined
ServerName webwork
ServerAlias webwork webwork.savo*.us
ServerAdmin admin@savo.us
DocumentRoot /srv/www/htdocs/webwork
Options None
AllowOverride None
Order allow,deny
Allow from all
CustomLog /var/log/apache2/webwork.log combined