Page 1 of 1

Apache server does not start

PostPosted: 14. February 2024 04:33
by donhaldo
Hello everyone. When I try to start xampp with the command:
sudo /opt/lampp/lampp start

I get the following error message:
User
Starting XAMPP for Linux 8.2.12-0...
XAMPP: Starting Apache.../opt/lampp/share/xampp/xampplib: line 22: netstat: order not found
/opt/lampp/share/xampp/xampplib: line 22: netstat: order not found
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: cannot open '/opt/lampp/logs/error.log' for reading: No such file or directory
XAMPP: Starting MySQL.../opt/lampp/share/xampp/xampplib: line 22: netstat: order not found
okay.
XAMPP: Starting ProFTPD.../opt/lampp/share/xampp/xampplib: line 22: netstat: order not found
okay.
===========================================
Consequently, the MySQL server and ProFTPD work correctly, but the Apache server does not.
If I try to start it manually, the Apache server starts but stops.
Does anyone know how I can solve this problem? Thank you, regards