Activity
From 2005-05-11 to 2005-05-17
2005-05-17
- 02:25 Bug #129: lighttpd fails to run the CGI script (no such file or directory) if the server.document-root is not absolute
- Did you attempt to strace and figure out exactly where it was looking for "webroot?" this one should probably be clos...
2005-05-15
- 18:00 Feature #132 (Wontfix): server.bind accept an array?
- Twould be nice to be able to use...
- 10:22 Bug #131 (Fixed): FastCGI FCGI_STDOUT before FCGI_STDIN bug
- The FastCGI specification (http://www.fastcgi.com/devkit/doc/fcgi-spec.html) says: @`@The application must wait to fi...
- 10:20 Feature #130 (Fixed): report debugging messages to stderr
- It would be cool if lighttpd was able to report its debugging messages to
stderr and not so syslog. Please add a con... - 10:18 Bug #129 (Invalid): lighttpd fails to run the CGI script (no such file or directory) if the server.document-root is not absolute
- lighttpd fails to run the CGI script (no such file or directory) if the
server.document-root is not absolute.
For...
2005-05-14
- 10:31 Feature #128 (Fixed): restore REMOTE_ADDR from headers X-Forwarded-For or X-Real-IP
- Hello,
Will be very good to have possibility to restore REMOTE_ADDR from headers X-Forwarded-For or X-Real-IP on b...
2005-05-13
- 20:11 Bug #127 (Invalid): fastcgi processes aren't cleaned upon sigkill
- h2. expected behavior:
in lighttpd 1.3.13, when start-stop-daemon is used to stop the lighttpd daemon, all fcgi pro... - 15:35 Feature #126 (Fixed): support for "serve-local" setting
- server.error-handler-404 can be used for this kind of setup.
If the request results in a 404, the error-handler w... - 13:35 Feature #126 (Invalid): support for "serve-local" setting
- It would be useful to have another state for check-local, or a new setting serve-local. When this state/setting is on...
2005-05-12
- 22:31 Bug #125 (Missing Feedback): auth.require is not working on a user directory
- ...
- 22:25 Bug #113: User directory cache files not being created with mod_compress
- I wonder if it has anything to do with shell expansion..should the additional / be a \ instead to prevent shell expan...
- 17:58 Revision 353 (svn): con->dst_addr_buf, cached result for inet_ntop
- 14:08 Bug #124 (Fixed): Multiple references to "authentification" (sic)
- Documentation on the lighttpd website and in the actual distribution (both in document text, code, and filenames) mak...
- 09:49 Bug #115: Unwanted redirection when using ssl.
- The diff is against the 1.3.13 version.
-- eliott - 09:48 Bug #115: Unwanted redirection when using ssl.
- I think I found the fix for the issue. I have attached a diff of the change. It is one line in connections.c.
-- el...
2005-05-11
- 12:21 Feature #123 (Invalid): These would be great: mod_dav / mod_dav_svn
- Equivalents to apache's mod_dav and mod_dav_svn would be awesome!
I would love to switch to lighttpd, but me and s... - 05:33 Bug #100: request_uri_is_valid_char Should Support chars 128-254
- Yes.
This is a big problem also in URI which has Korean(EUC-KR) char.
-- suhan - 02:39 Revision 352 (svn): use switch() on dc->comp instead of bunch of if()
Also available in: Atom