Thanks! I wish to add a second domain to my WEB server (Apache2) using "Named-Based". Should I add the commands in the following "VirtualHost" block to every "VirtualHost" block for every new domain? <VirtualHost _default_:443> BrowserMatch "MSIE" nokeepalive downgrade-1.0 force-response-1.0 Include "SYS:/qfsearch/WEB-INF/QFRewrite.conf" </VirtualHost> Should I change anything else? TIA Nanu >>> joshua@xxxxxxxx 09/08/2007 16:17:19 >>> On 8/9/07, Nanu Kalmanovitz <nanu@xxxxxxxxxxxxxxxxx> wrote: > Hi! > > In the HTTPD.CONF (Apache2) I find the following commands in the > "VirtualHost" block: > > <VirtualHost _default_:443> > BrowserMatch "MSIE" nokeepalive downgrade-1.0 force-response-1.0 These are work-arounds for bugs in Internet Explorer's SSL implementation. The specifics are here: http://httpd.apache.org/docs/2.2/env.html#special > Include "SYS:/qfsearch/WEB-INF/QFRewrite.conf" This is including more config information from a separate config file. You'd have to check for yourself exactly what is in there. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx