Zainstalowałem apache2 na Ubuntu 13.10. Jeśli spróbuję uruchomić go ponownie za pomocą
sudo /etc/init.d/apache2 restart
Dostaję tę wiadomość:
AH00558: apache2: Nie można wiarygodnie określić w pełni kwalifikowanej nazwy domeny serwera, używając 127.0.1.1. Ustaw globalnie dyrektywę „ServerName”, aby ukryć ten komunikat
Czytam więc, że powinienem edytować mój httpd.conf
plik. Ale ponieważ nie mogę go znaleźć w /etc/apache2/
folderze, próbowałem go zlokalizować za pomocą tego polecenia:
/usr/sbin/apache2 -V
Ale wynik jest następujący:
[Fri Nov 29 17:35:43.942472 2013] [core:warn] [pid 14655] AH00111: Config variable ${APACHE_LOCK_DIR} is not defined
[Fri Nov 29 17:35:43.942560 2013] [core:warn] [pid 14655] AH00111: Config variable ${APACHE_PID_FILE} is not defined
[Fri Nov 29 17:35:43.942602 2013] [core:warn] [pid 14655] AH00111: Config variable ${APACHE_RUN_USER} is not defined
[Fri Nov 29 17:35:43.942613 2013] [core:warn] [pid 14655] AH00111: Config variable ${APACHE_RUN_GROUP} is not defined
[Fri Nov 29 17:35:43.942627 2013] [core:warn] [pid 14655] AH00111: Config variable ${APACHE_LOG_DIR} is not defined
[Fri Nov 29 17:35:43.947913 2013] [core:warn] [pid 14655] AH00111: Config variable ${APACHE_LOG_DIR} is not defined
[Fri Nov 29 17:35:43.948051 2013] [core:warn] [pid 14655] AH00111: Config variable ${APACHE_LOG_DIR} is not defined
[Fri Nov 29 17:35:43.948075 2013] [core:warn] [pid 14655] AH00111: Config variable ${APACHE_LOG_DIR} is not defined
AH00526: Syntax error on line 74 of /etc/apache2/apache2.conf:
Invalid Mutex directory in argument file:${APACHE_LOCK_DIR}
Wiersz 74 /etc/apache2/apache2.conf
to:
Mutex file:${APACHE_LOCK_DIR} default
Rzuciłem okiem na mój /etc/apache2/envvar
plik, ale nie wiem, co z nim zrobić.
Co powinienem zrobić?