Apache 2 — Could not reliably determine the server’s fully qualified domain name
Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /data/site/nemcd.com/www/wp-content/plugins/wp-syntax/wp-syntax.php on line 380
Перешли на новую ветку апача, вроде бы и настроили конфиг, а он говорит Could not reliably determine the server’s fully qualified domain name?
Скорее всего вы по запарке забыли указать ServerName.
Можно задать его сразу в начале, например
ServerRoot "/usr/local" ServerName test.local Listen 10.0.0.1:80 |