Project

General

Profile

Activity

From 2005-10-14 to 2005-10-20

2005-10-20

19:48 Feature #342 (Fixed): Support static linking of modules and module selection
Hello. I am using lighttpd for an embedded system. Currently I build and install it normally, then delete all the m... Anonymous
17:16 Bug #285: active SSL connection loss (SSL3_WRITE_PENDING:bad write retry) (CVE-2008-1531)
Any luck with this? What other info could I get that would be helpful?
-- sean
Anonymous
17:07 Bug #341 (Fixed): setting default value for configuration file parameters
By default, lighttpd will spit out "404- Not Found" unless you set error-handler-404 to something else. There needs ... Anonymous
14:05 Bug #340 (Fixed): incoming bytes (%I) support in mod_accesslog
The documentation for mod_accesslog states that %I will be expanded to incoming bytes, this however is not implemente... Anonymous
03:27 Revision 396a4de6: more document
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@793 152afb58-edef-0310-8abb-c4023f1b3aa9 moo
03:27 Revision 793 (svn): more document
moo
03:01 Feature #339 (Fixed): HTTP header parsing
When dealing with a SOAP server written in perl using SOAP::Lite, I was experiencing problems that I later traced to ... Anonymous

2005-10-19

21:12 Bug #338: lighttpd >= 1.4.6 crashes on file upload
Thanks, jan =).
For all users who got this problem a quick workaround may be to set /var/tmp to chmod 777 until it...
Anonymous
20:55 Bug #338 (Assigned): lighttpd >= 1.4.6 crashes on file upload
i fix for this is only in progress.
thanks for the ticket.
jan
20:50 Bug #338 (Fixed): lighttpd >= 1.4.6 crashes on file upload
I recently upgraded lighttpd to 1.4.6 and noticed that it killed itself without any error message in random times.
...
Anonymous
17:46 Bug #337 (Invalid): conditionally stopping https requests
# deny https access only if virtual domain1 or domain2 are requested
$HTTP[[host]] =~ "domain1\.com|domain2\.com" ...
Anonymous
17:45 Bug #336 (Invalid): conditionally stopping https requests
# deny https access only if virtual domain1 or domain2 are requested... Anonymous

2005-10-18

