logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: 127.0.0.1 show Apache 2.0 test page without Apache installed
Author
abhumi



Joined: 30 Jun 2010
Posts: 2

PostPosted: Wed 30 Jun '10 10:48    Post subject: 127.0.0.1 show Apache 2.0 test page without Apache installed Reply with quote

Hi,...

I have a weird problem

127.0.0.1 bring Apache 2.0 test page, complete with its documentation,... but I already removed my previous (and unsuccessful) installation of Apache.

Now I can't install a new Apache instance, because port 80 on my PC was used (by system PID 4)

I've tried searching for the file in the documentation, (ex. new_features_2_0.html), but although i can reach it through http://127.0.0.1/manual/new_features_2_0.html, i can't find the file on my HDD (even with hidden & system file shown)...

Does Apache have a chace? and how can Apache run as System (PID 4) on windows 7?

FYI

Before this, I recently have an accident,...
I've installed an apache through xampp-win32-1.7.3 packet,...
without realizing i have IIS installed on my PC,...

the installation shows that port 80 was already used (most probably by IIS) which is normal,...
after that I uninstall xampp and IIS, and then reinstall xampp,...
the funny thing is port 80 is still in used, but this time by apache, and it is a different instance than the current apache intallation,
so my second intallation also failed

I'm desperate, and any kind of help is appreciated... Sad
Thanks
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Wed 30 Jun '10 21:05    Post subject: Reply with quote

from command line

netstat /ab

see what is running on port 80
Back to top
abhumi



Joined: 30 Jun 2010
Posts: 2

PostPosted: Thu 29 Jul '10 8:57    Post subject: Reply with quote

the result from netstat /ab shows

TCP 0.0.0.0:80 mylaptopname LISTENING
Can not obtain ownership information

really strange...
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7368
Location: Germany, Next to Hamburg

PostPosted: Thu 29 Jul '10 11:32    Post subject: Reply with quote

Inside the xampp package there is an portcheck tool, which might shows more.

You also can check the list of programs that can block apache
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Thu 29 Jul '10 22:53    Post subject: Reply with quote

I'd also look at the hosts file. Some malware will manipulate it to hit their servers.
Back to top


Reply to topic   Topic: 127.0.0.1 show Apache 2.0 test page without Apache installed View previous topic :: View next topic
Post new topic   Forum Index -> Apache