 |
|
 |
|
Next: Apache Sendmail prob
|
| Author |
Message |
External

Since: Jul 05, 2003 Posts: 2
|
(Msg. 1) Posted: Sat Jul 05, 2003 10:25 pm
Post subject: Apache 4.0.46 and Win2k - no page served through localhost Archived from groups: alt>apache>configuration (more info?)
|
|
|
OK, Apache gurus.
I've been using Apache 1.3 for a while (with PHP) to develop some web sites
on my laptop running Windows 2000 (I put them onto my Linux box for final
proofing). No problems to date.
Recently I had cause to rebuild the laptop so I thought I would take the
opportunity to install Apache 2.0.46. However I now have a problem, perhaps
someone can help.
The Windows 2000 installation is new and up-to-date with all the MS upgrades
as of today (5th July 2003), I have installed Apache 2.0.46 "straight out of
the box" (so, default conf files etc). When I try to hit the localhost
address to get the default page I get no response, the browser disappears
off into the ether and hangs.
netstat -an reports that there is indeed a process listening to port 80 (and
stopping the Apache service frees up that port so I'm pretty confident that
it is apache doing the listening).
I have run a telnet session against port 80 and issued a GET / HTTP/1.0 with
no response at all.
Watching the process table I see that the Apache service is running at full
tilt, taking all the CPU cycles available (so its up to something) - this
happens before and after the attempt to hit the page.
I thought at one point it might be the ZoneAlarm blocking the port, so I
downed ZoneAlarm, same result.
I've done a fair bit of research and have come across a few other people
describing the same (or very similar) problems, but no-one has offered a
solution. Does anyone have any ideas?
--
Mark Bools >> Stay informed about: Apache 4.0.46 and Win2k - no page served through localhost |
|
| Back to top |
|
 |  |
External

Since: Jul 02, 2003 Posts: 37
|
(Msg. 2) Posted: Mon Jul 07, 2003 10:24 am
Post subject: Re: Apache 4.0.46 and Win2k - no page served through localhost [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Use this tool <a style='text-decoration: underline;' href="http://www.foundstone.com/resources/proddesc/fport.htm" target="_blank">http://www.foundstone.com/resources/proddesc/fport.htm</a> <--much
better than netstat as it will tell you what application is opening port 80.
If it is apache2, stop the service, uninstall, reboot, reinstall, and then
start the service again.
Rach
"Mark Bools" <mb.usenet.DeleteThis@REMOVETHISinspect-uk.com> wrote in message
news:be78sb$lvk$1$8300dec7@news.demon.co.uk...
> OK, Apache gurus.
>
> I've been using Apache 1.3 for a while (with PHP) to develop some web
sites
> on my laptop running Windows 2000 (I put them onto my Linux box for final
> proofing). No problems to date.
>
> Recently I had cause to rebuild the laptop so I thought I would take the
> opportunity to install Apache 2.0.46. However I now have a problem,
perhaps
> someone can help.
>
> The Windows 2000 installation is new and up-to-date with all the MS
upgrades
> as of today (5th July 2003), I have installed Apache 2.0.46 "straight out
of
> the box" (so, default conf files etc). When I try to hit the localhost
> address to get the default page I get no response, the browser disappears
> off into the ether and hangs.
>
> netstat -an reports that there is indeed a process listening to port 80
(and
> stopping the Apache service frees up that port so I'm pretty confident
that
> it is apache doing the listening).
>
> I have run a telnet session against port 80 and issued a GET / HTTP/1.0
with
> no response at all.
>
> Watching the process table I see that the Apache service is running at
full
> tilt, taking all the CPU cycles available (so its up to something) - this
> happens before and after the attempt to hit the page.
>
> I thought at one point it might be the ZoneAlarm blocking the port, so I
> downed ZoneAlarm, same result.
>
> I've done a fair bit of research and have come across a few other people
> describing the same (or very similar) problems, but no-one has offered a
> solution. Does anyone have any ideas?
>
> --
> Mark Bools<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Apache 4.0.46 and Win2k - no page served through localhost |
|
| Back to top |
|
 |  |
External

Since: Jul 05, 2003 Posts: 2
|
(Msg. 3) Posted: Sat Jul 12, 2003 6:00 pm
Post subject: Re: Apache 4.0.46 and Win2k - no page served through localhost [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
|
|
| Back to top |
|
 |  |
External

Since: Jul 13, 2003 Posts: 2
|
(Msg. 4) Posted: Mon Jul 14, 2003 1:25 am
Post subject: Re: Apache 4.0.46 and Win2k - no page served through localhost [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Mark Bools wrote:
> Thanks for the suggestion Rach. Tried your suggestion, sadly no positive
> outcome to report. I have given up on 2.0.x andgone back to 1.3.x which is
> working fine.
>
> --
> Mark Bools
> Inspect (UK) Ltd
> Software Process Consultant
Go to command line to run the Apache, and you'll get error message if any.
Apache -k start
Ben.<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Apache 4.0.46 and Win2k - no page served through localhost |
|
| Back to top |
|
 |  |
| Related Topics: | Win2k/Apache/PHP - cant serve a page to the internet - can.. - Hi, I want to be able to serve a web page over the internet using Apache & PHP. So far, I can only serve locally.. not to another machine on the net. I have just set up Apache & PHP on my Win2K. [Be warned, I am new to this stuff, so sorry for ...
Can't download DLL files from Apache-served Web page - Our ISP upgraded our FreeBSD Web server to Apache 1.3.2.7. We have a Web page where users can download some DLL files. When they try to do that now, they receive a "Cannot find server or DNS Error" error. We replaced the DLL files with ZIP fil...
Newbie Question: SSL *and* non-SSL on localhost Win2K - I've gotten both SSL and non-SSL to work via localhost. My browser screams bloody murder about the quality of the certificate, but that doesn't bother me since this host will never be available to the outside world. However, I'm trying to set things up...
SSI Problems, error msg on served page - Is there a simple definitive test to determine if SSI is properly enabled, & if so, if it is correctly installed or can it identify specific error I enabled SSI on an Apache - 1.3.22 server on FreeBSD 4.4-RELEASE O/S I am running several virtual....
howto automagically append an "include" to every page serv.. - -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Not sure the subject is so clear... ;) BTW, what I need is a module/directive to specify a file to be appended to every page served from an Apache web server. Is there a way? Thx. - -- William Maddler.. |
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
 |
|
|