Problem with Apache

Problems with the Linux version of XAMPP, questions, comments, and anything related.

Problem with Apache

Postby arnaldoquagliato » 29. August 2020 10:37

When I try to start Apache server i had this problem, I used 7.4 version and now try with 7.2.33 and I have the same problem. Some prints with the problem and from error_log arq.

Message terminal:
"Starting XAMPP for Linux 7.2.33-0...
XAMPP: Starting Apache...fail.
XAMPP: Starting diagnose...
XAMPP: Sorry, I've no idea what's going wrong.
XAMPP: Please contact our forum http://www.apachefriends.org/f/
Last 10 lines of "/opt/lampp/logs/error_log":
tail: não foi possível abrir '/opt/lampp/logs/error.log' para leitura: Arquivo ou diretório inexistente
XAMPP: Starting MySQL...ok.
XAMPP: Starting ProFTPD...ok.
"

Message error_log:
"(98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
(98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
AH00015: Unable to open logs
(98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
(98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
AH00015: Unable to open logs
(98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
(98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
AH00015: Unable to open logs"
arnaldoquagliato
 
Posts: 1
Joined: 29. August 2020 10:30
XAMPP version: 7.2.33
Operating System: ubuntu 18.04

Re: Problem with Apache

Postby Nobbie » 30. August 2020 12:00

Obviously, there is already running a process which listens on Port 80. Either find out, if there is already running an Apache (httpd), you can use "top" or "ps -fe" command line tool, or use net tools like "lsof" (use "man lsof" to find out usage) or "netstat" for example to look for ports and processes. You must find the blocking application and probably stop it and/or de-install it.

Do you have "Skype" installed? This also is known for blocking Port 80.
Nobbie
 
Posts: 13177
Joined: 09. March 2008 13:04


Return to XAMPP for Linux

Who is online

Users browsing this forum: No registered users and 51 guests