Downloadliste

Projektbeschreibung

PWebS is an HTTP server written in Python. It is
intended to be used for testing, but it implements
a multi-threaded architecture, CGI/1.1 with GET
and POST methods, supports PHP through the CGI
interface, and directory listing. It also features
a caching system, which stores all pages (static
or dynamically generated) in memory to improve the
speed of the server and reduce the overall load.
Requests and server errors are logged, and the
server can drop root privileges to run as a
specific user.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-08-26 04:33
0.0.2

HTTP-Keep-Alive wurde umgesetzt. Fast alle der ursprünglichen NCSA SSI-Richtlinien umgesetzt wurden. Die Antwort ist nun modularisiert. Ein Fehler mit der Rotation der Protokolle wurde behoben.
Tags: Minor feature enhancements
HTTP Keep-Alive has been implemented. Almost all of the original NCSA SSI directives have been implemented. The response process is now modularized. A bug with the rotation of logs has been fixed.

2002-08-17 14:05
0.0.1

Tags: Initial freshmeat announcement

Project Resources