Step 1: Stop the Apache
sudo apachectl stop
Step 2: and Then Restart Apache
sudo /opt/lampp/lampp restart
👉 if above command will not work in your machine then do below steps:
Step 1 : check the httpd process
ps -eaf | grep httpd
Step 2 : Kill all the process
kill <process numbers>
References :
Latest posts by Chandan Kumar (see all)
- Top 10 DevOps Blogs and Websites To Follow in 2023 - December 13, 2022
- How To Set Up Apache Virtual Hosts on Ubuntu 20.04.2 LTS - October 28, 2021
- How to Fix ” Vue packages version mismatch:” error in Laravel 5.5 - April 15, 2021