WAMP Server not working

前端 未结 12 1846
忘掉有多难
忘掉有多难 2020-12-03 07:48

Okay so a continuation from this question, where you experts intro\'d me to WAMP, which can basically execute PHP within a Windows XP environment.

So now I\'ve got i

相关标签:
12条回答
  • 2020-12-03 08:22

    Glad you got it sorted - Skype is notorious for that.

    If you want to use Skype and WAMP together, you can edit your httpd.conf file - change the 'listen' value from 80 to something else and restart all services.

    0 讨论(0)
  • 2020-12-03 08:23

    just go to wamp>bin>apache>apache 2.2.17>conf>httpd.conf (file) change Listen 80 to Listen 8080 save the file n restart the services this time type http://localhost:8080

    0 讨论(0)
  • 2020-12-03 08:23

    In skype:

    Go to Tools -> Options -> Advanced -> Connections and uncheck the box "use port 80 and 443 as alternative".

    This should help.

    0 讨论(0)
  • 2020-12-03 08:24

    you can start Skype up after wamp is online or change Skypes port not to use 80

    0 讨论(0)
  • 2020-12-03 08:25

    try this one, i had the same problem and this helped me:

    1. Wamp Server icon => Appache => Service => Install Service
    2. Wamp Server icon => Appache => Service => Start/Resume Service
    3. Wamp Server icon => MySql => Service => Install Service
    4. Wamp Server icon => MySql => Service => Start/Resume Service
    0 讨论(0)
  • 2020-12-03 08:25

    Teamviewer can cause this too.

    0 讨论(0)
提交回复
热议问题