Activity
From 2008-07-09 to 2008-07-15
2008-07-15
- 20:44 Bug #1721: Requests are not processed, fcgi load increases, but processes are idle and server load minimum
- M'kay, the 600s theory is no more - it was pure coincidence. Another thing: I have split websites across 2 fcgi socke...
- 16:24 Bug #1721 (Invalid): Requests are not processed, fcgi load increases, but processes are idle and server load minimum
- I am using lighty with php 5.2.6 run via fcgi.
From time to time lighty stops responding to request handled by fcg... - 19:50 Bug #1722 (Fixed): mod_fastcgi/mod_scgi: bin-environment doesn't override parent environment
- Both mod_fastcgi and mod_scgi have a bin-environment option which allows the environment of a child fastcgi/scgi proc...
2008-07-14
- 16:03 Bug #1665: file uploads >= 700mb
- I did a little investigation with a tool called "tcptunnel":http://www.zblob.com/software/tcptunnel.gz which is a sim...
- 15:45 Revision 0f515626: - let spawn-fcgi propagate exit code from spawned fcgi application
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2198 152afb58-edef-0310-8abb-c4023f1b3aa9
- 14:47 Revision 00e5a032: - print success message to stdout (for discarding it from initscripts)
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2196 152afb58-edef-0310-8abb-c4023f1b3aa9
- 14:40 Revision f08ffad2: - strerror() wants errno as param not arbitary exit value from spawned child
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2194 152afb58-edef-0310-8abb-c4023f1b3aa9
- 14:33 Revision 5fa895e8: - revert unwanted commit
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2193 152afb58-edef-0310-8abb-c4023f1b3aa9
- 14:26 Revision ef95813d: - merge spawn-fcgi changes from trunk (from @2191)
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2192 152afb58-edef-0310-8abb-c4023f1b3aa9
- 11:39 Feature #322: FastCGI Authorizer support for Variable-name variable passing
- You're right, it's http_status.
It ends up like this:... - 10:17 Bug #1720 (Fixed): Rewrite/redirect rules and URL encoding
- Dear lighty community,
I am using lighty to serve a wiki; to have nice urls, i use the following in my lighttpd.co... - 07:38 Bug #397: lighttpd 1.4.8 ssl problem
- Perhaps other webservers just ignore that error...
As we just use the openssl library for ssl communication i don'... - 07:30 Bug #1387: lighttpd+fastcgi memory problem
- So... just code it. But don't expect us to include it in 1.4.x, as 1.4.x is the stable branch.
Or try 1.5.x and X-...
2008-07-13
- 14:43 Bug #1387: lighttpd+fastcgi memory problem
- What if one's fastcgi scripts sends large *dynamic* content, that cannot be sent using x-lighttpd-sendfile? I am runn...
- 12:33 Bug #362: Uploads above 64Kb not working when serving lighttpd on Mac OS X
- If you see the behaviour with FF and IE, too. Then try the following in your lighttpd.conf (it helped me to POST file...
- 12:28 Bug #1602: LigHTTPD 1.4.19 freezes FreeBSD
- For my, lighttpd never crashed/hanged my FreeBSD 6.3 server. I had to change
server.network-backend = "write"
so th... - 12:24 Bug #1564: auth.backend.ldap.filter not working with conditionals/not being rebuilt
- I have the same problem, I need to match against UID in some parts and CN in some other parts of the Webserver. And t...
2008-07-12
- 19:26 Bug #1719 (Invalid): can detect presence of hidden directories through HTTP redirects:
- just did some testing with my local setup:...
- 19:17 Feature #1718 (Invalid): working with Nginx x-real-ip, Can not get the real Client IP
- I used Nginx as Proxy at the front running @ 80 port, Lighttpd running @ 10080 port, Apache @ 10081 port. Lighttpd a...
- 17:07 Feature #1615: mod_post_to_disk for lighttpd 1.5
- Instructions to compile module is exactly the same, as for any other external module:
1. Put lighttpd header files... - 11:31 Feature #1615: mod_post_to_disk for lighttpd 1.5
- That's exactly what the guy has asked for and you just state it's "out of scope"? How stupid is that?
- 15:59 Bug #1716: mod_scgi process spawning without replacing fd=0 (stdin) by socket as in fcgi
- Simple code to reproduce the problem:
Lighttpd configuration:...
2008-07-11
- 18:14 Bug #1717 (Obsolete): Google's urlfetch from appEngine and lighttpd HTTP 400 response
- Hi,
I started using urlfetch from google's appEngine (http://code.google.com/appengine/docs/urlfetch/overview.html) ... - 15:52 Bug #1644: Large HTTP Posts - get corrupted or just hang - with fastcgi PHP
- writev works fine for me. both for large and small uploads.
- 14:20 Bug #1644: Large HTTP Posts - get corrupted or just hang - with fastcgi PHP
- I have to confirm that bug. Very annoying for a stable release. POST requests reproducible hang the whole http server...
- 15:34 Bug #1716 (Fixed): mod_scgi process spawning without replacing fd=0 (stdin) by socket as in fcgi
- mod_scgi is quite similar to mod_fastcgi however, it has an important issue:
When scgi process is spawned its stdi... - 12:23 Bug #1665: file uploads >= 700mb
- on version r1922 seams like php is waiting for additional data 3 times. When not get any data connection closed from ...
- 12:18 Bug #1715: mod_proxy round robin not working
- Replying to [[lighttpd:comment:1|stbuehler]]:
> Unreadable patch; use "diff -u". But i get the feeling that the code... - 05:55 Bug #1715: mod_proxy round robin not working
- Unreadable patch; use "diff -u". But i get the feeling that the code is really broken.
- 01:19 Bug #1715 (Fixed): mod_proxy round robin not working
- Hi,
recently I download the lasted stable version (1.4.19) and found that round robin on mod_proxy does not work a...
2008-07-10
- 14:54 Bug #1665: file uploads >= 700mb
- Can confirm that bug. On IE same error, FF tries more times to upload same file.
#1542 (keepalive off) not helped.... - 14:44 Bug #1665: file uploads >= 700mb
- No, disk space is ok. I'm getting "Partially uploaded" error in php very often on big (>400Mb) files. What's interest...
Also available in: Atom