-------------------------------------------------------------------------------------------
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
|