| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
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.
|