Ricevo lo stesso messaggio di quello spiegato in questo thread quando sto tentando di 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 file all'interno di / var / run / apache2. Il comando pidof apache2 restituisce:
1274
Non so se sarà d'aiuto, ma qui è la riga in apache2.conf:
PidFile ${APACHE_PID_FILE}
E quello di envvars:
export APACHE_PID_FILE=/var/run/apache2/apache2$SUFFIX.pid
Devo creare manualmente un file .pid in / var / run / apache2?
Grazie mille!