xampp: Apache WebServer is stopped

Posted by

Error:

XAMPP: Stopping Apache...not running. XAMPP: Stopping MySQL...not running. XAMPP: Stopping ProFTPD...not running. XAMPP: Starting Apache...fail. XAMPP: Another web server is already running.

Solution :

sudo service apache2 status

If it is running, to stop it, do

sudo service apache2 stop

Step 1: Open the fileĀ /opt/lampp/etc/httpd.conf

Step 2: FindĀ Listen 80Ā and change it to some other port (egĀ Listen 8000)

Step 3: Open the fileĀ /opt/lampp/etc/extra/httpd-ssl.conf

Step 4: FindĀ Listen 443Ā and change it to some other port (egĀ Listen 4431)

Step 5: Open the fileĀ /opt/lampp/lampp

Step 6: Search for theĀ testport 80Ā and replace it withĀ testport 8000. Also changeĀ testport 443Ā toĀ testport 4431.

Step 7: Now runĀ /opt/lampp/lampp startĀ (it works now).

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