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...
- 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 - 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 ...
- 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...
- 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
- 03:27 Revision 793 (svn): more document
- 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 ...
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... - 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.
- 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.
... - 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" ... - 17:45 Bug #336 (Invalid): conditionally stopping https requests
- # deny https access only if virtual domain1 or domain2 are requested...
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/
- 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... - 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... - 16:21 Revision 792 (svn): The dependecies of header files into account
- FreeBSD 4.11 needs this
sent in by Christopher Boumenot - 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... - 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()
- 10:38 Bug #332 (Fixed): Unable to build 1.4.6 on x86 Solaris 10
- fixed in r790
- 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 - 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.
- 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...
- 09:39 Bug #332: Unable to build 1.4.6 on x86 Solaris 10
- Having the same issue with Solaris 8 SPARC.
-- dev.crash - 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
- 10:38 Revision 790 (svn): fixed missing sys/filio.h on solaris (fixes #332)
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... - 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...
- 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...
- 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...
2005-10-16
- 23:53 Bug #311: SSL Errors
- Looks like it may have something to do with connections containing "Connection: close"
-- cody - 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...
- 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...
- 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...
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
- 14:29 Revision 789 (svn): clean the error-queue is case we have a read/write error
- 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
- 14:29 Revision 788 (svn): removed check for winsock2.h as it fails in anyway
- 09:17 Bug #311: SSL Errors
- Patch output:...
- 09:16 Bug #311: SSL Errors
- It still tells me that something is wrong....
- 07:41 Bug #311 (Assigned): SSL Errors
- Is the attached fix helping ?
- 01:11 Bug #311: SSL Errors
- The errors still exist in 1.4.6
-- lighttpd
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 - 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 !!!
--... - 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... - 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
...
Also available in: Atom