0

Possible Duplicates:
PHP web server in PHP?
http server in php

I want to use HTTP server written on PHP instead of Apache. Who knows solutions? Best is one php file.

Community
  • 1
  • 1
Vyacheslav Slinko
  • 155
  • 1
  • 2
  • 9

1 Answers1

1

It was done once for some kind of a proof of concept we did, as PHP is faster to develop in than, say CPP. but in no way it is a solution for a production environment. Others have done so too http://nanoweb.si.kz/ is one for example.

Itay Moav -Malimovka
  • 52,579
  • 61
  • 190
  • 278