Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 60055  / 1 Year ago, tue, april 11, 2023, 7:54:21

I have installed Xampp 1.8.3.1 .run file. and when I type



/opt/lampp/lampp start 


then it gives me a message like this



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

More From » apache2

 Answers
7

You've already got a web server running on port 80. I see three viable choices:




  1. Move XAMPP's version of Apache to a different port

  2. Move whatever httpd is running on port 80 to another port (or remove it)

  3. Just install lamp-server^ (a real production stack) and stop messing around with XAMPP (which is really just a toy for Windows developers)


[#29647] Wednesday, April 12, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
impisaso

Total Points: 423
Total Questions: 106
Total Answers: 104

Location: Virgin Islands (U.S.)
Member since Tue, Feb 2, 2021
3 Years ago
;