Page 1 of 1

Unistall Xampp

PostPosted: 29. April 2007 01:15
by chux
Hi, first of all, sorry for my english.

I have been working with xampp, but i have unistall it (only remove the directory, like instructions says). I have installed apache with apt-get (im using ubuntu), but now, when i try to go to http://localhost my brownser goes to http://localhost/xampp....

Where can i change that?

Lot of thanks

Re: Unistall Xampp

PostPosted: 29. April 2007 04:52
by hanpedro
chux wrote:Hi, first of all, sorry for my english.

I have been working with xampp, but i have unistall it (only remove the directory, like instructions says). I have installed apache with apt-get (im using ubuntu), but now, when i try to go to http://localhost my brownser goes to http://localhost/xampp....

Where can i change that?

Lot of thanks


Before removing xampp directory, did you make xampp stop?
/opt/lampp/lampp stop

If not, try this.
ps -ef | grep httpd
ps -ef | grep mysql
ps -ef | grep ftp

If you can see httpd, mysqld, proftpd, just you can kill them "kill -9 httpd" and etc.

PostPosted: 29. April 2007 09:55
by Wiedmann
when i try to go to http://localhost my brownser goes to http://localhost/xampp....

Clear your browser cache.

PostPosted: 29. April 2007 10:53
by chux
it was the cache... lot of thanks