You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Shakeel Ahmad <sh...@gmail.com> on 2007/08/13 07:46:12 UTC

[users@httpd] Please Help

-------------------------------------------------------------------------------------------
With Apache Running I find the following by using (netstat -an)
-------------------------------------------------------------------------------------------

Active Connections

  Proto  Local Address          Foreign Address        State
  TCP    0.0.0.0:80             0.0.0.0:0              LISTENING
  TCP    0.0.0.0:135            0.0.0.0:0              LISTENING
  TCP    0.0.0.0:445            0.0.0.0:0              LISTENING
  TCP    0.0.0.0:3306           0.0.0.0:0              LISTENING
  TCP    127.0.0.1:80           127.0.0.1:1078         CLOSE_WAIT
  TCP    127.0.0.1:80           127.0.0.1:1079         CLOSE_WAIT
  TCP    127.0.0.1:1045         0.0.0.0:0              LISTENING
  TCP    127.0.0.1:1078         127.0.0.1:80           FIN_WAIT_2
  TCP    127.0.0.1:1079         127.0.0.1:80           FIN_WAIT_2
  TCP    192.168.0.101:80       192.168.0.1:27066      ESTABLISHED
  TCP    192.168.0.101:139      0.0.0.0:0              LISTENING
  TCP    192.168.0.101:1046     192.168.0.1:1745       ESTABLISHED
  TCP    192.168.0.101:1076     192.168.0.1:8080       FIN_WAIT_2
  TCP    192.168.0.101:1081     192.168.0.1:8080       TIME_WAIT
  UDP    0.0.0.0:445            *:*
  UDP    0.0.0.0:500            *:*
  UDP    0.0.0.0:4500           *:*
  UDP    0.0.0.0:23281          *:*
  UDP    127.0.0.1:123          *:*
  UDP    127.0.0.1:1026         *:*
  UDP    127.0.0.1:1028         *:*
  UDP    127.0.0.1:1030         *:*
  UDP    127.0.0.1:1032         *:*
  UDP    127.0.0.1:1034         *:*
  UDP    127.0.0.1:1036         *:*
  UDP    127.0.0.1:1040         *:*
  UDP    127.0.0.1:1044         *:*
  UDP    127.0.0.1:1050         *:*
  UDP    127.0.0.1:1052         *:*
  UDP    127.0.0.1:1061         *:*
  UDP    127.0.0.1:1064         *:*
  UDP    127.0.0.1:1083         *:*
  UDP    127.0.0.1:1900         *:*
  UDP    192.168.0.101:123      *:*
  UDP    192.168.0.101:137      *:*
  UDP    192.168.0.101:138      *:*
  UDP    192.168.0.101:1900     *:*

-------------------------------------------------------------------------------------------------------------
With the Apache closed/shutdown I find the following by using (netstat -an)
-------------------------------------------------------------------------------------------------------------

 Proto  Local Address          Foreign Address        State
 TCP    0.0.0.0:135            0.0.0.0:0              LISTENING
 TCP    0.0.0.0:445            0.0.0.0:0              LISTENING
 TCP    0.0.0.0:3306           0.0.0.0:0              LISTENING
 TCP    127.0.0.1:1045         0.0.0.0:0              LISTENING
 TCP    192.168.0.101:139      0.0.0.0:0              LISTENING
 TCP    192.168.0.101:1046     192.168.0.1:1745       ESTABLISHED
 TCP    192.168.0.101:1086     192.168.0.1:1745       ESTABLISHED
 UDP    0.0.0.0:445            *:*
 UDP    0.0.0.0:500            *:*
 UDP    0.0.0.0:4500           *:*
 UDP    0.0.0.0:23281          *:*
 UDP    127.0.0.1:123          *:*
 UDP    127.0.0.1:1026         *:*
 UDP    127.0.0.1:1028         *:*
 UDP    127.0.0.1:1032         *:*
 UDP    127.0.0.1:1034         *:*
 UDP    127.0.0.1:1036         *:*
 UDP    127.0.0.1:1044         *:*
 UDP    127.0.0.1:1050         *:*
 UDP    127.0.0.1:1052         *:*
 UDP    127.0.0.1:1061         *:*
 UDP    127.0.0.1:1064         *:*
 UDP    127.0.0.1:1085         *:*
 UDP    127.0.0.1:1090         *:*
 UDP    127.0.0.1:1900         *:*
 UDP    192.168.0.101:123      *:*
 UDP    192.168.0.101:137      *:*
 UDP    192.168.0.101:138      *:*
 UDP    192.168.0.101:1900     *:*

