Activity
From 2005-09-01 to 2005-09-07
2005-09-07
- 22:31 Bug #243: keep-alive seems funky with some browsers
- I checked out and build the head of trunk, and the problem was NOT resolved.
-- schoenm - 20:13 Bug #258 (Fixed): Segmentation fault in 1.4.3 webdav
- Note: Component set to core because mod_webdav is not an option. Likewise, it's really 1.4.3 (download from from the ...
- 12:18 Bug #257 (Fixed): Symbolic Links
- HI!
I want to download the files from symbolic links. The symbolic links will be deleted after 2 minutes. This is ... - 12:15 Bug #256 (Invalid): Always get 403 Code bei mod_secdownload
- HI!
I always get a 403 Forbidden Response when i use mod_secdownload. I just used the demo scripts. But this won't... - 07:33 Revision 6b63deb2: fixed example
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@692 152afb58-edef-0310-8abb-c4023f1b3aa9
- 07:32 Revision 9209f7e8: fixed typo
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@691 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-09-06
- 13:30 Bug #255 (Fixed): remoteip is not cached correctly on keep-alive
- The following configuration doesn't work properly:
$HTTP[[host]] =~ "example\.com$" {
$HTTP[[remoteip]] == "10.... - 10:11 Bug #243 (Assigned): keep-alive seems funky with some browsers
- With curl/7.13.1 i can't reproduce it with this simple test case:...
- 10:07 Revision 0f9a82bd: only enable fastcgi if necessary
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@690 152afb58-edef-0310-8abb-c4023f1b3aa9
- 09:51 Bug #249 (Fixed): Content-Type problems..
- Please include a email address next time as we need more information to track this down.
- 09:49 Bug #209 (Fixed): lua libs might not be -llua, use lua-config
- fixed in r689
- 09:49 Bug #247 (Fixed): use pkgconfig for lua libs
- fixed in r689
- 09:48 Bug #254 (Fixed): configure.in check for Lua does not set HAVE_LUA_H in some cases
- fixed in r689
- 09:14 Bug #254 (Fixed): configure.in check for Lua does not set HAVE_LUA_H in some cases
- configure.in, line 456 (in 1.4.3) uses "lua-config" to check for lua and get important paths. That's good, but if it ...
- 09:48 Revision b9623d6f: try pkg-config for lua if all other tests fail (fixed #247, #254, #209)
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@689 152afb58-edef-0310-8abb-c4023f1b3aa9
- 06:40 Bug #253 (Invalid): using with zend cart
- after installation, I can't link to the admin page. give out an error:
redirection to a limited page, may be cookie ... - 03:54 Bug #252: Inconsistent behaviour of auth.require inside a $HOST["remoteip"] conditional
- what about your 2 urls? the static and dynamic
-- Xuefer
2005-09-05
- 21:16 Bug #252 (Fixed): Inconsistent behaviour of auth.require inside a $HOST["remoteip"] conditional
- In the following configuration snippet, requests from IP a.b.c.d for _dynamic content_ (i.e. wiki pages via PHP/FastC...
- 18:34 Bug #243: keep-alive seems funky with some browsers
- I applied the "server.max-keep-alive-requests = 0" patch on 1.4.2. It seemed to solve the IE issue on my cable modem ...
- 17:04 Revision 68f009a9: make default of sort to work
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@688 152afb58-edef-0310-8abb-c4023f1b3aa9
- 16:34 Bug #251 (Fixed): Memory leak in 1.4.3
- Attached will be a valgrind log of lighttpd 1.4.3 memory leanking on a server.
BTW, there is no 1.4.3 version to cho... - 14:23 Feature #250: Proposal to allow absolute name of index-file, making it possible to have single index file for all subfolders
- Mea culpa, correct patch would be:...
- 13:47 Feature #250 (Assigned): Proposal to allow absolute name of index-file, making it possible to have single index file for all subfolders
- fixed patch
- 13:41 Feature #250 (Fixed): Proposal to allow absolute name of index-file, making it possible to have single index file for all subfolders
- Using that another web server it's possible to use, for example, /browser.php as index file and it would invoke that ...
- 13:45 Revision 730ce9e9: don't crach in error message for auth.require->method
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@687 152afb58-edef-0310-8abb-c4023f1b3aa9
- 09:08 Bug #179 (Fixed): access log doesn't log anything using server.event-handler = "freebsd-kqueue"
- fixed in 1.4.3
2005-09-04
- 17:05 Bug #179: access log doesn't log anything using server.event-handler = "freebsd-kqueue"
- http://trac.lighttpd.net/trac/ticket/56
so this one can be closed too.
-- nikns - 10:01 Bug #248 (Fixed): make fails on OS X (lighttpd 1.4.5)
-- Xuefer <xuefer- 00:25 Bug #248 (Fixed): make fails on OS X (lighttpd 1.4.5)
- make of lighttpd 1.4.3 fails on Mac OS X 10.4.2 with the following error. lighttpd 1.4.1 will still compile successfu...
- 06:54 Bug #249 (Invalid): Content-Type problems..
- MIME is only returning application/octet-stream, no matter what. This is a major problem for browsers like Firefox th...
2005-09-03
- 17:09 Bug #247 (Fixed): use pkgconfig for lua libs
- please update configure.in from
http://cvs.pld-linux.org/cgi-bin/cvsweb/SOURCES/lighttpd-lua-pkgconfig.patch
i... - 15:25 Feature #246: patch to show HEADER.txt like README.txt and create config to hide both in dir listing
- New patch.
Add:
dir-listing.hide-readme-file (Hide README.txt in dir list)
dir-listing.show-header (Show HEADER.... - 09:36 Revision 51ab2d8a: added reload
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@686 152afb58-edef-0310-8abb-c4023f1b3aa9
- 03:08 Revision b37a9585: fix bug triggered by [680]. reset "used"
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@685 152afb58-edef-0310-8abb-c4023f1b3aa9
- 03:06 Revision 949ab768: stupid SEGV introduced in [679]
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@684 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-09-02
- 20:55 Feature #246 (Fixed): patch to show HEADER.txt like README.txt and create config to hide both in dir listing
- Patch to show HEADER.txt like README.txt
here:
http://marcus.grupos.com.br:8080/patch/patch-src_mod_dirlisting.c
... - 17:34 Revision d0c12ea5: when ever we have content-length we have to forward it.
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@683 152afb58-edef-0310-8abb-c4023f1b3aa9
- 17:24 Revision 603d6ace: don't try to guess, do a read check if we can open it.
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@682 152afb58-edef-0310-8abb-c4023f1b3aa9
- 17:08 Bug #245 (Fixed): permission denied (404) bypass
- fixed in r681
- 16:43 Bug #245 (Fixed): permission denied (404) bypass
- Hello,...
- 17:07 Revision 52125c82: check that we can really read the file
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@681 152afb58-edef-0310-8abb-c4023f1b3aa9
- 17:07 Revision 326fa408: compail about the right plugin and don't segfault
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@680 152afb58-edef-0310-8abb-c4023f1b3aa9
- 16:09 Revision 363301cc: added 'V' for HTTP_HOST, updated default accesslog format.
- able to log all method supported by lighttpd.
cleanup (and possibly be faster) a bit by b=p->conf.access_logbuffer.
... - 13:31 Bug #244 (Fixed): Mod_cml error
- thanks for the bugreport.
changeset r678 fixes this problem.
- 06:27 Bug #244 (Fixed): Mod_cml error
- Mod_cml does not seem to respond correctly when using the examples in the online documentation.
-- lon - 13:30 Revision 5ae22303: fixed last-modified handling and handle absolute path names correctly (fixed #244)
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@678 152afb58-edef-0310-8abb-c4023f1b3aa9
- 12:38 Revision 286b6100: moved the etag.h to the right file
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@677 152afb58-edef-0310-8abb-c4023f1b3aa9
- 10:45 Revision d9566193: make MacOS X happy when it domes to mod_cml and lua
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@676 152afb58-edef-0310-8abb-c4023f1b3aa9
- 10:44 Revision 3553b694: don't fetch the error-msg a second time
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@675 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-09-01
- 21:50 Feature #49: add suexec
- I agree. thats totaly needed!
-- nikns - 21:44 Feature #49: add suexec
- Basically duplicates #105
-- willmoy - 21:45 Feature #105: "suphp" or "chroot per virtual host" or "open_base_dir" needed
- see also #49
-- willmoy - 21:40 Feature #105: "suphp" or "chroot per virtual host" or "open_base_dir" needed
- The feature that can't be made to work with apache + php is running each virtual host as a different user and group i...
- 20:01 Bug #243 (Fixed): keep-alive seems funky with some browsers
- I'm not sure what's going on here, so please let me know if additional information is required to diagnose this issue...
- 13:24 Revision cdd1f954: a simple connect() on the port is better and faster
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@674 152afb58-edef-0310-8abb-c4023f1b3aa9
- 12:10 Revision a732e847: use netstat to check if a process is listening on port 1026
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@673 152afb58-edef-0310-8abb-c4023f1b3aa9
- 11:55 Revision 6f3e816f: redirect don't need $tf->{HOSTNAME}
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@672 152afb58-edef-0310-8abb-c4023f1b3aa9
- 11:54 Revision 7c4bd1e8: wait the fastcgi process to be up
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@671 152afb58-edef-0310-8abb-c4023f1b3aa9
- 11:44 Revision 3ebc1757: find perl at runtime
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@670 152afb58-edef-0310-8abb-c4023f1b3aa9
- 11:12 Revision a44e7fc4: replace 'localhost' by gethostbyaddr for 127.0.0.1
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@669 152afb58-edef-0310-8abb-c4023f1b3aa9
- 10:33 Revision 8e742eac: minor portability fixes
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@668 152afb58-edef-0310-8abb-c4023f1b3aa9
- 09:08 Revision 09f54169: some files aren't shipped anymore
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@667 152afb58-edef-0310-8abb-c4023f1b3aa9
- 08:42 Revision 2d95a31d: perpare for the 1.4.3 release
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@666 152afb58-edef-0310-8abb-c4023f1b3aa9
- 07:58 Bug #194 (Fixed): I'm confused by authorisation... it looks as if it is buggy...
- You have to specify absolute filenames and a host-conditional.
$HTTP[[host]] == "intra.example.org" {
auth.bac... - 07:55 Bug #194 (Assigned): I'm confused by authorisation... it looks as if it is buggy...
- 07:53 Bug #206 (Fixed): Problem with capital extensions
- fixed in 1.4.2
- 07:47 Revision 47805351: only try to open the event-handler, but close right away as we have to open it AFTER the daemonize again
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@665 152afb58-edef-0310-8abb-c4023f1b3aa9
- 07:26 Bug #198 (Fixed): Mysql header not found
- It should work again in 1.4.2
- 07:24 Bug #188 (Fixed): server.c.849
- a write timeout happens if a client doesn't fetch packets for a long time (server.write-timeout).
It is DOS protec... - 07:18 Feature #207 (Fixed): Signals Support
- In changeset r653 we added gracefull shutdown.
Sending SIGINT to the server will close its server-sockets and ter... - 04:17 Feature #207: Signals Support
- This would be a very helpful enhancement. Our environment has frequent scripted configuration changes in the face of...
- 01:11 Bug #242: Problem related to edge triggering and closing event on NetBSD
- I think it might be related to "NetBSD PR #27185":http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=27185. Can ...
Also available in: Atom