che.org
> Content-Type: text/html; charset=UTF-8
> Subject: Re: [EMAIL PROTECTED] make_sock: could not bind to ...
>
>How do I unsubsribe to stop recieveing these emails?
Stop sending HTML (at lease html-only) e-mail and read those e-mails'
headers.
> -Orig
How do I unsubsribe to stop recieveing these emails?
-Original Message- From: Jinu <[EMAIL PROTECTED]>Sent: Oct 23, 2007 11:11 AM To: users@httpd.apache.org, [EMAIL PROTECTED] Subject: Re: [EMAIL PROTECTED] make_sock: could not bind to ...
yeah but doesnt it have to have port num
7 10:00 PM
To: users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] make_sock: could not bind to ...
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
ot;. Specifically, change:
Listen 80 to Listen "your_number_here"
ServerName "your_hostname_or_ip:your_number_here"
Dan
From: Jinu [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 23, 2007 11:22 AM
To: users@httpd.apache.org
Subject: Re: [
my problem?
-Jinu
- Original Message -
From: Arnab Ganguly
To: users@httpd.apache.org
Sent: Tuesday, October 23, 2007 5:35 AM
Subject: Re: [EMAIL PROTECTED] make_sock: could not bind to ...
Hi,
Refer to you httpd.conf file.There is one parameter named Servername.Put your
Prathima.
--
From: Arnab Ganguly [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 23, 2007 4:06 PM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] make_sock: could not bind to ...
Hi,
Refer to you httpd.conf file.Th
ly [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 23, 2007 4:06 PM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] 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 y
Hi,
Refer to you httpd.conf file.There is one parameter named
Servername.Putyour 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