--------------------------------------------------
In the error.log i find the followings:
--------------------------------------------------

[Mon Aug 13 08:57:30 2007] [notice] Apache/2.0.59 (Win32) configured -- resuming normal operations
[Mon Aug 13 08:57:30 2007] [notice] Server built: Jul 27 2006 15:55:03
[Mon Aug 13 08:57:30 2007] [notice] Parent: Created child process 1352
[Mon Aug 13 08:57:30 2007] [notice] Disabled use of AcceptEx() WinSock2 API
[Mon Aug 13 08:57:30 2007] [notice] Child 1352: Child process is running
[Mon Aug 13 08:57:30 2007] [notice] Child 1352: Acquired the start mutex.
[Mon Aug 13 08:57:30 2007] [notice] Child 1352: Starting 250 worker threads.
[Mon Aug 13 08:57:30 2007] [notice] Child 1352: Listening on port 80.
---------------------------------------------------------------------------------------------------------------------

But still when i try to open http://localhost or http://127.0.0.1 it continuously searches but does'nt show any page or error.............

What is the problem now?
please help
---
Shakeel
  ----- Original Message ----- 
  From: Chakan 
  To: users@httpd.apache.org 
  Sent: Sunday, August 12, 2007 7:49 PM
  Subject: RE: [users@httpd] Problem


  Hello Shakeel,
  it looks like that another software use Port 80.

  Do the following steps please:

  1. Stop Apache
  2. Go to in the dos box (cmd)
  3. write netstat -an
  4. Check if Port 80 active (you should see something like this: 


  C:\>netstat -an

  Active Connections

    Proto  Local Address          Foreign Address        State
    TCP    0.0.0.0:80             0.0.0.0:0              LISTENING


  These steps are for Windows XP / Apache.


  Kind regards,
  Ch




------------------------------------------------------------------------------
  From: Shakeel Ahmad [mailto:shakeel.ahmad215@gmail.com] 
  Sent: 12 August 2007 11:55
  To: users@httpd.apache.org
  Subject: [users@httpd] Problem


  I am using internet through LAN. I have installed Apache server 2.0.59.

  After installation when i started the service, it was successfully started. but when i try to open http://localhost it does'nt open it.

  the msg in errorlog file is:

  "[Sun Aug 12 14:49:27 2007] [error] (OS 10022)An invalid argument was supplied.  : Child 896: Encountered too many errors accepting client connections. Possible causes: dynamic address renewal, or incompatible VPN or firewall software. Try using the Win32DisableAcceptEx directive."

  Now the server shows that it is running but http://localhost or http://127.0.0.1 is not working in my browser. i have disabled windows firewall, and my NOD32 Antivirus but it is still not working.

  if i try to run the apache server through "DOS" it gives the following error.

  "(OS 10048)Only one usage of each socket address (protocol/network address/port) is normally permitted.  : make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down
  Unable to open logs"


  What should i do now..

  please help

  Shakeel Ahmad.

Re: [users@httpd] Please Help

Posted by Sander Temme <sc...@apache.org>.
On Aug 12, 2007, at 10:46 PM, Shakeel Ahmad wrote:

> But still when i try to open http://localhost or MailScanner  
> warning: numerical links are often malicious: http://127.0.0.1 it  
> continuously searches but does'nt show any page or error.............

Perhaps you have a firewall that blocks access to httpd?

Please don't repeat questions if there is no immediate answer.  Many  
of us don't check e-mail as often during the weekend.

S.

-- 
Sander Temme
sctemme@apache.org
PGP FP: 51B4 8727 466A 0BC3 69F4  B7B8 B2BE BC40 1529 24AF




Re: [users@httpd] Please Help

Posted by Evan Platt <ev...@espphotography.com>.
At 08:08 AM 8/13/2007, Shakeel Ahmad wrote:
 >Thanks Sir as you are helping me...........

Please don't post in HTML, and please trim unnecessary content from 
the post.. there's no reason to quote 5 replies deep.

Thanks. :)


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Please Help

