dark777
(usa Debian)
Enviado em 02/03/2023 - 15:35h
Ola galera beleza?
instalei o apache o mariadb e o phpmyadmin
e quando vou iniciar o apache2 no linux mint aparece issso:
bash$ sudo systemctl start apache2
Job for apache2.service failed because the control process exited with error code.
See "systemctl status apache2.service" and "journalctl -xe" for details.
bash$ journalctl -xe
mar 02 15:32:43 linuxmint sudo[2938]: pam_unix(sudo:session): session opened for user root by (uid=0)
mar 02 15:32:43 linuxmint systemd[1]: Starting The Apache HTTP Server...
-- Subject: Unidade apache2.service sendo iniciado
-- Defined-By: systemd
-- Support:
http://www.ubuntu.com/support
--
-- A unidade apache2.service está sendo iniciada.
mar 02 15:32:43 linuxmint apachectl[2953]: AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName>
mar 02 15:32:43 linuxmint apachectl[2953]: (98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
mar 02 15:32:43 linuxmint apachectl[2953]: (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
mar 02 15:32:43 linuxmint apachectl[2953]: no listening sockets available, shutting down
mar 02 15:32:43 linuxmint apachectl[2953]: AH00015: Unable to open logs
mar 02 15:32:43 linuxmint apachectl[2941]: Action 'start' failed.
mar 02 15:32:43 linuxmint apachectl[2941]: The Apache error log may have more information.
mar 02 15:32:43 linuxmint systemd[1]: apache2.service: Control process exited, code=exited, status=1/FAILURE
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support:
http://www.ubuntu.com/support
--
-- An ExecStart= process belonging to unit apache2.service has exited.
--
-- The process' exit code is 'exited' and its exit status is 1.
mar 02 15:32:43 linuxmint systemd[1]: apache2.service: Failed with result 'exit-code'.
-- Subject: Unit failed
-- Defined-By: systemd
-- Support:
http://www.ubuntu.com/support
--
-- The unit apache2.service has entered the 'failed' state with result 'exit-code'.
mar 02 15:32:43 linuxmint systemd[1]: Failed to start The Apache HTTP Server.
-- Subject: A unidade apache2.service falhou
-- Defined-By: systemd
-- Support:
http://www.ubuntu.com/support
--
-- A unidade apache2.service falhou.
--
-- O resultado é failed.
mar 02 15:32:43 linuxmint sudo[2938]: pam_unix(sudo:session): session closed for user root
mar 02 15:32:51 linuxmint gnome-terminal-[2310]: g_menu_insert_item: assertion 'G_IS_MENU_ITEM (item)' failed
O que esta acontecendo? Como eu resolvo este problema para acessar o http://localhost/phpmyadmin?