1
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'ServerName' directive globally to suppress this message
(2)No such file or directory: AH02291: Cannot access directory '/private/var/log/apache2/' for main error log
AH00014: Configuration check failed

У меня нет папки apache2 в /private/var/log/ и в /var/log/

1 ответ1

0

/var/log/apache2 должен существовать в macOS, так как он поставляется с собственным сервером Apache. Если это не так, вы можете попытаться создать его самостоятельно, выполнив:

sudo mkdir /var/log/apache2 && sudo chown root:wheel /var/log/apache2

Вы пытаетесь запустить Apache MacOS по умолчанию или запустить его самостоятельно?

Вы можете проверить, работает ли Apache с:

ps aux | grep httpd

Вы можете перезапустить (или запустить, если он не работает) MacOS 'Apache с:

sudo apachectl restart

Всё ещё ищете ответ? Посмотрите другие вопросы с метками .