localhost server can not connect wamp even apache is working - iis-7

I am using wammp server and apache is working(color is green). Yesterday it was workng but today its not working. Today when I tried to open localhost IIS7 is opened first then I closed (Turn windows features on/off) IIS . And now when I tried to connect localhost it can not connect to server. What might be the solution for this?

Ok guys sorry for the question I changed my port and forget to write it near localhost problem is solved :)

Related

Weird issue with Tomcat and localhost

So this is the issue. I have a spring mvc application. When I start the application in Intellij, tomcat starts(http://localhost:8080/home) but I eventually get a message that the site cannot be reached. The ip address(192.168.251.49) its trying resolve is not my localhost. If I use my localhost ip(192.168.2.19) it works, but I get an notification that the site is not secure. This started last week, I was working from home, so I was connected to work via a VPN, and I was remoting into my work pc. Then on my home pc I had started up this app, then after closing my connection to work this problem started happening.
Any suggestions on how to fix this? Thanks.

Not able to open website on localhost

I am developing a website on localhost wamp using Wordpress. Today when I tried to open my wordpress account it was displaying an error "This webpage is not available ERR_CONNECTION_REFUSED",also I am not able to see any of my webpages.
I tried using IP address instead and tried to open on other browser like firefox,IE also (initially, I was working on chrome) but nothing worked.
Can anyone please suggest some solution to this??
Skype reserves port 80 for its incoming connection which conflicts with WAMP, so simply configure Skype to use another port by doing the following:
In Skype go to Tools|Options|Advanced|Connection uncheck the option --> Use port 80 and 443 as alternatives for incoming connections, that's it
For this change to take effect restart Skype and Restart all services on WAMP by doing the following:
Left-click WAMP tray icon > Restart All Services"
Now Wamp and Skype can co-exist together, hope this solves your problem!!
Have a look at this post:WAMP Server not working

WAMP wrong Physical Path

I have first installed my WAMP Server on my personnal PC. It worked fine.
Then I pluged that PC in a network of a company (25 PC in total). I had acces to all there network. And I managed to make it work and accessible to everyone in the company but the WAMP is still on my computer.
To resolve that little problem, they got a Server with Windows Server 2012 installed. So I wanted to install my WAMP + DB, on this server.
So I installed correctly WAMP and MySql but when I go to the url that I put exactly the same on my personal PC, it shows me an error like : HTTP Error 404.0 - Not Found
The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
Like if the WAMP wasn't launched but I'm sure it is launched correctly.
Can this be a firewall issue ? Like an service bloking the port 80 (I guess ?).
Sorry but the network isn't my best subject.
EDIT
I found from where my error comes.
When I go to my url 10.13.48.60:80/my_page.php
In my error message, I see Physical Path C:\inetpub\wwwroot\
but thats wrong, it should just be Physical Path C:\WAMP\www\
How can I change that ?

Localhost is not working in Visual studio web developer 2010

i am having problem with my visual studio 2010 web developer , when every time i run my aplication my localhost is not working i dont event use IIS for my project just a localhost and page not found i have tried to configure my internet properties and checked USE a proxy server for the connection , but still my localhost does'nt work , is there any other way to fix my problem , please help me
Add the following line to your C:\Windows\System32\drivers\etc\hosts :
127.0.0.1 localhost
Ps: to edit hosts, copy it to your desktop, add the line : 127.0.0.1 localhost , save , copy the new host to your folder C:\Windows\System32\drivers\etc\ then replace the old one
The problem could be in another application you are running.
Visual studio uses the same ports/localhosts like steam and other applicitions.
To clear this, make sure the program you think is causing the problem doesnt start automaticly start when your PC starts and then restart your pc.
if that isn't the problem you schould look at your localhost itself by typing 127.0.0.1 in your browser to see if it works

How to allow users from other computers to connect to my IIS7 website?

I am trying to run a website in IIS7 for testing purposes. I can coonnect to it from my local pc typing http://localhost/Webpage1/Default.aspx (or http://localhost to open the default IIS starting page), but i can't connect to it from other computers.
In other similar topics suggestions was to change hosts file in c:\Windows\System32\drivers\etc, but something is not working for me.
Can you please tell me what exactly should i write there and how to connect, if my IP address is 80.233.186.188?
Thanks, Walt
It sounds like you developed this using WebMatrix. That installs IIS 7 Express, instead of IIS 7. It happened to me too, and I solved the problem by following the steps here: http://blog.alirobertson.com/post/11139712138/enabling-non-localhost-access-to-webmatrix

Resources