Activity
From 2006-01-01 to 2006-01-07
2006-01-07
- 20:14 Bug #331 (Fixed): Default pwd of fastcgi scripts can change on every restart
- fixed in r926
- 20:13 Revision 4a86d315: chdir to the bin-path dir before exec()ing the to-be-spawned fastcgi backend
- - fixes #331
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@926 152afb58-edef-0310-8abb-... - 20:13 Revision 926 (svn): chdir to the bin-path dir before exec()ing the to-be-spawned fastcgi backend
- - fixes #331
- 19:28 Bug #103 (Fixed): mod_fastcgi doesn't restart fastcgi
- as adaptive spawning is disable I close this ticket as invalid.
- 19:26 Bug #369 (Fixed): lighttpd hanging under high fastcgi load...
- THis is fixed in the pre-release of 1.4.9 again. It was a problem for 1.4.8.
- 19:24 Bug #328 (Fixed): (network_linux_sendfile.c.167) sendfile failed: Invalid argument 6
- are you sure that you use lighttpd 1.4.8 ?
$ lighttpd -v
will tell you. This option works for me nicely.
- 19:21 Bug #329 (Fixed): dlopen() failed
- /usr/lib/lighttpd/ should be a directory. It isn't in this case as it seams.
- 11:40 Bug #230: Cache not being created for static content
- I also encouter this on FreeBSD 6.0 Release with mod_userdir/alias and static content outside of user's dirs.
-- bwolf - 11:22 Bug #445 (Missing Feedback): SSL stops woking
- This happens +/- once a week that port 80 still works but ssl stop working the only way to solve this is to restart. ...
- 10:10 Revision 5da35301: new build_static/build_fullstatic/build_dynamic option
- install lighttpd to sbindir as the autoconf version
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-m... - 10:10 Revision 925 (svn): new build_static/build_fullstatic/build_dynamic option
- install lighttpd to sbindir as the autoconf version
- 09:34 Bug #444 (Fixed): Apache's htpasswd hashes
- In order to convert existing Apache installations with lots and lots of existing htpasswd-based users, it would be co...
2006-01-06
- 16:15 Bug #118 (Fixed): CGI not working on Cygwin
- Works for my on Cygwin, using lighttpd-1.4.8 and the wrapper I wrote in last comment.
-- lapo - 13:32 Revision ea57fa17: ok, rel_path is not updated by mod_indexfile or the pathinfo handling
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@924 152afb58-edef-0310-8abb-c4023f1b3aa9
- 13:32 Revision 924 (svn): ok, rel_path is not updated by mod_indexfile or the pathinfo handling
- 08:43 Feature #443 (Fixed): [PATCH] mod_redirect: Add support for url-encoding backreferences, map %%n->%n, $$n->$n
- Attached is a simple user-contributed (e.g. no guarantees) patch to expand the capabilities of mod_redirect for light...
- 02:36 Revision 415e2157: use physical.rel_path instead url.path to handle case-insensitive file-systems in the right way
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@923 152afb58-edef-0310-8abb-c4023f1b3aa9
- 02:36 Revision 923 (svn): use physical.rel_path instead url.path to handle case-insensitive file-systems in the right way
- 00:45 Feature #433: please add support for X-LIGHTTPD-send-file to mod_proxy as well
- This feature would help us as well. We've considered using a similar feature of perlbal, but we'd much prefer to kee...
2006-01-05
- 23:22 Feature #442 (Fixed): mod_cml: PHP-specific leftovers in session_id-code
- mod_cml contains PHP specific code for parsing session id.
Unfortunately, this session id is not used anylonger sinc... - 17:03 Bug #437 (Fixed): server.c misinterprets 'chroot -u'
- Sorry, I was totally blind: I forgot _'_-g_'_ of *chroot*, so '''getegid() == 0'''!
I apologise for the trouble ca... - 16:50 Bug #441: [PATCH] Fallback in proc_open() if SHELL not set in env
- Better to fallback to %WINDIR%\system32\cmd.exe instead of a hardcoded path. Attaching a new patch. Thanks for the ti...
- 16:00 Bug #441 (Fixed): [PATCH] Fallback in proc_open() if SHELL not set in env
- proc_open() fails if SHELL is not set in the environment. The attached patch creates a fallback to /bin/sh (Unix) or ...
- 11:19 Bug #431 (Assigned): mod_fastcgi.c fcgi_demux_response() stops sometimes when server is busy
- No, if toread is 0 this is a EOF from the socket without a FCGI_FINISH packet.
This violates the FastCGI spec and ... - 01:22 Feature #440 (Fixed): auth.require could be simplified using regular expressions
- I wonder if there is some fundamental reason (performance? RFC?) why auth.require use "left substring" instead of reg...
- 00:33 Revision 77083977: added a fullstatic target
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@922 152afb58-edef-0310-8abb-c4023f1b3aa9
- 00:33 Revision 922 (svn): added a fullstatic target
- 00:00 Feature #430 (Assigned): mod_auth doesn't support virtual hosts
- Why not use conditionals ?
$HTTP[[host]] == "www.example.org" {
auth.require = ( ... )
}
The match against...
2006-01-04
- 23:42 Feature #430: mod_auth doesn't support virtual hosts
- Fixed an error in the first patch
-- Ryan Owen - 23:31 Revision a5e280fd: added static building of lighttpd
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@921 152afb58-edef-0310-8abb-c4023f1b3aa9
- 23:31 Revision 921 (svn): added static building of lighttpd
- 23:30 Revision 0ef07426: added a comment what to do before we have Expect: support
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@920 152afb58-edef-0310-8abb-c4023f1b3aa9
- 23:30 Revision 920 (svn): added a comment what to do before we have Expect: support
- 23:30 Revision 78fe9730: - added mod_evasive to the autoconf build
- - ignore connections from the count which are not yet initialized
git-svn-id: svn://svn.lighttpd.net/lighttpd/branc... - 23:30 Revision 919 (svn): - added mod_evasive to the autoconf build
- - ignore connections from the count which are not yet initialized
- 23:29 Revision 8a010e16: removed dead code which led to a collision on libsasl2 anyway
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@918 152afb58-edef-0310-8abb-c4023f1b3aa9
- 23:29 Revision 918 (svn): removed dead code which led to a collision on libsasl2 anyway
- 23:28 Revision ded1e9a8: cosmetics and added a comment about the order in the STATE enum
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@917 152afb58-edef-0310-8abb-c4023f1b3aa9
- 23:28 Revision 917 (svn): cosmetics and added a comment about the order in the STATE enum
- 23:27 Revision 7096a842: fix hang if mod_status is used without mod_fastcgi (fixes #439)
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@916 152afb58-edef-0310-8abb-c4023f1b3aa9
- 23:27 Revision 916 (svn): fix hang if mod_status is used without mod_fastcgi (fixes #439)
- 22:22 Bug #435: lighttpd-1.4.8 error.log shows (connections.c.757) missing cleanup in cgi
- same happens here, with such config:...
- 22:11 Bug #419: rrd update fails during graceful restart
- I'm going to investigate stopping rrdtool updates when lighttpd gets a SIGINT, combined with a short delay on perform...
- 21:27 Bug #362 (Assigned): Uploads above 64Kb not working when serving lighttpd on Mac OS X
- the ktrace only shows the startup phase of lighttpd before the fork() for the daemonize() call.
We don't see the a... - 16:47 Bug #439 (Fixed): mod_status (status.statistics-url) hangs if fastcgi is NOT enabled
- If you have fastcgi DISABLED and try to see the new statistics (1.4.9-pre) then the request hangs forever(?).
serv... - 10:57 Bug #406 (Assigned): PHP PATH_INFO improperly converted to lowercase
- We do this on purpose as the filesystem was detected to case-insensitive.
Otherwise you would have problems like:
... - 10:40 Bug #438 (Fixed): mod_fastcgi strips numeric characters from setenv.add-environment variable names
- fixed in r914
in the same run i replaced isalpha by light_isalpha as we don't want to include non ascii-chars or d... - 03:35 Bug #438 (Fixed): mod_fastcgi strips numeric characters from setenv.add-environment variable names
- Any environment variable set with setenv.add-environment for a mod_fastcgi server has its environment variable name s...
- 10:38 Revision abe6d62a: don't strip numbers from the starting env (fixed #438)
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@915 152afb58-edef-0310-8abb-c4023f1b3aa9
- 10:38 Revision 915 (svn): don't strip numbers from the starting env (fixed #438)
- 02:02 Bug #437 (Fixed): server.c misinterprets 'chroot -u'
- Hi!
If I want to run lighty with 'chroot -u', I get this:
----
'''Are you nuts ? Don't apply a SUID bit... - 01:03 Revision bc95f802: added statistics to the fastcgi module and a simple text/plain reporter to mod_status
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@914 152afb58-edef-0310-8abb-c4023f1b3aa9
- 01:03 Revision 914 (svn): added statistics to the fastcgi module and a simple text/plain reporter to mod_status
2006-01-03
- 23:48 Revision cd4fd6f4: Depth: 1 PROPFIND request have to include the requested collection too
- - this fixes an error with kde ioslave for webdav seen in krusader
git-svn-id: svn://svn.lighttpd.net/lighttpd/bran... - 23:48 Revision 913 (svn): Depth: 1 PROPFIND request have to include the requested collection too
- - this fixes an error with kde ioslave for webdav seen in krusader
- 23:19 Bug #434 (Fixed): mod_proxy (1.4.8) related crash
- Fixed by r901
-- lighttpd - 19:40 Bug #118: CGI not working on Cygwin
- In order to call a "Windows" PHP from a "Cygwin" program you should at least translate SCRIPT_FILENAME env var from "...
- 19:33 Bug #118: CGI not working on Cygwin
- In order to call a "Windows" PHP from a "Cygwin" program you should at least translate SCRIPT_FILENAME env var from "...
- 15:44 Bug #392 (Fixed): support for if-unmodified-since unless-modified-since
- in 1.4.9 we will have support for If-Range which is used by at least FF if ETags are sent.
- 15:20 Revision ab8493f6: print usefull information if the backend crashes for some reason
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@912 152afb58-edef-0310-8abb-c4023f1b3aa9
- 15:20 Revision 912 (svn): print usefull information if the backend crashes for some reason
- 15:16 Revision 28db0418: MSIE sends Content-Length: 0 for OPTIONS requests, tolerate that
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@911 152afb58-edef-0310-8abb-c4023f1b3aa9
- 15:16 Revision 911 (svn): MSIE sends Content-Length: 0 for OPTIONS requests, tolerate that
- 15:08 Revision ab35f0e3: fixed the handling of the global webdav.log-xml option
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@910 152afb58-edef-0310-8abb-c4023f1b3aa9
- 15:08 Revision 910 (svn): fixed the handling of the global webdav.log-xml option
- 14:45 Revision 96ffed78: added handling of If-Range
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@909 152afb58-edef-0310-8abb-c4023f1b3aa9
- 14:45 Revision 909 (svn): added handling of If-Range
- 14:44 Revision 94334e46: 1x INT == graceful shutdown
- 2x INT == hard shutdown
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@908 152afb58-edef... - 14:44 Revision 908 (svn): 1x INT == graceful shutdown
- 2x INT == hard shutdown
- 13:59 Revision 580823f7: forbid Content-Length for GET, HEAD or OPTIONS requests
- allow duplicate If-Modified-Since headers if they are equal
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/li... - 13:59 Revision 907 (svn): forbid Content-Length for GET, HEAD or OPTIONS requests
- allow duplicate If-Modified-Since headers if they are equal
- 12:55 Revision f3e3fc80: added docs for the cml.power-magnet and fixed typos
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@906 152afb58-edef-0310-8abb-c4023f1b3aa9
- 12:55 Revision 906 (svn): added docs for the cml.power-magnet and fixed typos
- 12:54 Revision f6257d91: made the 'spawn php myself' working again for me (jan)
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@905 152afb58-edef-0310-8abb-c4023f1b3aa9
- 12:54 Revision 905 (svn): made the 'spawn php myself' working again for me (jan)
- 12:53 Revision 8cc3e9fd: laulib is needed too for mod_cml
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@904 152afb58-edef-0310-8abb-c4023f1b3aa9
- 12:53 Revision 904 (svn): laulib is needed too for mod_cml
- 12:53 Revision 4c91a14c: added a static target to scons which compiles lighttpd staticly (incl. mod_access as test)
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@903 152afb58-edef-0310-8abb-c4023f1b3aa9
- 12:53 Revision 903 (svn): added a static target to scons which compiles lighttpd staticly (incl. mod_access as test)
- 12:52 Revision b789ce87: remove zombies again
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@902 152afb58-edef-0310-8abb-c4023f1b3aa9
- 12:52 Revision 902 (svn): remove zombies again
- 12:51 Revision 8f871d4f: fixed empty Host: for mod_proxy (finally)
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@901 152afb58-edef-0310-8abb-c4023f1b3aa9
- 12:51 Revision 901 (svn): fixed empty Host: for mod_proxy (finally)
- 00:49 Feature #47: Support for cgi-bin style directories.
- Just small caveat, lighttpd will attempt to execute any directories under the cgi-bin pattern match (if a user specif...
2006-01-02
- 23:17 Revision b85fb3b4: fix logfile spamming on conn-refused and friends
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@900 152afb58-edef-0310-8abb-c4023f1b3aa9
- 23:17 Revision 900 (svn): fix logfile spamming on conn-refused and friends
- 23:15 Revision e2f4ccd3: added internals for the statistics framework
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@899 152afb58-edef-0310-8abb-c4023f1b3aa9
- 23:15 Revision 899 (svn): added internals for the statistics framework
- 21:20 Bug #355: Traffic shaping == traffing stalling
- Strangely enough, now, under 1.4.8, downloads exceed the maximum
kilobytes per second, at least according to a netst... - 18:08 Bug #406: PHP PATH_INFO improperly converted to lowercase
- We also have this problem with using lighttpd reddit.com. We had to build a workaround that tries to get PATH_INFO f...
- 13:03 Bug #354: CPU reached 99%
- I have this problem just serving up static web images.
-- tribunal - 10:43 Bug #354: CPU reached 99%
- I don't see this error message in my logs and I do have this CPU problem.
They may not be connected.
-- oscar
2006-01-01
- 23:37 Bug #434: mod_proxy (1.4.8) related crash
- Applied r885, and got the following:...
- 21:19 Feature #270: use O_NOATIME to open files
- I would have to agree with Caesium on that. It is not the programs responsibility to decide not to update the atime ...
- 21:08 Bug #436 (Invalid): $HTTP["host"] =~ does not seem to support look-behind
- I am attempting to use the following configuration to catch 'checkit.myphotos.cc' and 'www.checkit.myphotos.cc' and d...
- 02:07 Bug #392: support for if-unmodified-since unless-modified-since
- the real problem is
if u, instead, do
1. [[same]]
2. update a.jpg with other content.
3. [[same]]
your browser g... - 00:26 Bug #435 (Fixed): lighttpd-1.4.8 error.log shows (connections.c.757) missing cleanup in cgi
- The following shows up repeatedly in error.log when I'm using Trac with Lighttpd:
* (connections.c.757) missing cl...
Also available in: Atom