Page 1 of 1

xampp on ubuntu

PostPosted: 28. May 2009 11:35
by algomist
hi
i have recently installed xampp server in ubuntu 9.04 but there is problem tht whenever i open http://localhost it displays "it works" and not displaying the xampp gui and phpmyadmin all tht plz help me to come out dis problem

Re: xampp on ubuntu

PostPosted: 28. May 2009 11:38
by Wiedmann
Maybe there is another Apache webserver running and not XAMPP/Apache?

Re: xampp on ubuntu

PostPosted: 28. May 2009 11:48
by algomist
then how to configure xampp separately and remove other apache server ??//

Re: xampp on ubuntu

PostPosted: 28. May 2009 11:52
by Wiedmann
then how to configure xampp separately

XAMPP is always a separate installation. Only you can't start 2 webservers at the same time. (Maybe you can tweak the XAMPP config, thus Apache is using another port then 80)

and remove other apache server ??//

Sorry. Don't know anything about your OS.

Re: xampp on ubuntu

PostPosted: 29. May 2009 16:03
by 14mRh4X0r
you can remove apache by typing
Code: Select all
sudo apt-get remove apache2

Re: xampp on ubuntu

PostPosted: 02. June 2009 00:00
by Deepspin
Hi.

Assuming you are running Ubuntu as a desktop GUI try checking what services are running my going to the menus: system>administration>services and then stopping (untick) any services that you think are conflicting and trying again.

All the best Dave