---- Changes since 1.150 ----
Added an option when creating a virtual server to add a <Directory> section allowing access to its document root.
Included support for the optional mod_bandwidth Apache module and it's directives.
Included support for the optional mod_dav Apache module.
---- Changes since 1.180 ----
Added support for php_admin_value and php_admin_flag PHP4 directives.
When adding a virtual server, the module will check to ensure that it is actually available to Apache. This avoids problems with the 'File or directory to add virtual servers to' option on the Module Config page being set to something bogus.
---- Changes since 1.190 ----
ProxyPass and ProxyPassReverse directives can now use the ! option to prevent proxying for some path.
---- Changes since 1.200 ----
When first using the module, users will no longer be forced to select which Apache modules are installed - instead, this is detected automatically.
Added a Module Config option for specifying the filename template for new virtual server conf files, instead of always using DOMAINNAME.conf
When a virtual server in it's own private config file is deleted, the entire file will be removed to avoid leaving empty .conf files around.
