Changing the origin (10.100.10.65) vhost config to:
UseCanonicalName Off
NameVirtualHost *:80
<VirtualHost *:80>
ServerName none.example.com
VirtualDocumentRoot /path/to/docroot/$0
</VirtualHost>
and the proxy config to:
ProxyPreserveHost On
ProxyPass / http://10.100.10.65/
ProxyPassReverse / http://10.100.10.65/
Now I'm getting 500Mbps instead of 4Mbps. I guess the proxy servers
really didn't like having a couple of hundred VirtualHost blocks with
individual ProxyPass directives.
Case closed! Skye
smime.p7s
Description: S/MIME cryptographic signature
