Ricevo lo stesso messaggio di quello spiegato in questo thread quando provo a riavviare apache2:
* Restarting web server apache2 [fail]
* There are processes named 'apache2' running which do not match your pid file which are left untouched in the name of safety, Please review the situation by hand.
Ma il problema è che non ho nessun file dentro / var / run / apache2. Il comando pidof apache2 restituisce:
1274
Non so se sarà di aiuto, ma ecco la riga in apache2.conf:
PidFile ${APACHE_PID_FILE}
E quello in envvars:
export APACHE_PID_FILE=/var/run/apache2/apache2$SUFFIX.pid
Devo creare manualmente un file .pid all'interno di / var / run / apache2?
Grazie mille !
sudo kill -9 1274
quindi prova service apache2 status
Se torna con stopped/waiting
allorasudo service apache2 start
sudo kill -9 <pid>
una risposta. Ha funzionato anche per me.