vote up 0 vote down star

Hi,

Is there a SAPI module for PHP 5 for supporting the thttpd web server? Oddly, the one included on PHP 5.2.6 source is for PHP 4.x.

Thanks, Kenneth

flag

Any reason to /abuse/ the poor thttpd to run PHP? :) – Till Sep 29 '08 at 11:05
The reason is simple. :) We want to create web applications using PHP, and the current HTTP server we have is thttpd. – ksuralta Sep 30 '08 at 7:04

2 Answers

vote up 2 vote down check

The thttpd SAPI that ships with PHP 5 works. Ignore the README where it says "PHP 4".

However, understand that PHP for thttpd is single-threaded. All other requests will stall while PHP is executing. This is might be acceptable for a low traffic site or embedded application. If not, I recommend trying nginx, another lightweight web server that runs PHP in a separate process via FastCGI.

link|flag
vote up 0 vote down

php-5.2.9-1-Win32 i download the above from php.net but this does not have any folder named SAPI what should i do now ........

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.