views:

77

answers:

8

I need a quick and dirty http server to use for local application development, that supports php and mysql. Xampp will not work for me (64 bit Win 7), so Im looking for something similar.

+1  A: 

Try Wamp server

TP
A: 

I don't know if it includes MySQL, but check out the Microsoft Web Platform Installer 2.0. It does include PHP and a lot of other stuff. All Free.

John Saunders
+2  A: 

I've had good experience with The Uniform Server -- it's portable*, and it includes Apache, PHP, MySQL, and Perl in the box. Their installation manual also says testing has been successful on 64-bit WinXP Pro.

* It's portable in the put it on your USB-stick and use it on any Windows computer sense. They also claim to not touch the Windows registry at all.

Mark Rushakoff
A: 

pmwikiserv is a wiki that includes a free standalone single executable PHP/http server for windows/Unix

Martin Beckett
A: 
tharkun
A: 

Checkout WebGUI (http://www.plainblack.com/) which comes with a quick install web server, mysql database, and content management system all in one. Works on Windows, Unix, Mac, BSD and Linux. Needs Perl. You can add on PHP and/or Python to make it do what you want. The system is entirely open source (you can pay for support). Under active development by a going commercial concern. Setup in minutes.

A: 

If you have a Windows XP Professional or a Windows Server installation, run it on IIS. I'm sure it's included on the higher end Vista distribution discs too. You can check by inserted your disc, going to Add or Remove Programs and on the left menu, select Add Windows Features...something like that anyway.

Droo