Re: [EMAIL PROTECTED] make_sock: could not bind to ...

2007-10-25 Thread Matus UHLAR - fantomas
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

Re: [EMAIL PROTECTED] make_sock: could not bind to ...

2007-10-24 Thread William Westbrooks
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

RE: [EMAIL PROTECTED] make_sock: could not bind to ...

2007-10-23 Thread Ashwani Kumar Sharma
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

RE: [EMAIL PROTECTED] make_sock: could not bind to ...

2007-10-23 Thread Stusynski, Dan
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: [

Re: [EMAIL PROTECTED] make_sock: could not bind to ...

2007-10-23 Thread Jinu
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

Re: [EMAIL PROTECTED] make_sock: could not bind to ...

2007-10-23 Thread Jinu
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

RE: [EMAIL PROTECTED] make_sock: could not bind to ...

2007-10-23 Thread Prathima Dandapani -X (pdandapa - HCL at Cisco)
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

Re: [EMAIL PROTECTED] make_sock: could not bind to ...

2007-10-23 Thread Arnab Ganguly
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