astahttpd web server 0.1-beta2 (Default branch) |
|
|
stahttpd is a Web server for Linux written in pure PHP, mainly targeted for PHP developers. It supports alias directories, URL rewriting, Basic authentication, gzip and deflate content encoding, virtual hosts (IP and name based), and CGI script processing.
License: GNU General Public License v3
Changes:
A manual and API documentation have been added. URL rewriting has been added. A deflate format for Content-Encoding has been added (PHP must be compiled using --with-zlib). Basic Authentication has been added. The license has changed from the GPLv2 to the GPLv3. There is a new comment style to suit the PHPDocumentor style guide. Logs are written to files (access_log and rewrite_log). Bug #1882558, Always return Error 500 when listing a directory, has been fixed.
|