Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

Starting XAMPP for Linux 1.7.7...
XAMPP: Another web server daemon is already running.
XAMPP: XAMPP-MySQL is already running.
XAMPP: XAMPP-ProFTPD is already running.
XAMPP for Linux started.

share|improve this question
Did this help you – Gaurav_Java Apr 2 '12 at 9:25

closed as not a real question by Jorge Castro, The Lord of Time, Mitch, Stephen Myall, jrg Sep 2 '12 at 20:14

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

You could try :

stopapache

or

sudo /etc/init.d/apache2 stop

or

sudo /usr/sbin/apache2ctl stop

Have you installed another apache server ?

Run

sudo ps -u apache

or

sudo ps -u nobody

To see a list of processes owned by the usual apache owners.

If it's the xampp apache running then it doesn't matter, leave it running.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.