Jump to content

Wamp server issue.

Go to solution Solved by gibbsy81,

Turns out ip board was the culprit.

I encountered the same issue a while back and it turns out that it was being caused by conflicting ports (In my case it was skype.) However, this may be caused by other web servers, or database servers running on your server.

Under Apache, open httpd.conf and change the lines 

#Listen 12.34.56.78:80Listen 80to#Listen 12.34.56.78:80Listen 8080

save the file and restart all services. 

Link to comment
https://linustechtips.com/topic/77835-wamp-server-issue/#findComment-1068778
Share on other sites

Link to post
Share on other sites

I encountered the same issue a while back and it turns out that it was being caused by conflicting ports (In my case it was skype.) However, this may be caused by other web servers, or database servers running on your server.

Under Apache, open httpd.conf and change the lines 

#Listen 12.34.56.78:80Listen 80to#Listen 12.34.56.78:80Listen 8080

save the file and restart all services. 

if i change it to 8080 will people have to enter the port?

Link to comment
https://linustechtips.com/topic/77835-wamp-server-issue/#findComment-1068783
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×