On 20:15 Sun 30 Dec , Victor Trac wrote: > On Dec 30, 2007 6:18 PM, Joe <joem@xxxxxxxxxxxxxx> wrote: > > On 17:52 Sun 30 Dec , Victor Trac wrote: > > > On Dec 30, 2007 4:53 PM, Joe <joem@xxxxxxxxxxxxxx> wrote: > > > > I used to be able to do this in 1.3 but now using 2.2 I can't get it to > > > > work. Running on a Debian server in /etc/apache2/apache2.conf I have > > > > (where nnn.nnn.nnn.nnn = my IP address) > > > > > > > > > > Someone else can correct me if I'm wrong, but I believe that since > > > you're listening to a particular IP and port, you'll need to change > > > your NameVirtualHost and <VirtualHost> directives to match: > > > > > > NameVirtualHost nnn.nnn.nnn.nnn:80 > > > <VirtualHost nnn.nnn.nnn.nnn:80> > > > ... > > > </VIrtualHost> > > > > > > /var/www/chris is always pulled up because it comes first > > > alphabetically, and any request that goes to nnn.nnn.nnn.nnn:80 > > > (because of your Listen directive) is served by the first matching > > > host. > > > > > > > > > Hope that helps. > > > > > Trying that and I cannot connect at all. Get the following error > > > > Address already in use: make_sock: could not bind to address > > nnn.nnn.nnn.nnn:80 > > > > -- > > > > Joe > > > > Try changing "Listen nnn.nnn.nnn.nnn:80" to "Listen 80". > Tried that - made no difference. I think perhaps there is a config file somewhere that I have overlooked. Now the httpd.conf has been split into about 8 different files I find it extremely confusing. Are there any other config files apart from the ones under ServerRoot? -- Joe --------------------------------------------------------------------- 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