sas Wed Feb 19 06:00:50 2003 EDT
Modified files: (Branch: PHP_4)
/php4/sapi/thttpd README
Log:
some improvements
Index: php4/sapi/thttpd/README
diff -u php4/sapi/thttpd/README:1.12 php4/sapi/thttpd/README:1.12.4.1
--- php4/sapi/thttpd/README:1.12 Thu Nov 7 06:38:03 2002
+++ php4/sapi/thttpd/README Wed Feb 19 06:00:48 2003
@@ -1,12 +1,12 @@
README FOR THTTPD MODULE (by Sascha Schumann)
-($Date: 2002/11/07 11:38:03 $)
+($Date: 2003/02/19 11:00:48 $)
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 @@
- 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:
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php