Apache Service Could not be started
Apache Service Could not be started
am 16.03.2006 11:45:25 von Kinfe Tadesse
------=_NextPart_000_0022_01C648EF.1D7183C0
Content-Type: multipart/alternative;
boundary="----=_NextPart_001_0023_01C648EF.1D7183C0"
------=_NextPart_001_0023_01C648EF.1D7183C0
Content-Type: text/plain;
charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable
BlankHello everyone,
I just installed WAMP5 and the Apache Service could not be started. I =
also tried XAMPP but the problem persists. I suspect that the problem =
could be attributed to the Microsoft's IIS I already installed on this =
machine. http://localhost displays Microsoft's Welcome to IIS 5.1 page. =
Do I need to remove Micorsoft's IIS in order to activate Apache?=20
Best regards,
Kinfe T.
------=_NextPart_001_0023_01C648EF.1D7183C0
Content-Type: text/html;
charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable
Blank
charset=3Dwindows-1252">
href=3D"file://C:\Program Files\Common Files\Microsoft =
Shared\Stationery\">
background=3Dcid:002101c648e6$bba839c0$873d2c8d@kopc35>
Hello everyone,
I just installed WAMP5 and the Apache Service could not be started. =
I also=20
tried XAMPP but the problem persists. I suspect that the problem could =
be=20
attributed to the Microsoft's IIS I already installed on this machine. =
href=3D"http://localhost">http://localhost displays Microsoft's =
Welcome to IIS=20
5.1 page. Do I need to remove Micorsoft's IIS in order to activate =
Apache?=20
Best regards,
Kinfe T.
------=_NextPart_001_0023_01C648EF.1D7183C0--
------=_NextPart_000_0022_01C648EF.1D7183C0--
RE: Apache Service Could not be started
am 16.03.2006 13:52:08 von Bastien Koert
No, they can run concurrently.What you need to do is change the port that
apache listens on. Open the httpd.conf file in the apache conf folder. Find
the line that says LISTEN:127.0.0.1 and append :8080. This tells apache to
listen on port 8080
Then to access the page
http://127.0.0.1:8080
bastien
>From: "Kinfe Tadesse"
>To:
>Subject: [PHP-DB] Apache Service Could not be started
>Date: Thu, 16 Mar 2006 11:45:25 +0100
>
>BlankHello everyone,
>
>I just installed WAMP5 and the Apache Service could not be started. I also
>tried XAMPP but the problem persists. I suspect that the problem could be
>attributed to the Microsoft's IIS I already installed on this machine.
>http://localhost displays Microsoft's Welcome to IIS 5.1 page. Do I need to
>remove Micorsoft's IIS in order to activate Apache?
>
>Best regards,
>
>Kinfe T.
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Apache Service Could not be started
am 16.03.2006 18:31:00 von Ludvig Ericson
The line is not sure to be what you said, and probably isn't, the
format would be
'Listen ' [interface][':' port]
In other news, this is a PHP w/ Databases mailing list, not a WAMP5
support-list.
On 3/16/06, Bastien Koert wrote:
>
> No, they can run concurrently.What you need to do is change the port that
> apache listens on. Open the httpd.conf file in the apache conf folder. Fi=
nd
> the line that says LISTEN:127.0.0.1 and append :8080. This tells apache t=
o
> listen on port 8080
>
> Then to access the page
>
> http://127.0.0.1:8080
>
>
> bastien
>
>
>
> >From: "Kinfe Tadesse"
> >To:
> >Subject: [PHP-DB] Apache Service Could not be started
> >Date: Thu, 16 Mar 2006 11:45:25 +0100
> >
> >BlankHello everyone,
> >
> >I just installed WAMP5 and the Apache Service could not be started. I al=
so
> >tried XAMPP but the problem persists. I suspect that the problem could b=
e
> >attributed to the Microsoft's IIS I already installed on this machine.
> >http://localhost displays Microsoft's Welcome to IIS 5.1 page. Do I need=
to
> >remove Micorsoft's IIS in order to activate Apache?
> >
> >Best regards,
> >
> >Kinfe T.
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php