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: apache 32 bit and vista 64 bit?
Author
kamullis



Joined: 24 Mar 2009
Posts: 4
Location: Brooklyn

PostPosted: Tue 24 Mar '09 18:17    Post subject: apache 32 bit and vista 64 bit? Reply with quote

Hi,

I have been trying over and over to get apache to install on my tablet running vista 64. Everything seems to install fine but then when i enter http://localhost into my browser url I get an error message. I've tried everything. Made sure nothing is running on port 80 turned off uac and windows defender. I even uninstalled my internet security software. Is this just not possible with 32 bit apache? Someone please help before my head explodes Very Happy
Back to top
glsmith
Moderator


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

PostPosted: Tue 24 Mar '09 19:01    Post subject: Reply with quote

What error message? Might help someone here point you in the right direction. As I understand things someone correct me if I am wrong, Apache32 does work on x86_64. It's getting Apache64 built that has been the beast of burden.
Back to top
kamullis



Joined: 24 Mar 2009
Posts: 4
Location: Brooklyn

PostPosted: Tue 24 Mar '09 19:07    Post subject: Reply with quote

just the typical message you get when you try to navigate to a page and you aren't connected to the interenet.
Back to top
glsmith
Moderator


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

PostPosted: Tue 24 Mar '09 19:46    Post subject: Reply with quote

ok ...

try http://127.0.0.1

if that works add to c:\windows\system32\drivers\etc\hosts (no file extension)

127.0.0.1 localhost
Back to top
kamullis



Joined: 24 Mar 2009
Posts: 4
Location: Brooklyn

PostPosted: Tue 24 Mar '09 21:04    Post subject: It works! Reply with quote

thank you, thank you, thank you! oh man. I never would have figured that out. sorry to ask for more after you were just such a big help, but do you think you could give me a brief description of why that was the issue. again sorry, but i just have this thing where i'm not satisfied with what, i also want to knwo why. Smile

thanks again. that was driving me nuts.
Back to top
glsmith
Moderator


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

PostPosted: Tue 24 Mar '09 23:38    Post subject: Reply with quote

I know I've gone thru this before so here comes the abridged version since I cannot seem to search it up on this forum.

Simply put, localhost is just a hostname, like any www.domain.name. Computers do not understand these, only numerical addresses. People do not remember IP addresses, so there needed to be an in between. In the outside world we have DNS, on our windows, we have that file that is looked at prior to the OS going out to the DNS server to get the address of the hostname.

Now, put 127.0.0.1 www.google.com in there and try to get to go to http://www.google.com.

Now my Vista homebody basic came with that included in the file, I've never seen a default Windows install post Win 3.11 without. I imagine some piece of software that was installed changed/removed it in your case.
Back to top
kamullis



Joined: 24 Mar 2009
Posts: 4
Location: Brooklyn

PostPosted: Tue 24 Mar '09 23:52    Post subject: Reply with quote

so 127.0.0.1 is the IP address for windows local server and for some reason it wasn't assigned to localhost. thanks all the help. you saved me some serious stress.

Very Happy
Back to top
glsmith
Moderator


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

PostPosted: Wed 25 Mar '09 0:04    Post subject: Reply with quote

you are quite welcome Smile
Back to top


Reply to topic   Topic: apache 32 bit and vista 64 bit? View previous topic :: View next topic
Post new topic   Forum Index -> Apache