You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Clint Davis <cd...@grayloon.com> on 2003/10/09 17:39:13 UTC

[users@httpd] Apache Startup Error - NO VH

I get the following under Apache 1.3.27 when it starts up:

[Thu Oct  9 08:34:30 2003] [warn] NameVirtualHost 216.168.63.56:80 has no
VirtualHosts
[Thu Oct  9 08:34:30 2003] [warn] NameVirtualHost 216.168.63.56:80 has no
VirtualHosts
[Thu Oct  9 08:34:30 2003] [warn] NameVirtualHost 216.168.63.56:80 has no
VirtualHosts

Should I be concerned?


---------------------------------------------------------------------
Clint Davis
Webmaster / Interactive Media Specialist
Gray Loon Marketing Group, Inc.       http://www.grayloon.com
204 Main Street | Evansville, IN 47708 | Phone:812-422-9999
---------------------------------------------------------------------


---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Apache::ASP

Posted by "M.D. DeWar" <ma...@s-wit.net>.
never mind.
think i found the reason.
i thought bundle::apache:asp installed mod_perl
don't think it did or does.

----- Original Message ----- 
From: "M.D. DeWar" <ma...@s-wit.net>
To: <us...@httpd.apache.org>
Sent: Thursday, October 09, 2003 11:56 AM
Subject: [users@httpd] Apache::ASP


> I thought I installed the above module properly.
> When I go to do as per the instructions I get this.:
> #!/usr/bin/perl /usr/bin/asp-perl [0]%>>   ([0]%>>source)
>
>
> URL is here
> http://spiderman.wirelesscommunitynetworks.com/asp/eg/
>
> any idea on what I fubared ?
>
> THanks
> Mark
>
> ---------------------------------------------------------------------
> 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@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org


---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


[users@httpd] Apache::ASP

Posted by "M.D. DeWar" <ma...@s-wit.net>.
I thought I installed the above module properly.
When I go to do as per the instructions I get this.:
#!/usr/bin/perl /usr/bin/asp-perl [0]%>>   ([0]%>>source)  


URL is here
http://spiderman.wirelesscommunitynetworks.com/asp/eg/

any idea on what I fubared ?

THanks
Mark

---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Apache Startup Error - NO VH

Posted by Miguel González Castaños <mg...@tid.es>.
Using httpsd -S you get the information about vhosts is configured in your
apache.

Have a look to it...

HTH

Miguel

Clint Davis ha escrito:

> I get the following under Apache 1.3.27 when it starts up:
>
> [Thu Oct  9 08:34:30 2003] [warn] NameVirtualHost 216.168.63.56:80 has no
> VirtualHosts
> [Thu Oct  9 08:34:30 2003] [warn] NameVirtualHost 216.168.63.56:80 has no
> VirtualHosts
> [Thu Oct  9 08:34:30 2003] [warn] NameVirtualHost 216.168.63.56:80 has no
> VirtualHosts
>
> Should I be concerned?
>
> ---------------------------------------------------------------------
> Clint Davis
> Webmaster / Interactive Media Specialist
> Gray Loon Marketing Group, Inc.       http://www.grayloon.com
> 204 Main Street | Evansville, IN 47708 | Phone:812-422-9999
> ---------------------------------------------------------------------
>
> ---------------------------------------------------------------------
> 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@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org

--

Un saludo,

Miguel

_______________________________________________________________________

 Control en el Entorno Móvil
 Telefónica I+D
 Parque Tecnológico de Boecillo, parcela 118
 47151 Boecillo (Valladolid)

 Tel: +34 983 367957
 Fax: +34 983 367564

 E-mail: mgc@tid.es  Web: http://www.tid.es
_______________________________________________________________________


"Si la libertad significa algo, será sobre todo el derecho a decirle
a la gente aquello que no quieren oir". George Orwell


_______________________________________________________________________



---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Apache Startup Error - NO VH

Posted by Leif W <wa...@usa.net>.
Like the error says, this means that you have a NameVirtualHost 1.2.3.4:80
with no corresponding VirtualHost 1.2.3.4:80 section.  If you've recently
been modifying any NameVirtualHost directives or VirtualHost blocks, I'd
double check them to make sure there's not a typo.  If you've recently
removed or commented out a VirtualHost block that used 216.168.63.56:80,
then you should also remove or comment out the unused NameVirtualHost.

Leif

----- Original Message ----- 
From: "Clint Davis" <cd...@grayloon.com>
To: <us...@httpd.apache.org>
Sent: Thursday, October 09, 2003 11:39 AM
Subject: [users@httpd] Apache Startup Error - NO VH


> I get the following under Apache 1.3.27 when it starts up:
>
> [Thu Oct  9 08:34:30 2003] [warn] NameVirtualHost 216.168.63.56:80 has no
> VirtualHosts
> [Thu Oct  9 08:34:30 2003] [warn] NameVirtualHost 216.168.63.56:80 has no
> VirtualHosts
> [Thu Oct  9 08:34:30 2003] [warn] NameVirtualHost 216.168.63.56:80 has no
> VirtualHosts
>
> Should I be concerned?
>
>
> ---------------------------------------------------------------------
> Clint Davis
> Webmaster / Interactive Media Specialist
> Gray Loon Marketing Group, Inc.       http://www.grayloon.com
> 204 Main Street | Evansville, IN 47708 | Phone:812-422-9999
> ---------------------------------------------------------------------
>
>
> ---------------------------------------------------------------------
> 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@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
>



---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org