Tente abrir /etc/apache2/apache2.conf
usando o gedit:
sudo gedit /etc/apache2/apache2.conf
E, em seguida, substitua esta linha
LockFile ${APACHE_LOCK_DIR}/accept.lock
Com esse aqui
Mutex file:${APACHE_LOCK_DIR} default
A saída do teste de configuração foi:
apache2:
Syntax error on **line 216** of /etc/apache2/apache2.conf:
Syntax error on **line 5** of /etc/apache2/conf-enabled/zz010_psa_httpd.conf:
Syntax error on **line 62** of /etc/apache2/plesk.conf.d/server.conf:
Could not open config directory /etc/apache2/plesk.conf.d/ip_default:
No such file or directory
Action 'configtest' failed.
The Apache error log may have more information.
Alguém sabe como resolver esse problema? Muito obrigado!
Tente abrir /etc/apache2/apache2.conf
usando o gedit:
sudo gedit /etc/apache2/apache2.conf
E, em seguida, substitua esta linha
LockFile ${APACHE_LOCK_DIR}/accept.lock
Com esse aqui
Mutex file:${APACHE_LOCK_DIR} default