, ,

How to Fix Failed to start The Apache HTTP Server Ubuntu

Posted by

Error:

XAMPP: Stopping Apache...fail. apachectl returned 1. XAMPP: Stopping MySQL...not running. XAMPP: Stopping ProFTPD...not running.

Solution:

Step 1: Run this command on your server

sudo netstat -nap | grep :80

Step 2: Kill all the process

kill
earlier apahe2 is running on 80 and his pid 564 after kill 564
on port 80 httpd is running and pid is 5873

To run this command

Kill <process-id>
kill 5873

They enter after that my issue is solved

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x