PHP web server in PHP?

后端 未结 4 1272
梦毁少年i
梦毁少年i 2020-12-20 11:03

i.e to replace Apache with a PHP application that sent back html files when http requests for .php files are sent?

How practical is this?

4条回答
  •  一生所求
    2020-12-20 11:32

    Why reinvent the wheel? Apache or any other web server has had a lot of work put into it by a lot of skilled people to be stable and to do everything you wanted it to do.

提交回复
热议问题