3

Is there a simple HTTP server that can be run in the current PHP project path, like Rails' script/server (webrick)?

Simone Carletti
  • 173,507
  • 49
  • 363
  • 364
  • Why not install a LAMP/WAMP/MAMP? Getting an apache to work with PHP is 1000 times easier then getting it to work Ruby.,.. – TheHippo Dec 17 '09 at 02:01
  • 1
    That may have been true a couple of years ago, but it is no longer the case, thanks to Phusion Passenger - http://www.modrails.com/ – Will Green Dec 18 '09 at 06:10

2 Answers2

6

Yes, there is (much to my shock). It's called Nanoweb

Will Green
  • 932
  • 5
  • 10
-1

http://www.phpontrax.com/

php on trax is basically Rails for PHP, im not sure if it features script/server. (cant read the site here as its filtered)

Arcath
  • 4,331
  • 9
  • 39
  • 71