Re: [us...@httpd] About: NameVirtualHost ... has no VirtualHosts

2009-04-05 Thread Krist van Besien
On Sun, Apr 5, 2009 at 6:18 PM, J. Greenlees wrote: > I tried specifying the name in the NameVirtualHost for 3 domains. > [ one entry per domain, naturally. ] It was only by using the *.:80 in > the NameVirtualHost directive, and only having the one NameVirtualHost > for multiple vhosts that the

[us...@httpd] Explosion of httpd clients

2009-04-05 Thread Russell Bell
Morten K. Poulsen wrote: 'What are those httpd processes serving?' Do you mean the pages as recorded in the web logs? The same sort of stuff it serves all the time. We have only static content, nothing that keeps people interacting, nothing larger than 2 MB. The IP addresses of the connectors a

Re: [us...@httpd] About: NameVirtualHost ... has no VirtualHosts

2009-04-05 Thread Eric Covener
On Sun, Apr 5, 2009 at 12:18 PM, J. Greenlees wrote: > I have found that NameVirtualHost foo.com:80 causes this error message. > if you have NameVirtualHost *:80 the error goes away. > Then specify the host name in the vhost container as has been done. NVH doesn't do anything except when its argu

Re: [us...@httpd] About: NameVirtualHost ... has no VirtualHosts

2009-04-05 Thread J. Greenlees
Eric Covener wrote: > On Sun, Apr 5, 2009 at 10:58 AM, Developer wrote: > >> Hello, >> I have config file like this: >> >> ... >> >>> Listen [fec0::40]:80 >>> NameVirtualHost myhost.com:80. >>> >>> ServerName myhost.com. >>> ... >>> >>> > >

Re: [us...@httpd] About: NameVirtualHost ... has no VirtualHosts

2009-04-05 Thread Eric Covener
On Sun, Apr 5, 2009 at 10:58 AM, Developer wrote: > Hello, > I have config file like this: > > ... >>         Listen [fec0::40]:80 >>         NameVirtualHost myhost.com:80. >>         >>                 ServerName  myhost.com. >> ... >> httpd/apachectl/apache2ctl -S would probably show you that

Re: [us...@httpd] About: NameVirtualHost ... has no VirtualHosts

2009-04-05 Thread André Warnier
Developer wrote: Hello, I have config file like this: ... Listen [fec0::40]:80 NameVirtualHost myhost.com:80. ServerName myhost.com. ... All work fine, but I get error message like: NameVirtualHost myhost.com has no VirtualHosts on start. myhost.c

[us...@httpd] About: NameVirtualHost ... has no VirtualHosts

2009-04-05 Thread Developer
Hello, I have config file like this: ... > Listen [fec0::40]:80 > NameVirtualHost myhost.com:80. > > ServerName myhost.com. > ... > All work fine, but I get error message like: > NameVirtualHost myhost.com has no VirtualHosts on start. myhost.com is nam