XAMPP e WAMPserver

3

Eu tenho usado o Wamp com o Windows 7 e, quando atualizei recentemente para o Windows 8, não consegui me conectar ao host local. Desinstalar e reinstalar não funciona. Eu também tentei instalar o XAMPP para ver se eu posso usar o localhost lá, mas não. O que o Windows 8 está me impedindo de fazer isso?

    
por Iis 01.11.2012 / 17:22

3 respostas

1

Sim, existe uma versão beta do Xampp (1.8.1) disponível para download. Aqui está o link link . Verifique se funciona ou não ..

    
por 01.11.2012 / 17:41
1

O problema ocorre porque o Windows 8 integrou o Microsoft IIS e tanto o WAMP quanto o IIS usam a porta 80 Veja abaixo como corrigi-lo (a solução é proveniente do link , então verifique o URL para uma explicação completa):

Click on the WAMP Server system tray icon and follow this path to the first file to be edited: Apache -> httpd.conf Search for “Listen 80″ and change this to “Listen 8080″ (You can use most any number; 8080 is a common alternative in this case.) Locate the file wampmanager.tpl (generally found in the default folder: C:\wamp) and open it with your text editor. Search for any instance of the parameter “http://localhost/” and replace it with “http://localhost:8080/” (or the same number you used above.)

Now, Right-click the WAMP Server icon in the system tray and click Refresh and you should be able to work with both localhost environments: "http://localhost:8080/" with the WAMP Server; and, "http://localhost.com/" with the Microsoft-IIS services.

    
por 10.11.2012 / 08:37
0

Eu não acho que o Windows 8 tem algo a ver com isso, você pode verificar o seu firewall, se está causando esse problema. porque nas versões anteriores do Windows. muitas pessoas com firewalls têm esse problema. Se o problema persistir, talvez eu instale o wamp e tente em meu próprio windows 8.

    
por 01.11.2012 / 21:03