Apache2 not restarting on ubuntu
        Posted  
        
            by Mirage
        on Server Fault
        
        See other posts from Server Fault
        
            or by Mirage
        
        
        
        Published on 2010-04-13T00:42:41Z
        Indexed on 
            2010/04/13
            0:53 UTC
        
        
        Read the original article
        Hit count: 686
        
ubuntu-9.10
|apache2
I have installed apache 2 in ubuntu but when i try to restart it gives me this error
vmware@ubuntu:~$ sudo /etc/init.d/apache2 restart
 * Restarting web server apache2                                                apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
[Mon Apr 12 17:37:43 2010] [warn] NameVirtualHost *:80 has no VirtualHosts
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
[Mon Apr 12 17:37:43 2010] [warn] NameVirtualHost *:80 has no VirtualHosts
When i try http://localhost
nothing comes
© Server Fault or respective owner