Problem with xampp and apache

Problem with xampp and apache

am 29.10.2007 20:33:10 von 1709-876

Hallo!
I do my first steps in building a web server. I used the xampp
environment to install apache, MySql and so on. When I started apache
the first time during the installation procedure, I got the message,
that port 80 is used by another instance.
Now, when apache is started by the xampp control paneel under windows
2003 server environment it stops.
What can I do?

Best regards

Wolfram Kusch, Erasmus-Kittler-Schule, Darmstadt, Germany

Re: Problem with xampp and apache

am 29.10.2007 21:57:00 von Kees Nuyt

On Mon, 29 Oct 2007 19:33:10 GMT, 1709-876@onlinehome.de
(Wolfram Kusch) wrote:

>Hallo!
>I do my first steps in building a web server. I used the xampp
>environment to install apache, MySql and so on. When I started apache
>the first time during the installation procedure, I got the message,
>that port 80 is used by another instance.

use the command:
netstat -a -n -b -p TCP
from a CMD shell as administrator to find the process that
is LISTENING on :80

Example output:
Proto Local Address Foreign Address State
TCP 0.0.0.0:80 0.0.0.0:0 LISTENING
[apache.exe]
TCP 0.0.0.0:119 0.0.0.0:0 LISTENING
[javaw.exe]
:
:

You will probably find IIS is still running.
Stop and disable the IIS service, or use Apache on another
port (like :8080).

>Now, when apache is started by the xampp control paneel under windows
>2003 server environment it stops.
>What can I do?
>
>Best regards
>
>Wolfram Kusch, Erasmus-Kittler-Schule, Darmstadt, Germany
--
( Kees
)
c[_] Read a library, write a shelf. (geof) (#376)