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
From: Jinu [mailto:jiji@xxxxxxxxx] Sent: Tuesday, October 23, 2007 11:22 AM To: users@xxxxxxxxxxxxxxxx Subject: Re: make_sock: could not bind to ... 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
|