This is a discussion on Hello, please help within the Windows Web Servers forums, part of the Web Server and Related Forums category; So basically, people can not connect to my Apache 2.0+ server. When they type in my IP, they time ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
So basically, people can not connect to my Apache 2.0+ server.
When they type in my IP, they time out. When I type in my ip, it works just the same as localhost. My router recognizes that that person is connecting to my computer via port 80. Server is set to port 80. I can be pinged just fine. I get the following errors: Mon Dec 27 20:38:19 2004] [warn] (OS 121)The semaphore timeout period has expired. : winnt_accept: Asynchronous AcceptEx failed. [Mon Dec 27 20:38:41 2004] [warn] (OS 121)The semaphore timeout period has expired. : winnt_accept: Asynchronous AcceptEx failed. [Mon Dec 27 20:38:47 2004] [warn] (OS 64)The specified network name is no longer available. : winnt_accept: Asynchronous AcceptEx failed. [Mon Dec 27 20:38:50 2004] [warn] (OS 64)The specified network name is no longer available. : winnt_accept: Asynchronous AcceptEx failed. [Mon Dec 27 20:38:51 2004] [warn] (OS 64)The specified network name is no longer available. : winnt_accept: Asynchronous AcceptEx failed. [Mon Dec 27 20:39:17 2004] [warn] (OS 121)The semaphore timeout period has expired. : winnt_accept: Asynchronous AcceptEx failed. Can you guys help me out? Thanks! Jaeger |
|
|||
|
On 27 Dec 2004, mattjaeger@gmail.com wrote in
news:1104205842.924084.10690@z14g2000cwz.googlegro ups.com: > So basically, people can not connect to my Apache 2.0+ server. > When they type in my IP, they time out. When I type in my ip, it > works just the same as localhost. My router recognizes that that > person is connecting to my computer via port 80. Server is set to > port 80. I can be pinged just fine. > I get the following errors: > Mon Dec 27 20:38:19 2004] [warn] (OS 121)The semaphore timeout > period has expired. : winnt_accept: Asynchronous AcceptEx failed. > [Mon Dec 27 20:38:41 2004] [warn] (OS 121)The semaphore timeout > period has expired. : winnt_accept: Asynchronous AcceptEx failed. Some thoughts... You don't say what OS, so I'll assume Windows XP. Check the Application and System logs for related errors. What happens if you bypass the router? Try a different port, like 8080. Turn off XP's firewall. Install the latest Apache 2 version (2.0.52). |