Jinu,
That screenshot basically shows that you are trying to bind
Apache to port 80 which is already in use by another service. Arnab's comment
below should solve the problem.
In
/conf/httpd.conf change any existing instance of "80" to something else, such as
"888". Specifically, change:
Listen
80 to Listen "your_number_here"
ServerName "your_hostname_or_ip:your_number_here"
Dan
its still giveing me the same problem. here
is a screen shot just incase its a slightly differant problem then what i
thought.
now I do have a router do i need to configure that
with anything? and could that be my problem?
-Jinu
----- Original Message -----
Sent: Tuesday, October 23, 2007 5:35
AM
Subject: Re: make_sock:
could not bind to ...
Hi, Refer to you httpd.conf file.There is one parameter
named Servername.Put your hostname or ipaddress followed by the port number
where you want to listen.Like for example ServerName 10.146.146.73:80 Also there is one more
param named as Listen.Put the same port value corresponding to Listen.For
example Listen 80 and start the Apache.You should not be getting the
error. Thanks and regards -A
On 10/23/07, Jinu
<jiji@xxxxxxxxx> wrote:
I tried looking in the wiki for this
information as to why i am getting this message when i start the program
apache. It tells me that I need to do a run on my winows for netstat
-ano. Well unfortunatly there is no netstat program for me to do this
with. When i try to run this windows tells me that Netstat is not a
vallid win32 aplication. Does anyone know whats going on?
I am a total newbie to this software I intended
to turn my computer in to a webhost for my personal website.. I was told
that i had to have this software in order to do so when I get my domain
address.
|