Posted by Shakeel Ahmad <sh...@gmail.com>.
Thanks Sir as you are helping me...........

as you told me i have made these changes and in DOS it is showing as you told me
"""
Pinging nbk [127.0.0.1] with 32 bytes of data:

Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128


Ping statistics for 127.0.0.1:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 0ms, Average = 0ms

Listen 80
ServerName localhost:80

Changed conf-file 80 with 88.

TCP    0.0.0.0:88             0.0.0.0:0              LISTENING

After that opened the Internet Explorer and wrote in the address field localhost:88 or 127.0.0.1:88"""

but still when i open the localhost:88 or 127.0.0:88 the browser keeps on searching but does'nt show anything...

you asked about 192.168.0.1 , yes this is the ip address of server....from-where i am receiving internet....

sir i want to tell you some settings.
This network uses an ISA server and i am using ISA Client..
In my local area connection properties there are following things installed:

Client for microsoft Networks
File and Printer Sharing for Microsoft Networks
NWLink NetBios
NWLink IPX/SPX/NetBIOS Compatible Transport Protocol
Internet Protocol (TCP/IP)

in my tcp/ip settings i have entered the following things...

IP address:     192.168.0.101
Subnet mask:    255.255.255.0
Default gateway is empty
Preferred DNS server is empty
Alternate DNS server is empty

Please help sir, you are the only hope for me until now...
  ----- Original Message ----- 
  From: Chakan 
  To: users@httpd.apache.org 
  Sent: Monday, August 13, 2007 4:16 PM
  Subject: RE: [users@httpd] Please Help


  Hello Shakeel,
  I think the following things could be the problem:

    TCP    127.0.0.1:80           127.0.0.1:1078         CLOSE_WAIT
    TCP    127.0.0.1:80           127.0.0.1:1079         CLOSE_WAIT
    TCP    192.168.0.101:80       192.168.0.1:27066      ESTABLISHED

  Is it correct your IP is 192.168.0.101 and what is the IP 192.168.0.1, a server or router?

  Something established a connection to the IP 192.168.0.1 with the port 80.

  Please try following things:

  - Open a dos box and send a PING to localhost. It should looks like:

  C:\>ping localhost

  Pinging nbk [127.0.0.1] with 32 bytes of data:

  Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
  Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
  Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
  Reply from 127.0.0.1: bytes=32 time<1ms TTL=128

  Ping statistics for 127.0.0.1:
      Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
  Approximate round trip times in milli-seconds:
      Minimum = 0ms, Maximum = 0ms, Average = 0ms


  - Try another things: Change the listening port from your httpd.conf. You should see in your httpd.conf something like this:

  Listen 80
  ServerName localhost:80

  Change in your conf-file where you see something with 80 for example to 88.

  Then open again a dos box and send a netstat -an. You should see this:
  TCP    0.0.0.0:88             0.0.0.0:0              LISTENING

  After that open the Internet Explorer and write in the address field localhost:88 or 127.0.0.1:88

  I hope it works. And before you change something in your httpd.conf file you should create a backup.

  Kind regards,
  Ch




