Skip to content
Greg Bowler edited this page Jun 10, 2018 · 7 revisions

Running a PHP.Gt WebEngine application can be done by any web server, including PHP's own inbuilt webserver for development purposes. This page describes the setup process for Nginx, Apache and PHP's inbuilt server.

Inbuilt webserver

For development purposes, WebEngine applications can be served without the need to install a webserver because PHP itself can serve HTTP requsts.

*Warning: *

This web server was designed to aid application development. It may also be useful for testing purposes or for application demonstrations that are run in controlled environments. It is not intended to be a full-featured web server. It should not be used on a public network.

Clone this wiki locally