The <VirtualHostDefaults> settings are used for all virtual hosts defined in the server.conf file unless you explicitly enter settings for a particular virtual host.
You do not have to reconfigure all the virtual settings for the single virtual host. Any settings that you do not redefined in the <VirtualHost> element are applied from the <VirtualHostDefaults> settings.
To override virtual host default values
Example
The virtual host named "sales" requires a default session scheme from what is configured for the default virtual host. The <VirtualHost> element could be modified as follows:
<VirtualHost name="sales">
hostnames="sales, sales.company.com" addresses="123.123.22.22" defaultsessionscheme="minicookie"
</VirtualHost>
Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |