Gilad Naaman
Gilad Naaman

Reputation: 6550

Virtual server for testing

I need to test some php code, what light-server can i install on my computer?

Upvotes: 0

Views: 6963

Answers (3)

Willemk
Willemk

Reputation: 11

A solution that has always worked for me is to download Xammp. Easy to install apache server for windows. Not exactly lightweight (comes with mysql, perl, filezilla) but can't be beat in terms of ease of use.

Upvotes: 0

Dylan Yaga
Dylan Yaga

Reputation: 186

Try WampServer for a quick install of Apache, mySQL, PHP and Perl if you use Windows.

There are a few of these kinds of applications for various OSs, such as Xampp for Linux and Mamp for Mac

Upvotes: 3

Matt
Matt

Reputation: 562

Well, on Windows or Linux (and probably Mac), I like Apache. It might not be ultra-lightweight, but it is very configurable and has been solid for me in the past.

Apache

I forgot how confusing their pages can be at first. I think this is the page you want, just make sure you get the right version for your OS:

Download Page

Upvotes: 1

Related Questions