Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Apache 4.0.46 and Win2k - no page served through localhost

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Next:  Apache Sendmail prob  
Author Message
user2362

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
Login to vote
user2357

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
Login to vote
user2362

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

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
 >> Stay informed about: Apache 4.0.46 and Win2k - no page served through localhost 
Back to top
Login to vote
ma1b

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
Login to vote
Display posts from previous:   
Related Topics:
page cannot be displayed with "www.yyy.com" address - I'm able to access the site when I prefix it with "http://". What configuration parameter allows me to access the site just using "www.yyy.com" instead of having me or other users type in the full "http://www.yyy.com"

disable a site with an temporaly page - hi i've a problem with my site and i want to disable the access to all the files and subdirectories of the site, and display an unique page saying "temporally disabled....". I only can use .htaccess files to do this. srry for the english. Tha...

Apache-contrib - Hi I need mos_auth_system. I can get that by installing the apache-contrib on my Apache 2.0 Redhat 9.0 server. (http://www.hklpg.org/RPM/contrib/libc6/i386/apache-contrib-1.0.8-1.i386.htm l) I get the following error: root@GSM]# rpm -Uvh..

beginner with Apache-W98 - I would like to create an Intranet using Apache Free Distribution and Win98. I'm not asking for particular capacity, just connecting to my webserver's site from another computer. Unfortunately, I don't know if I lack some software or knowledge, but my we...

Getting Apache to start at start up - Hi All, I'm running Mandrake 9.0 with Apache 2.0.46 and I was wondering how I can set Apache to start up on system start
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
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



[ Contact us | Terms of Service/Privacy Policy ]