tags:

views:

75

answers:

3

When writing web apps in Python, it brain dead easy to run a development server. Django and Google App Engine both ship with simple servers.

The main feature I'm looking for is no configuration. I want something like the GAE dev server where you just pass the directory of the app as a parameter when the server is started.

Is there a reason that this is more difficult with PHP?

+3  A: 

When I need a quick php web server for local testing I use QuickPHP

Keeper
+7  A: 

Use XAMPP: http://www.apachefriends.org/en/xampp.html Its easy to install and config.

Nort
I'd be happier if I didn't need to run Apache, but this looks like the way to do it. Currently, I use Nginx / MySQL, but I only touch it every few months, so I don't feel like screwing around with configuring anything.
pinchyfingers
+1  A: 

AppServ has always setup everything you need nicely!

fire