Čau,
může mi tu někdo poradit s nastavením Apache2 serveru?
Začínám s databázema a nemůžu ho rozchodit. Instaloval jsem ho na Linux Mint 18 dle tohoto:
https://www.storagecraft.com/blog/install-lamp-server-linux-mint-18-command/a v konzoli pak toto po restartu:AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1.
Set the 'ServerName' directive globally to suppress this message
V browseru mi to po instalaci vypsalo toto:Not Found
The requested URL /info.php was not found on this server.
Apache/2.4.7 (Ubuntu) Server at localhost Port 80
Provedl jsem tuto změnu:
echo "ServerName localhost" | sudo tee /etc/apache2/conf-available/servername.conf
sudo a2enconf servername
sudo service apache2 restart
Jenže mi to v prohlížeči vypisuje furt to samé :-/