Saturday, April 27, 2024
 Popular · Latest · Hot · Upcoming
8
rated 0 times [  8] [ 0]  / answers: 1 / hits: 11208  / 1 Year ago, tue, april 4, 2023, 2:46:59

I want to start XAMPP Apache server but it terminal it says that another web server daemon is already running. So I want to find out how to turn off it or so.



When I go to localhost I get following message:




It works!



This is the default web page for this server.



The web server software is running but no content has been added, yet.




When I go to localhost/index.php I get this message:




Not Found



The requested URL /index.php was not found on this server.



Apache/2.2.14 (Ubuntu) Server at localhost Port 80




But it worked when I was starting XAMPP Apache and going to localhost earlier, it would open my index.php page and now I can't start it.



I'm not sure if that webserver is Apache, but I'm just telling what happens when I go to localhost



So what I should do? I am using Ubuntu 10.04


More From » 10.04

 Answers
4

Well XAMPP is an all in one package which brings its own apache with it. But Ubuntu has all these packages in its main repository, so I would suggest you opt to use Ubuntu packages to setup your server (There are How-To's online, e.g. https://help.ubuntu.com/community/ApacheMySQLPHP)



Another option is to remove the Ubuntu provided Apache:



sudo aptitude purge apache2


You can then try to start XAMPP again and connect to your local webserver.


[#43561] Thursday, April 6, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
pilun

Total Points: 270
Total Questions: 100
Total Answers: 94

Location: England
Member since Sat, Feb 13, 2021
3 Years ago
;