问题
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:
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.
回答2:
Try Wamp server
回答3:
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.
回答4:
pmwikiserv is a wiki that includes a free standalone single executable PHP/http server for windows/Unix
回答5:
- Wamp Server
- Zend Server CE
回答6:
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.
回答7:
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.
回答8:
Abyss Web Server http://www.aprelium.com/abyssws/
The setup is trivial. Also, it only takes a couple of minutes to enable cgi (they are recognized by extension).
Also, many frameworks such as django and groovy/grails come with their own simple server.
来源:https://stackoverflow.com/questions/1489300/recommend-me-a-quick-setup-local-http-php-mysql-server-for-development-windows