lighttpd
lighttpd fastcgi optimization
I have 开发者_如何学Pythona web service using lighttpd and fastCGI (using TCP) where lighttpd causes a processor bottleneck. How can I optimize the performance of lighttpd and fastCGI?[详细]
2023-01-15 20:35 分类:问答X-Sendfile Error
I am trying to send files by using X-Sendfile directive in lighttpd. My php code is; header(\"Content-Type: application/force-download\");[详细]
2023-01-13 22:00 分类:问答Why does lighttpd mod_fastcgi start a listening socket?
I read in lighttpd 1.4.19 source codes, now I got stuck at the function fcgi_spawn_connection, if (-1 == connec开发者_JAVA技巧t(fcgi_fd, fcgi_addr, servlen)) {[详细]
2023-01-13 01:26 分类:问答Regex help. Lighttpd rewrite rule
I am not very familiar with Regular expression, but I am asked to modify a lighttpd rewrite rule. url.rewrite = ([详细]
2023-01-12 19:19 分类:问答Run PHP from a PNG file on lighttpd
I only need to do this for one file (uptime.php) and it must be requested by using uptime.png. Adding a rule for all png files in my conf开发者_StackOverflow中文版ig file would be suicide.. :PIn gene[详细]
2023-01-12 10:35 分类:问答Serving static images thru Lighttpd
I am trying to build library application. Converting the PDF documents to PNG images. (each page is one PNG file)[详细]
2023-01-11 22:41 分类:问答Another benefit of having Lighttpd in front of Apache
I have read in a site that another benefit of having Lighttpd in front of Apache is lower number of child processes. Lighttpd will handle keep-alive and client requests while child processes of Apache[详细]
2023-01-11 11:23 分类:问答"child exited with status 13" when trying to run fastcgi examples with lighttpd
I have compiled fastcgi c-api examples: http://www.fastcgi.com/devkit/examples/ They work fine when I execute them manually in the command line (by typing ./echo for example) but I have some troubles[详细]
2023-01-10 11:42 分类:问答How to handle chunked encoding request properly?
I have two websites: one with Lighttpd with PHP and second with Apache and neither of this handle chunked transfer encoding properly.[详细]
2023-01-08 14:19 分类:问答REST API on Lighttpd does not take file
I have a REST API written in PHP located on Apache server.It takes as a parameter a file (15KB). When I call this API from J2ME application it does work fine. Moreover when I wrote a API client in C#[详细]
2023-01-07 06:49 分类:问答