3
I usually install mysql, apache and php using the following commands
sudo apt-get install apache2 php5 libapache2-mod-php5 php5-mysql
but after I did a fresh upgrade to Linux mint 14, I got these two errors
* Starting web server apache2
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
[Sun Mar 10 01:44:38 2013] [warn] NameVirtualHost *:8080 has no VirtualHosts
[ OK ]
Setting up libapache2-mod-php5 (5.4.6-1ubuntu1.1) ...
* Reloading web server config
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
[Sun Mar 10 01:44:39 2013] [warn] NameVirtualHost *:8080 has no VirtualHosts
[ OK ]
I get the same error when i restart apache server as well. I haven't been able to make changes the directory of the localhost because of this.
Those are only warnings and should not impact the performance of Apache. You won't see anything on the
:8080
virtual host, but the default:80
should still be fine. What's your problem with the "directory of the localhost"? – Der Hochstapler – 2013-03-09T23:09:31.493whenever i type http://localhost/ I get an error saying that the location does not exist.
– Bazinga777 – 2013-03-10T08:49:08.020