| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
|
|
| |
the patch did not handle pipeling at all, so that some code had to be added
from Premium thttpd
persistent connections are supported, if a script sets the Content-Length
header
|
| |
|
|
|
|
|
|
|
| |
response (happened at customer sites). The response is now written out
using the standard state machine.
the buffer which is handed to thttpd by php is now simply dealt with as if
it were a thttpd generated response (avoids code duplication).
|
| |
|
|
|
| |
instead of blocking the whole process
|
| |
|
|
|
|
|
|
|
| |
display them.
Refer to section 3.5, RFC 2616 -- these are IANA registered.
Patch submitted to author.
|
| |
|
|
|
| |
appropiate HTTP headers will be sent which prevent client/proxy caching.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
these bugs.
fixes poll(2) issue
fixes hanging cgi issue
fixes off-by-one in scanning input buffers in case of EAGAIN/EWOULDBLOCK
fixes potential bug in managing write buffers
add "index.php" to default files to look for
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
Otherwise, some init stuff was done twice (like resetting the
known_post_content_types hash table which caused post requests
to fail).
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
This works now with thttpd 2.19.
Thanks to Andrzej Borsuk <andrzej.borsuk@alfaelektro.com.pl> for
pointing me into the right direction.
|
|
|
This is a SAPI module for PHP 4.0 supporting thttpd, the tiny,
turbo, throttling HTTP server by Jef Poskanzer.
The module contains a patch against version 2.10 of thttpd. The patch
adds hooks to thttpd to call PHP, if a filename matches *.php. This
patch will be applied when you install PHP.
While functional, this module exists primarily to demonstrate the
ability of PHP to work in almost every web server environment.
|