I would installed xampp in my system but when i try to run my localhost following message will appear "The server localshost:80 requires a username and password.please help

link|improve this question
On a fresh install? You're just opened localhost from your web browser? – Pitto Jun 10 '11 at 15:27
feedback

2 Answers

XAMPP has no passwords set by default.

Try running

/opt/lampp/lampp security

and follow the directions.

link|improve this answer
feedback

More to the point would be an explanation of the consequences of using or not using a password and account. For example, why does it look for a username and password for localhost? Who else will use the localhost server.

From observations of the network trying to break into the Apache Server, one would be well advised to keep off-line when using the local host or use Listen localhost:8080 in htpd.conf.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.