This application will turn your phone into a HTTP or HTTPS web server
Suitable for Android 7.0 and above
** Now with PHP and MariaDB (MySQL) support included. **
Features:
* PHP support (for both GET and POST requests)
* Embedded MariaDB (MySQL) server
* HTTPS support using a self-signed certificate
* HTTPS support using a custom supplied certificate and private key
* Basic and Digest Authentication
* Launch at boot support
* Configurable document root and port number
* Built in support for directory listing
* Custom index pages
* Specify custom MIME types
* HTTP/1.1 Range support for seeking streamed media
* Cache control
* WIFI and Mobile/Cellular Data support (dependant on data provider support)
* UTF-8 directory listing support
Changes included in this release:
* MariaDB (MySQL) server added
* Updated PHP support for MariaDB
* Updated support library builds
* Bug fixes around I/O exceptions