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: localhost working but not working?
Author
Richyyoung



Joined: 25 Apr 2007
Posts: 2
Location: norfolk

PostPosted: Wed 25 Apr '07 0:06    Post subject: localhost working but not working? Reply with quote

hello ive ben working fine building my new site using localhost and the apache server 2.2.4 but today i couldnt connect to localhost then i noticed the server was stopped and keept coming up with port errors when trying to restart

ive sorted the port error by changing the port from 80 to 3128

and now the servers running and all green but when i type localhost in the browser it wont go to even the basic IT WORKS page

ive un installed reinstalled ive even deleted the original directory and mad e anew one i cant figure it out you just click next a load of times and it should work??

any ideas ????
Back to top
James Blond
Moderator


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

PostPosted: Wed 25 Apr '07 9:52    Post subject: Reply with quote

Do you run any software like skype? Or a new firewall?
try http://localhost:3128/ Wink
Back to top
Richyyoung



Joined: 25 Apr 2007
Posts: 2
Location: norfolk

PostPosted: Wed 25 Apr '07 18:09    Post subject: Reply with quote

no firewalls running

http://localhost:3128/ worked! how comes now i need to add the port number on the end? is there anything i can alter in httpconf to get it working properly again?

tis very odd
Back to top
James Blond
Moderator


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

PostPosted: Wed 25 Apr '07 18:14    Post subject: Reply with quote

If you want to reach the server without a number in the end of the address apache have to listen to port 80!

run from the command line (cmd) netstat -nb to see which programm blocks Port 80. If there is a program listen on that port
Back to top


Reply to topic   Topic: localhost working but not working? View previous topic :: View next topic
Post new topic   Forum Index -> Apache