17:25 Feature #335 (Fixed): mod_fastcgi does not allow a uid/gid to be specified when spawning fcgi apps
Check
http://cyanite.org/execwrap/
jan
17:06 Feature #335 (Invalid): mod_fastcgi does not allow a uid/gid to be specified when spawning fcgi apps
h2. mod_fastcgi: specifying uid/gid
It would be nice to add a uid=>"user id" and gid=>"group id" arguments to t...
Anonymous
16:21 Revision a9e31460: The dependecies of header files into account
FreeBSD 4.11 needs this
sent in by Christopher Boumenot
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/ligh...
jan
16:21 Revision 792 (svn): The dependecies of header files into account
FreeBSD 4.11 needs this
sent in by Christopher Boumenot
jan
10:39 Revision 4f58672a: added a comment on possible optimizations to the code and
added #ifdef USE_MADVISE to improve experimental support for read-head via mmap()
git-svn-id: svn://svn.lighttpd.ne...
jan
10:39 Revision 791 (svn): added a comment on possible optimizations to the code and
added #ifdef USE_MADVISE to improve experimental support for read-head via mmap() jan
10:38 Bug #332 (Fixed): Unable to build 1.4.6 on x86 Solaris 10
fixed in r790
jan
10:05 Bug #332: Unable to build 1.4.6 on x86 Solaris 10
Adding sys/filio.h worked, not sys/ioctl.h.
-- toni.viemero
Anonymous
09:56 Bug #332 (Assigned): Unable to build 1.4.6 on x86 Solaris 10
add
#include <sys/ioctl.h>
at the top of the file and see if it works.
jan
09:55 Bug #332: Unable to build 1.4.6 on x86 Solaris 10
Finally did some research, found similar issues with other software compiling with gcc on solaris... I fixed my issue... Anonymous
09:39 Bug #332: Unable to build 1.4.6 on x86 Solaris 10
Having the same issue with Solaris 8 SPARC.
-- dev.crash
Anonymous
10:38 Revision e84aba5c: fixed missing sys/filio.h on solaris (fixes #332)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@790 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
10:38 Revision 790 (svn): fixed missing sys/filio.h on solaris (fixes #332)
jan

2005-10-17

07:35 Feature #333 (Fixed): concurrent ipv4 and ipv6
Open the default socket with
server.use-ipv6 = "enable"
and the IPv$ with the socket directive:
$SERVER[[soc...
jan
07:20 Feature #333 (Invalid): concurrent ipv4 and ipv6
I was expecting server.use-ipv6 to bind to both ipv4 and ipv6, but instead it only binds to ipv6. Could we get suppo... Anonymous
07:29 Feature #334 (Fixed): Create benchmark for 1.4.x branch
I'd like to see a benchmark similar to http://www.lighttpd.net/benchmark/ for the current 1.4 branch. A lot of techni... Anonymous
04:30 Bug #332 (Fixed): Unable to build 1.4.6 on x86 Solaris 10
(root)[[host-2]]#uname -a
SunOS host-2 5.10 Generic i86pc i386 i86pc
(root)[[host-2]]#gcc -v
Reading specs from /u...
Anonymous

2005-10-16

23:53 Bug #311: SSL Errors
Looks like it may have something to do with connections containing "Connection: close"
-- cody
Anonymous
23:33 Bug #311: SSL Errors
I'm seeing the same problem (1.4.6 on freebsd 5.4, havent tried on linux yet), only I have narrowed it down a bit mor... Anonymous
19:59 Bug #331 (Fixed): Default pwd of fastcgi scripts can change on every restart
In Lighttpd-1.4.6, the fastcgi pwd defaults to the dir in which the webserver was restarted so it breaks script compa... Anonymous
13:05 Bug #330 (Fixed): When request directory does not append trailing slash
When I request an existing directory (not a virtual one) lighttpd 1.4.6 does not translate url http://www.myserver.co... Anonymous

2005-10-15

14:29 Revision c949273a: clean the error-queue is case we have a read/write error
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@789 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
14:29 Revision 789 (svn): clean the error-queue is case we have a read/write error
jan
14:29 Revision b545650e: removed check for winsock2.h as it fails in anyway
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@788 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
14:29 Revision 788 (svn): removed check for winsock2.h as it fails in anyway
jan
09:17 Bug #311: SSL Errors
Patch output:... Anonymous
09:16 Bug #311: SSL Errors
It still tells me that something is wrong.... Anonymous
07:41 Bug #311 (Assigned): SSL Errors
Is the attached fix helping ?
jan
01:11 Bug #311: SSL Errors
The errors still exist in 1.4.6
-- lighttpd
Anonymous

2005-10-14

14:11 Bug #204 (Fixed): http=>https problems: http://url.com/example will not redirect to https://url.com/example
*I just didn't loaded mod_redirect...*
/me <= I'm with stupid
Please destroy my tickets
-- lighttpd
Anonymous
14:00 Bug #204: http=>https problems: http://url.com/example will not redirect to https://url.com/example
Experimenting the same bug with FreeBSD port 1.4.6
It redirects instead to the default server.document-root !!!
--...
Anonymous
06:29 Bug #329 (Assigned): dlopen() failed
It looks like libmemcache.so.0 was found for linking, but not for running.
Did you just install libmemcache and fo...
jan
04:33 Bug #329 (Missing Feedback): dlopen() failed
After a succesful compiling of 1.4.6 on a new debian sarge server, when I tried:
<!--
/etc/init.d/lighttpd start
...
Anonymous
 

Also available in: Atom