summaryrefslogtreecommitdiff
path: root/sapi/thttpd
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2003-02-19 10:57:21 +0000
committerSascha Schumann <sas@php.net>2003-02-19 10:57:21 +0000
commitfb6c60c46c99782bd90bfb3e2216ff9cbb1670fb (patch)
tree4f5011626d51d7ca1d68ca951840b560231c00b2 /sapi/thttpd
parent889bb70a3f914a2fd420a5ddad9b0cd8eccdc707 (diff)
downloadphp-git-fb6c60c46c99782bd90bfb3e2216ff9cbb1670fb.tar.gz
some improvements
Diffstat (limited to 'sapi/thttpd')
-rw-r--r--sapi/thttpd/README16
1 files changed, 9 insertions, 7 deletions
diff --git a/sapi/thttpd/README b/sapi/thttpd/README
index 12a2031622..1e80a01956 100644
--- a/sapi/thttpd/README
+++ b/sapi/thttpd/README
@@ -4,9 +4,9 @@ README FOR THTTPD MODULE (by Sascha Schumann)
This is a SAPI module for PHP 4.x supporting thttpd, the tiny,
turbo, throttling HTTP server by Jef Poskanzer.
- NOTE: All requests will be serialized. That means, one long running
+ NOTE: All HTTP requests will be serialized. That means, one long running
script will block all other requests. Choose another web server,
- if you want to execute arbitrary scripts.
+ if you want to execute arbitrarily long running scripts.
The module contains a patch against version 2.21b of thttpd. The patch
fixes a number of bugs and adds some functionality:
@@ -14,11 +14,13 @@ README FOR THTTPD MODULE (by Sascha Schumann)
- HTTP/1.1 Persistent Connection/Pipeline Support
- PHP Scripting (**.php by default)
- Highlighting PHP Scripts (**.phps by default)
- - Fast Accept Loop
- - Periodic Connection Expiring
- - Fixes the Host: header vulnerability
- - Asynchronous request body handling
- - Fixup for non-blocking send of thttpd-generated responses
+ - Fast Accept Loop (unique to PHP)
+ - Periodic Connection Expiring (unique to PHP)
+ - Log to stdout (logfile=-)
+ - Fixes the Host: header vulnerability (affects vhosts only)
+ - Asynchronous request body handling (e.g. for POSTs)
+ - Accept filter for Linux
+ - Fix for non-blocking sending of thttpd-generated responses
You can configure the filename extensions by creating a config file for
thttpd and setting these entries: