Problem with xampp and apache

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
1709-876 [ Mo, 29 Oktober 2007 20:33 ] [ ID #1856962 ]

Re: Problem with xampp and apache

On Mon, 29 Oct 2007 19:33:10 GMT, 1709-876 [at] 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)
Kees Nuyt [ Mo, 29 Oktober 2007 21:57 ] [ ID #1856964 ]
Webserver » alt.apache.configuration » Problem with xampp and apache

Vorheriges Thema: Apache 2.0.59 prompting for Username/Password multiple times
Nächstes Thema: Host with trailing slash