miércoles, 28 de diciembre de 2011

Errores en apache

Despues lo explico bien... lo dejo acá momentaneamente.

sudo apt-get autoremove --purge apache2


/etc/init.d/apache2 restart
* Restarting web server apache2 apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
(13)Permission denied: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
Action 'start' failed.
The Apache error log may have more information.

sudo /etc/init.d/apache2 restart
.: 49: Can't open /etc/apache2/envvars


sudo apt-get remove --purge $(dpkg -l apache* | grep ii | awk '{print $2}') && sudo apt-get install apache2

No hay comentarios:

Publicar un comentario