ispCP - Board - Support
Apache Down - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: Apache Down (/thread-7851.html)



Apache Down - pinguinholic - 09-12-2009 11:38 PM

Hello..

I have install Ispcp at Debian Lenny...but why my apache daemon is down..i have start or restart it's oke..but..when i want access ispcp in my browser it's can't found..what this is ??

Quote:server1:/etc/bind/zones# /etc/init.d/apache2 restart
Restarting web server: apache2[Sat Sep 12 13:32:34 2009] [warn] NameVirtualHost *:80 has no VirtualHosts
[Sat Sep 12 13:32:34 2009] [warn] NameVirtualHost *:80 has no VirtualHosts
.

Help Me..


RE: Apache Down - kurgans - 09-13-2009 12:23 AM

That message does not prevent the execution of apache.
You can edit / etc/apache2/port.conf and comment the line of the virtualhost to eliminate this error

# NameVirtualHost *: 80
Listen 80


If you are not running Apache must look for another reason


RE: Apache Down - pinguinholic - 09-13-2009 11:21 AM

(09-13-2009 12:23 AM)kurgans Wrote:  That message does not prevent the execution of apache.
You can edit / etc/apache2/port.conf and comment the line of the virtualhost to eliminate this error

# NameVirtualHost *: 80
Listen 80


If you are not running Apache must look for another reason

I have found the reason...i have just install "apache2-mpm-prefork", it's work for me..thanks...