Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
2k views

PHP as a thttpd module vs CGI in terms of memory usage

I am planning to use php in an embedded environment. Our current web server is thttpd. I am considering two options now: whether to run it as a cgi or as SAPI module. I know cgi has advantage in terms ...
2
votes
2answers
399 views

thttpd and php in CGI mode

Is there a way to make PHP and thttpd work together in CGI mode? There are some pieces of information here and there but our naive attempts failed so far as it seems like PHP doesn't understand the ...
2
votes
1answer
2k views

cross-compiled THTTPD server with PHP runs fine, but no PHP

We need some PHP on an ARM board. I've successfully cross-compiled both PHP 5 and THTTPD and they both seem to run fine on the ARM board, only the .php pages are shown unprocessed (if you do "View ...
1
vote
1answer
81 views

Can thttpd support multipart/form-data?

I could successfully setup thttpd and tested a sample page with form. If I replace the input element with type "file" and post a file upload, thttpd closes the connection without any response but the ...
1
vote
2answers
73 views

Two small httpd servers or one big one?

I'm in the process of optimizing my website to serve static assets via a different domain so that they download/upload bandwidth is reduced and caching is easier. Right now, I'm using Rails 3.1 with ...
1
vote
2answers
960 views

Is there a SAPI module for PHP 5 for supporting the thttpd web server?

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