Apache no inicia ubuntu

Apache no inicia ubuntu

Cuando estoy corriendo service apache2 start obtengo la respuesta

 * Starting web server apache2                                                  /usr/sbin/apache2ctl: 87: ulimit: error setting limit (Operation not permitted)
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 [::]:80
(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.
                                                                         [fail]

Al ejecutar `netstat -tulpn| grupo :80

Recibo la respuesta.

(Not all processes could be identified, non-owned process info
 will not be shown, you would have to be root to see it all.)
tcp6       0      0 :::80                   :::*                    LISTEN     

¿Como puedo resolver esto?

Respuesta1

Debe ejecutar este comando con permisos de administrador. Llamar sudo service apache2 start.

Y si esto no ayuda. Vaya suy después de iniciar sesión correctamente, ejecute su comando. Debería funcionar esta vez.

información relacionada