[warn] NameVirtualHost *:80 has no VirtualHosts

错误:[warn] NameVirtualHost *:80 has no VirtualHosts 

原因:定义了多个NameVirtualHost

解决:Ubuntu之前的版本定义在/etc/apache2/sites-available/default, 8.04后在/etc/apache2/ports.conf

故可以将/etc/apache2/ports.conf中的NameVirtualHost *:80注释掉

这个问题的本质是在没有定义域名是一个端口只能对应一个虚拟主机,将NameVirtualHost *:80改为其他端口也可以解决

如果有多个不同的域名的话,用同样的端口也可以

Last modified onWednesday, 29 May 2013 19:03

( ! ) Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php on line 169
Call Stack
#TimeMemoryFunctionLocation
10.0018412344{main}( ).../index.php:0
20.07814262312Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.07814262312Joomla\CMS\Application\SiteApplication->doExecute( ).../CMSApplication.php:196
40.281211453232Joomla\CMS\Application\SiteApplication->dispatch( ).../SiteApplication.php:233
50.281811477560Joomla\CMS\Component\ComponentHelper::renderComponent( ).../SiteApplication.php:194
60.282611532888Joomla\CMS\Component\ComponentHelper::executeComponent( ).../ComponentHelper.php:377
70.282811560288require_once( '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php' ).../ComponentHelper.php:402
80.291411959920K2ControllerItem->execute( ).../k2.php:64
90.291411959920K2ControllerItem->display( ).../BaseController.php:710
100.301512610624K2ControllerItem->display( ).../item.php:78
110.301512610624K2ControllerItem->display( ).../controller.php:19
120.305812981664Joomla\CMS\Cache\Controller\ViewController->get( ).../BaseController.php:663
130.308813002032K2ViewItem->display( ).../ViewController.php:102
140.417615850888K2ViewItem->display( ).../view.html.php:742
150.417615850888K2ViewItem->loadTemplate( ).../HtmlView.php:230
160.421516023824include( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php' ).../HtmlView.php:701

( ! ) Notice: Only variables should be assigned by reference in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php on line 478
Call Stack
#TimeMemoryFunctionLocation
10.0018412344{main}( ).../index.php:0
20.07814262312Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.07814262312Joomla\CMS\Application\SiteApplication->doExecute( ).../CMSApplication.php:196
40.281211453232Joomla\CMS\Application\SiteApplication->dispatch( ).../SiteApplication.php:233
50.281811477560Joomla\CMS\Component\ComponentHelper::renderComponent( ).../SiteApplication.php:194
60.282611532888Joomla\CMS\Component\ComponentHelper::executeComponent( ).../ComponentHelper.php:377
70.282811560288require_once( '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php' ).../ComponentHelper.php:402
80.291411959920K2ControllerItem->execute( ).../k2.php:64
90.291411959920K2ControllerItem->display( ).../BaseController.php:710
100.301512610624K2ControllerItem->display( ).../item.php:78
110.301512610624K2ControllerItem->display( ).../controller.php:19
120.305812981664Joomla\CMS\Cache\Controller\ViewController->get( ).../BaseController.php:663
130.308813002032K2ViewItem->display( ).../ViewController.php:102
140.417615850888K2ViewItem->display( ).../view.html.php:742
150.417615850888K2ViewItem->loadTemplate( ).../HtmlView.php:230
160.421516023824include( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php' ).../HtmlView.php:701
back to top