Reputation: 6550
I need to test some php code, what light-server can i install on my computer?
Upvotes: 0
Views: 6963
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
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
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.
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:
Upvotes: 1