------------------------------------------------------------------------------
  From: Shakeel Ahmad [mailto:shakeel.ahmad215@gmail.com] 
  Sent: 13 August 2007 07:46
  To: users@httpd.apache.org
  Subject: [users@httpd] Please Help


  -------------------------------------------------------------------------------------------
  With Apache Running I find the following by using (netstat -an)
  -------------------------------------------------------------------------------------------

  Active Connections

    Proto  Local Address          Foreign Address        State
    TCP    0.0.0.0:80             0.0.0.0:0              LISTENING
    TCP    0.0.0.0:135            0.0.0.0:0              LISTENING
    TCP    0.0.0.0:445            0.0.0.0:0              LISTENING
    TCP    0.0.0.0:3306           0.0.0.0:0              LISTENING
    TCP    127.0.0.1:80           127.0.0.1:1078         CLOSE_WAIT
    TCP    127.0.0.1:80           127.0.0.1:1079         CLOSE_WAIT
    TCP    127.0.0.1:1045         0.0.0.0:0              LISTENING
    TCP    127.0.0.1:1078         127.0.0.1:80           FIN_WAIT_2
    TCP    127.0.0.1:1079         127.0.0.1:80           FIN_WAIT_2
    TCP    192.168.0.101:80       192.168.0.1:27066      ESTABLISHED
    TCP    192.168.0.101:139      0.0.0.0:0              LISTENING
    TCP    192.168.0.101:1046     192.168.0.1:1745       ESTABLISHED
    TCP    192.168.0.101:1076     192.168.0.1:8080       FIN_WAIT_2
    TCP    192.168.0.101:1081     192.168.0.1:8080       TIME_WAIT
    UDP    0.0.0.0:445            *:*
    UDP    0.0.0.0:500            *:*
    UDP    0.0.0.0:4500           *:*
    UDP    0.0.0.0:23281          *:*
    UDP    127.0.0.1:123          *:*
    UDP    127.0.0.1:1026         *:*
    UDP    127.0.0.1:1028         *:*
    UDP    127.0.0.1:1030         *:*
    UDP    127.0.0.1:1032         *:*
    UDP    127.0.0.1:1034         *:*
    UDP    127.0.0.1:1036         *:*
    UDP    127.0.0.1:1040         *:*
    UDP    127.0.0.1:1044         *:*
    UDP    127.0.0.1:1050         *:*
    UDP    127.0.0.1:1052         *:*
    UDP    127.0.0.1:1061         *:*
    UDP    127.0.0.1:1064         *:*
    UDP    127.0.0.1:1083         *:*
    UDP    127.0.0.1:1900         *:*
    UDP    192.168.0.101:123      *:*
    UDP    192.168.0.101:137      *:*
    UDP    192.168.0.101:138      *:*
    UDP    192.168.0.101:1900     *:*

  -------------------------------------------------------------------------------------------------------------
  With the Apache closed/shutdown I find the following by using (netstat -an)
  -------------------------------------------------------------------------------------------------------------

   Proto  Local Address          Foreign Address        State
   TCP    0.0.0.0:135            0.0.0.0:0              LISTENING
   TCP    0.0.0.0:445            0.0.0.0:0              LISTENING
   TCP    0.0.0.0:3306           0.0.0.0:0              LISTENING
   TCP    127.0.0.1:1045         0.0.0.0:0              LISTENING
   TCP    192.168.0.101:139      0.0.0.0:0              LISTENING
   TCP    192.168.0.101:1046     192.168.0.1:1745       ESTABLISHED
   TCP    192.168.0.101:1086     192.168.0.1:1745       ESTABLISHED
   UDP    0.0.0.0:445            *:*
   UDP    0.0.0.0:500            *:*
   UDP    0.0.0.0:4500           *:*
   UDP    0.0.0.0:23281          *:*
   UDP    127.0.0.1:123          *:*
   UDP    127.0.0.1:1026         *:*
   UDP    127.0.0.1:1028         *:*
   UDP    127.0.0.1:1032         *:*
   UDP    127.0.0.1:1034         *:*
   UDP    127.0.0.1:1036         *:*
   UDP    127.0.0.1:1044         *:*
   UDP    127.0.0.1:1050         *:*
   UDP    127.0.0.1:1052         *:*
   UDP    127.0.0.1:1061         *:*
   UDP    127.0.0.1:1064         *:*
   UDP    127.0.0.1:1085         *:*
   UDP    127.0.0.1:1090         *:*
   UDP    127.0.0.1:1900         *:*
   UDP    192.168.0.101:123      *:*
   UDP    192.168.0.101:137      *:*
   UDP    192.168.0.101:138      *:*
   UDP    192.168.0.101:1900     *:*

  --------------------------------------------------
  In the error.log i find the followings:
  --------------------------------------------------

  [Mon Aug 13 08:57:30 2007] [notice] Apache/2.0.59 (Win32) configured -- resuming normal operations
  [Mon Aug 13 08:57:30 2007] [notice] Server built: Jul 27 2006 15:55:03
  [Mon Aug 13 08:57:30 2007] [notice] Parent: Created child process 1352
  [Mon Aug 13 08:57:30 2007] [notice] Disabled use of AcceptEx() WinSock2 API
  [Mon Aug 13 08:57:30 2007] [notice] Child 1352: Child process is running
  [Mon Aug 13 08:57:30 2007] [notice] Child 1352: Acquired the start mutex.
  [Mon Aug 13 08:57:30 2007] [notice] Child 1352: Starting 250 worker threads.
  [Mon Aug 13 08:57:30 2007] [notice] Child 1352: Listening on port 80.
  ---------------------------------------------------------------------------------------------------------------------

  But still when i try to open http://localhost or http://127.0.0.1 it continuously searches but does'nt show any page or error.............

  What is the problem now?
  please help
  ---
  Shakeel
    ----- Original Message ----- 
    From: Chakan 
    To: users@httpd.apache.org 
    Sent: Sunday, August 12, 2007 7:49 PM
    Subject: RE: [users@httpd] Problem


    Hello Shakeel,
    it looks like that another software use Port 80.

    Do the following steps please:

    1. Stop Apache
    2. Go to in the dos box (cmd)
    3. write netstat -an
    4. Check if Port 80 active (you should see something like this: 


    C:\>netstat -an

    Active Connections

      Proto  Local Address          Foreign Address        State
      TCP    0.0.0.0:80             0.0.0.0:0              LISTENING


    These steps are for Windows XP / Apache.


    Kind regards,
    Ch




----------------------------------------------------------------------------
    From: Shakeel Ahmad [mailto:shakeel.ahmad215@gmail.com] 
    Sent: 12 August 2007 11:55
    To: users@httpd.apache.org
    Subject: [users@httpd] Problem


    I am using internet through LAN. I have installed Apache server 2.0.59.

    After installation when i started the service, it was successfully started. but when i try to open http://localhost it does'nt open it.

    the msg in errorlog file is:

    "[Sun Aug 12 14:49:27 2007] [error] (OS 10022)An invalid argument was supplied.  : Child 896: Encountered too many errors accepting client connections. Possible causes: dynamic address renewal, or incompatible VPN or firewall software. Try using the Win32DisableAcceptEx directive."

    Now the server shows that it is running but http://localhost or http://127.0.0.1 is not working in my browser. i have disabled windows firewall, and my NOD32 Antivirus but it is still not working.

    if i try to run the apache server through "DOS" it gives the following error.

    "(OS 10048)Only one usage of each socket address (protocol/network address/port) is normally permitted.  : make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down
    Unable to open logs"


    What should i do now..

    please help

    Shakeel Ahmad.

RE: [users@httpd] Please Help

Posted by Chakan <ch...@gmx.de>.
Hello Shakeel,
I think the following things could be the problem:
 
  TCP    127.0.0.1:80           127.0.0.1:1078         CLOSE_WAIT
  TCP    127.0.0.1:80           127.0.0.1:1079         CLOSE_WAIT
  TCP    192.168.0.101:80       192.168.0.1:27066      ESTABLISHED
 
Is it correct your IP is 192.168.0.101 and what is the IP 192.168.0.1, a
server or router?
 
Something established a connection to the IP 192.168.0.1 with the port 80.
 
Please try following things:
 
- Open a dos box and send a PING to localhost. It should looks like:
 
C:\>ping localhost
 
Pinging nbk [127.0.0.1] with 32 bytes of data:
 
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
 
Ping statistics for 127.0.0.1:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 0ms, Average = 0ms
 
 
- Try another things: Change the listening port from your httpd.conf. You
should see in your httpd.conf something like this:
 
Listen 80
ServerName localhost:80
 
Change in your conf-file where you see something with 80 for example to 88.
 
Then open again a dos box and send a netstat -an. You should see this:
TCP    0.0.0.0:88             0.0.0.0:0              LISTENING
 
After that open the Internet Explorer and write in the address field
localhost:88 or 127.0.0.1:88
 
I hope it works. And before you change something in your httpd.conf file you
should create a backup.
 
Kind regards,
Ch
 


  _____  

From: Shakeel Ahmad [mailto:shakeel.ahmad215@gmail.com] 
Sent: 13 August 2007 07:46
To: users@httpd.apache.org
Subject: [users@httpd] Please Help


----------------------------------------------------------------------------
---------------
With Apache Running I find the following by using (netstat -an)
----------------------------------------------------------------------------
---------------
 
Active Connections
 
  Proto  Local Address          Foreign Address        State
  TCP    0.0.0.0:80             0.0.0.0:0              LISTENING
  TCP    0.0.0.0:135            0.0.0.0:0              LISTENING
  TCP    0.0.0.0:445            0.0.0.0:0              LISTENING
  TCP    0.0.0.0:3306           0.0.0.0:0              LISTENING
  TCP    127.0.0.1:80           127.0.0.1:1078         CLOSE_WAIT
  TCP    127.0.0.1:80           127.0.0.1:1079         CLOSE_WAIT
  TCP    127.0.0.1:1045         0.0.0.0:0              LISTENING
  TCP    127.0.0.1:1078         127.0.0.1:80           FIN_WAIT_2
  TCP    127.0.0.1:1079         127.0.0.1:80           FIN_WAIT_2
  TCP    192.168.0.101:80       192.168.0.1:27066      ESTABLISHED
  TCP    192.168.0.101:139      0.0.0.0:0              LISTENING
  TCP    192.168.0.101:1046     192.168.0.1:1745       ESTABLISHED
  TCP    192.168.0.101:1076     192.168.0.1:8080       FIN_WAIT_2
  TCP    192.168.0.101:1081     192.168.0.1:8080       TIME_WAIT
  UDP    0.0.0.0:445            *:*
  UDP    0.0.0.0:500            *:*
  UDP    0.0.0.0:4500           *:*
  UDP    0.0.0.0:23281          *:*
  UDP    127.0.0.1:123          *:*
  UDP    127.0.0.1:1026         *:*
  UDP    127.0.0.1:1028         *:*
  UDP    127.0.0.1:1030         *:*
  UDP    127.0.0.1:1032         *:*
  UDP    127.0.0.1:1034         *:*
  UDP    127.0.0.1:1036         *:*
  UDP    127.0.0.1:1040         *:*
  UDP    127.0.0.1:1044         *:*
  UDP    127.0.0.1:1050         *:*
  UDP    127.0.0.1:1052         *:*
  UDP    127.0.0.1:1061         *:*
  UDP    127.0.0.1:1064         *:*
  UDP    127.0.0.1:1083         *:*
  UDP    127.0.0.1:1900         *:*
  UDP    192.168.0.101:123      *:*
  UDP    192.168.0.101:137      *:*
  UDP    192.168.0.101:138      *:*
  UDP    192.168.0.101:1900     *:*
 
----------------------------------------------------------------------------
---------------------------------
With the Apache closed/shutdown I find the following by using (netstat -an)
----------------------------------------------------------------------------
---------------------------------
 
 Proto  Local Address          Foreign Address        State
 TCP    0.0.0.0:135            0.0.0.0:0              LISTENING
 TCP    0.0.0.0:445            0.0.0.0:0              LISTENING
 TCP    0.0.0.0:3306           0.0.0.0:0              LISTENING
 TCP    127.0.0.1:1045         0.0.0.0:0              LISTENING
 TCP    192.168.0.101:139      0.0.0.0:0              LISTENING
 TCP    192.168.0.101:1046     192.168.0.1:1745       ESTABLISHED
 TCP    192.168.0.101:1086     192.168.0.1:1745       ESTABLISHED
 UDP    0.0.0.0:445            *:*
 UDP    0.0.0.0:500            *:*
 UDP    0.0.0.0:4500           *:*
 UDP    0.0.0.0:23281          *:*
 UDP    127.0.0.1:123          *:*
 UDP    127.0.0.1:1026         *:*
 UDP    127.0.0.1:1028         *:*
 UDP    127.0.0.1:1032         *:*
 UDP    127.0.0.1:1034         *:*
 UDP    127.0.0.1:1036         *:*
 UDP    127.0.0.1:1044         *:*
 UDP    127.0.0.1:1050         *:*
 UDP    127.0.0.1:1052         *:*
 UDP    127.0.0.1:1061         *:*
 UDP    127.0.0.1:1064         *:*
 UDP    127.0.0.1:1085         *:*
 UDP    127.0.0.1:1090         *:*
 UDP    127.0.0.1:1900         *:*
 UDP    192.168.0.101:123      *:*
 UDP    192.168.0.101:137      *:*
 UDP    192.168.0.101:138      *:*
 UDP    192.168.0.101:1900     *:*
 
--------------------------------------------------
In the error.log i find the followings:
--------------------------------------------------
 
[Mon Aug 13 08:57:30 2007] [notice] Apache/2.0.59 (Win32) configured --
resuming normal operations
[Mon Aug 13 08:57:30 2007] [notice] Server built: Jul 27 2006 15:55:03
[Mon Aug 13 08:57:30 2007] [notice] Parent: Created child process 1352
[Mon Aug 13 08:57:30 2007] [notice] Disabled use of AcceptEx() WinSock2 API
[Mon Aug 13 08:57:30 2007] [notice] Child 1352: Child process is running
[Mon Aug 13 08:57:30 2007] [notice] Child 1352: Acquired the start mutex.
[Mon Aug 13 08:57:30 2007] [notice] Child 1352: Starting 250 worker threads.
[Mon Aug 13 08:57:30 2007] [notice] Child 1352: Listening on port 80.
----------------------------------------------------------------------------
-----------------------------------------
 
But still when i try to open http://localhost or http://127.0.0.1 it
continuously searches but does'nt show any page or error.............
 
What is the problem now?
please help
---
Shakeel

----- Original Message ----- 
From: Chakan <ma...@gmx.de>  
To: users@httpd.apache.org 
Sent: Sunday, August 12, 2007 7:49 PM
Subject: RE: [users@httpd] Problem


Hello Shakeel,
it looks like that another software use Port 80.
 
Do the following steps please:
 
1. Stop Apache
2. Go to in the dos box (cmd)
3. write netstat -an
4. Check if Port 80 active (you should see something like this: 
 
 
C:\>netstat -an
 
Active Connections
 
  Proto  Local Address          Foreign Address        State
  TCP    0.0.0.0:80             0.0.0.0:0              LISTENING
 
 
These steps are for Windows XP / Apache.
 
 
Kind regards,
Ch
 

  _____  

From: Shakeel Ahmad [mailto:shakeel.ahmad215@gmail.com] 
Sent: 12 August 2007 11:55
To: users@httpd.apache.org
Subject: [users@httpd] Problem


I am using internet through LAN. I have installed Apache server 2.0.59.
 
After installation when i started the service, it was successfully started.
but when i try to open http://localhost it does'nt open it.
 
the msg in errorlog file is:
 
"[Sun Aug 12 14:49:27 2007] [error] (OS 10022)An invalid argument was
supplied.  : Child 896: Encountered too many errors accepting client
connections. Possible causes: dynamic address renewal, or incompatible VPN
or firewall software. Try using the Win32DisableAcceptEx directive."
 
Now the server shows that it is running but http://localhost or
http://127.0.0.1 is not working in my browser. i have disabled windows
firewall, and my NOD32 Antivirus but it is still not working.
 
if i try to run the apache server through "DOS" it gives the following
error.
 
"(OS 10048)Only one usage of each socket address (protocol/network
address/port) is normally permitted.  : make_sock: could not bind to address
0.0.0.0:80 no listening sockets available, shutting down
Unable to open logs"
 
 
What should i do now..
 
please help
 
Shakeel Ahmad.