port for virtualhost is ignored
Brought to you by:
dembol
When using mod_cband with SSL/NonSSL virtualhosts like
<VirtualHost x.y.z:80>
...
</VirtualHost>
<VirtualHost x.y.z:443>
...
</VirtualHost>
there will not be distinguished between these virtualhosts. You even get errors like
[warn] Duplicate command 'CBandScoreboard' for x.y.z:1
[warn] Duplicate command 'CBandPeriod' for x.y.z:1
[warn] Duplicate command 'CBandPeriodSlice' for x.y.z:1
[warn] Duplicate command 'CBandExceededSpeed' for x.y.z:1
[warn] Duplicate command 'CBandSpeed' for x.y.z:1
when included in both virtualhosts