LINUX.ORG.RU
ФорумAdmin

Не стартует свежеустановленный Apache2

 ,


0

1
eugene@laptop:/etc/apache2$ /etc/init.d/apache2 start
 * Starting web server apache2                                                                                                                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
(13)Permission denied: AH00072: make_sock: could not bind to address [::]:80
(13)Permission denied: AH00072: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
AH00015: Unable to open logs
Action 'start' failed.
The Apache error log may have more information.
 * 
 * The apache2 instance did not start within 20 seconds. Please read the log files to discover problems

Как это диагностировать? Куда копать?

свежеустановленный

а как устанавливал? в чрут наверно делал, да недоделал?

shrub ★★★★★
()
Ответ на: комментарий от ziemin

Тот же выхлоп

eugene@laptop:/etc/apache2$ sudo service apache2 start
 * Starting web server apache2                                                                                                                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
(98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
(98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
AH00015: Unable to open logs
Action 'start' failed.
The Apache error log may have more information.
 * 
 * The apache2 instance did not start within 20 seconds. Please read the log files to discover problems
MyNameIsWinner
() автор топика
Ответ на: комментарий от MyNameIsWinner

Попробуй restart или, сначала stop, а потом start. Порт уже занят. Либо апач уже работает, либо ты понаставил барахла вроде nginx и оно работает.

ziemin ★★
()

Используй рута. Если не поможет смотри что висит на 80 порту.

Erfinder
()
Ответ на: комментарий от MyNameIsWinner

Некоторый процесс уже использует 80 порт.

kostik87 ★★★★★
()
Ответ на: комментарий от MyNameIsWinner

на 80 порту уже кто-то висит. nginx как вариант.

netstat -alpn | grep 80

Komintern ★★★★★
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.