apache2 does not start xampp mac
sudo /Applications/XAMPP/xamppfiles/bin/apachectl start sudo /Applications/XAMPP/xamppfiles/bin/mysql.server start
Here is what the above code is Doing:
1. We’re using the sudo command to run the following commands as the root user.
2. We’re using the /Applications/XAMPP/xamppfiles/bin/apachectl command to start the Apache server.
3. We’re using the /Applications/XAMPP/xamppfiles/bin/mysql.server command to start the MySQL server.