开发者

getting wamp to work [closed]

开发者 https://www.devze.com 2023-04-05 08:36 出处:网络
Closed. This question is off-to开发者_运维百科pic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed. This question is off-to开发者_运维百科pic. It is not currently accepting answers.

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 11 years ago.

Improve this question

I installed WAMP on my computer and clicked start all services.

Then I tried going to http://localhost/ on my computer and nothing happened. the web page that comes up is blank. Can someone help me get this started?


Are you sure that alle your serviuce are green?One of the main reason for wich wamp fails to start is that something is blocking port 80: Skype is usually the cause.

To disable skype using the port 80 just go to option->advanced->network untick the "use port 80...."

Then restart the services


goto wamp\bin\apache\Apache2.2.17\config (probably you have another version than 2.2.17) open httpd:

goto the line: Listen 80

change the port to something free. (i use 99).


1 What WAMP do you use? 2 Check your Apache config file (httpd.conf) and search (CTRL+F) for ServerName. You should see something like <ip>:<port>. Is your port 80? If not, change it to 80. And if you also search for Listen there should also be something like <ip>:<port>, make sure that port is also set to :80.

0

精彩评论

暂无评论...
验证码 换一张
取 消