On 8/10/07, Nanu Kalmanovitz <nanu@xxxxxxxxxxxxxxxxx> wrote: > 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? A couple issues here: 1. You can't do name-based virtual hosting with SSL. Since the first line is only for ssl vhosts, you probably won't need it. 2. I have no idea what the configuration file given in the second line does so I can't tell you whether you'll need it or not. 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