Riferimento: Xampp non Runna
@
Cmsmile Molto strano, xampp 1.7.1 è il più usato non dovrebbe dare problemi di questo genere... beh, prova a chiudere MSN, SKYPE o qualche altro programma accesso e se non ti funziona ancora prova a riscaricare xampp...
Oppure un'altra cosa ancora! Apri xampp vai su Explore... e apri la cartella Apache, dopo aver entrato vai su conf e apri il filehttpd con il blocco note... e dopo che l'hai aperto cerca questa stringa:
Codice:
# Listen: Allows you to bind Apache to specific IP addresses and/or
# ports, instead of the default. See also the
# directive.
#
# Change this to Listen on specific IP addresses as shown below to
# prevent Apache from glomming onto all bound IP addresses (0.0.0.0)
#
#Listen ********:80
Listen 80
dove ci sono gli asterischi ci sarà il vostro ip, trovato questo codice sostituite 80 con 8081 quindi verrà
#Listen ********:8081
Listen 8081
scendete e cercate anche questa stringa
Codice:
#
# ServerName gives the name and port that the server uses to identify itself.
# This can often be determined automatically, but we recommend you specify
# it explicitly to prevent problems during startup.
#
# If your host doesn't have a registered DNS name, enter its IP address here.
#
ServerName localhost:80
Sostituisci come prima 80 con 8081 e salva.
Dopodichè riavvia xampp e starta ^^
Spero di esserti stato utile!
Fonte mia