Hola,
Uso Ubuntu 9.04 y tengo un error al iniciar Apache2 que antes no me salía.
root@anna-laptop:/home/anna# /etc/init.d/apache2 start
* Starting web server apache2
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
Hace días que inicio Apache2 sin ningún problema, y hoy me ha salido esto. Luego, en el fichero /etc/apache2/httpd.conf he añadido: ServerName localhost y entonces sólo me sale:
root@anna-laptop:/home/anna# /etc/init.d/apache2 restart
* Restarting web server apache2
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
A qué se puede deber?
Gracias,
Anna