Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Apache 2 Windows XP index.html does not load |
|
Author |
|
groentebroer
Joined: 26 Aug 2006 Posts: 3
|
Posted: Sat 26 Aug '06 2:41 Post subject: Apache 2 Windows XP index.html does not load |
|
|
Hi,
After installing apache 2.2.3 with the installation MSI on windows XP Professional, I am not able to see the index.html page.
The page just keeps loading.
The Apache process starts correctly and nothing weird in the log.
netstat -an tells me apache is listening on port 80
When I telnet to localhost on port 80 and I do a request for /index.html it will also never answer.
Nothing wrong in the Windows event log. Setting the port to 8080 and then connecting to that port creates the same problem. I do not have any firewall software running and the Windows firewall is turned off.
Can anybody tell me what could be wrong?
I tried Apache 2.2.3 and 2.2.2 now, but the problem stays the same.
Thanks!
Gijs |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
Posted: Sat 26 Aug '06 21:28 Post subject: |
|
|
When Apache is running with no errors in the error.log, looks a network issue. What do you have in the Listen directive ?
Try:
Listen 80 |
|
Back to top |
|
groentebroer
Joined: 26 Aug 2006 Posts: 3
|
Posted: Mon 28 Aug '06 12:35 Post subject: Partly Solution |
|
|
I tried:
0.0.0.0:80
I tried my DHCP IP :80
I Tried Listen 80
At last I found that:
Win32DisableAcceptEx
In the httpd.conf solved the problem.
After that, when I created a Virtual Host, the same problem occurs: The page stays loading..., but nothing displayed.
http://httpd.apache.org/docs/2.2/mod/mpm_winnt.html#win32disableacceptex
So Apache works now, but not when I use virtual hosts. The option: Win32DisableAcceptEx is not available "per site" i belief.
As someone else has seen this behaviour, please let me know.
Cheers,
Gijs |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
Posted: Mon 28 Aug '06 14:03 Post subject: |
|
|
Nope.
Are you running a software firewall and/or, virsus/mail scanner or zone alarm etc. If yes uninstall it (disabling is mostly not enough).
Steffen |
|
Back to top |
|
groentebroer
Joined: 26 Aug 2006 Posts: 3
|
Posted: Mon 28 Aug '06 14:08 Post subject: |
|
|
I am running "antivir" and disbled it to test.
http://www.free-av.com/
I will uninstall it later, to see if that is the problem.
Regards,
Gijs |
|
Back to top |
|
alvis ZHOU
Joined: 04 Sep 2006 Posts: 1 Location: Shanghai, China
|
Posted: Sun 17 Sep '06 3:36 Post subject: |
|
|
Try
http://127.0.0.1
in IE Tool\Internet option\program
close some loads |
|
Back to top |
|
|
|
|
|
|