Very Low Activity

News

  Analyzed 5 days ago based on code collected 5 days ago.
 
Posted about 4 years ago by stbuehler
Posted about 4 years ago by icy
As a followup to rc1 of 1.4.22, rc2 has been published with 3 additional bugfixes.
Two of which are for FreeBSD users, the other one relating to mod_scgi.

You can get the pre-release from these ... [More] urls:
http://www.lighttpd.net/download/lighttpd-1.4.22rc2-r2405.tar.gz
http://www.lighttpd.net/download/lighttpd-1.4.22rc2-r2405.tar.bz2
SHA1 checksum:
http://www.lighttpd.net/download/lighttpd-1.4.22rc2-r2405.sha1sum

MD5 checksum:
http://www.lighttpd.net/download/lighttpd-1.4.22rc2-r2405.md5sum

Please test it as much as possible and provide us with feedback.
A lot of testing ensures a good release.
If no showstoppers are encountered, there will be a final release soon.

Changelog since 1.4.21:

Fix wrong lua type for CACHE_MISS/CACHE_HIT in mod_cml (fixes #533)
Fix default vhost in mod_simple_vhost (fixes #1905)
Handle EINTR in mod_rrdtool (fixes #604)
Fix rrd error after graceful restart (fixes #419)
Fix EAGAIN handling for freebsd sendfile (fixes #1913, thx AnMaster for spotting the problem)
Fix segfault in mod_scgi (fixes #1911)
Treat EPIPE as connection-closed error in network_freebsd_sendfile.c (another fix from #1913)

If you want to get the latest source for any branch, you can get it from our svn repository.
Documentation to do so can be obtained from this page:
http://redmine.lighttpd.net/projects/lighttpd/wiki/DevelSubversion
Bug reports or feature requests can be filed in our ticket system:
http://redmine.lighttpd.net/projects/lighttpd/issues/new
Please make sure to check if there isn’t a ticket already here:
http://redmine.lighttpd.net/projects/lighttpd/issues

Thank you for flying light. [Less]
Posted about 4 years ago by stbuehler
Posted about 4 years ago by icy
As mentioned before, we planned to extract spawn-fcgi into its own project and remove it from lighttpd.

Now the first standalone release has been published, starting at version 1.6.0.

Read more about it in the announcement: Release: ... [More] spawn-fcgi 1.6.0

Future release announcements regarding spawn-fcgi will be published at http://redmine.lighttpd.net/projects/spawn-fcgi/news so please keep that in mind when looking for updates. [Less]
Posted about 4 years ago by stbuehler
Posted over 4 years ago by icy
Unfortunately there was a bug introduced with version 1.4.21 of lighttpd which rendered the default vhost in mod_simple_vhost broken (always 404).

Therefor we would like to draw your attention to this new testing version.

You can ... [More] get the pre-release from these urls:
http://www.lighttpd.net/download/lighttpd-1.4.22rc1-r2402.tar.gz
http://www.lighttpd.net/download/lighttpd-1.4.22rc1-r2402.tar.bz2
SHA1 checksum:
http://www.lighttpd.net/download/lighttpd-1.4.22rc1-r2402.sha1sum

MD5 checksum:
http://www.lighttpd.net/download/lighttpd-1.4.22rc1-r2402.md5sum

Please test it as much as possible and provide us with feedback.
A lot of testing ensures a good release.
If no showstoppers are encountered, there will be a final release soon.

Changelog since 1.4.21:

Fix wrong lua type for CACHE_MISS/CACHE_HIT in mod_cml (fixes #533)
Fix default vhost in mod_simple_vhost (fixes #1905)
Handle EINTR in mod_rrdtool (fixes #604)
Fix rrd error after graceful restart (fixes #419)

If you want to get the latest source for any branch, you can get it from our svn repository.
Documentation to do so can be obtained from this page:
http://redmine.lighttpd.net/projects/lighttpd/wiki/DevelSubversion
Bug reports or feature requests can be filed in our ticket system:
http://redmine.lighttpd.net/projects/lighttpd/issues/new
Please make sure to check if there isn’t a ticket already here:
http://redmine.lighttpd.net/projects/lighttpd/issues

Thank you for flying light. [Less]
Posted over 4 years ago by icy
spawn-fcgi extracted into own project

There are several versions of spawn-fcgi (one in lighttpd 1.4.x, one in 1.5.x and one in cherokee), which makes packaging very hard (e.g.: debian packages spawn-fcgi from lighty as ... [More] “spawn-fcgi.lighttpd” – making usage complicated as your scripts are probably just using “spawn-fcgi”).
Additionally, keeping the sources and bug fixes synchronized is just too much work (ok, the one in cherokee isn’t our problem :) ).
Therefore we decided to split spawn-fcgi into a new project which will start with version 1.6.0 (and will be independent of lighttpd releases or versions).

We plan to remove spawn-fcgi from lighttpd-1.4.x after the release of 1.4.22.

In case you would like to test a spawn-fcgi version with more features (options for chowning the socket), see here: http://cgit.stbuehler.de/gitosis/spawn-fcgi/about/ (needs glib)

You can find the new project at http://redmine.lighttpd.net/projects/spawn-fcgi/wiki

Important changes

Removed limits for -C phpchildren option, which now justs sets PHP_FCGI_CHILDREN if phpchildren >= 0 (default: ommited); php’s default is PHP_FCGI_CHILDREN = 0, which means that the master process is the worker process. (not the same as PHP_FCGI_CHILDREN = 1, which results in one master watching its child). Instead of using the -C option you can now just set the environment var before invoking spawn-fcgi.
Modified the log messages format

Downloads

http://www.lighttpd.net/download/spawn-fcgi-1.6.0rc1-r16.tar.gz

MD5: ff19abc92b74fd8c7099291aff0caa95
SHA1: 883ccaeb9be21e0eda2f03b37e43795abf403845

http://www.lighttpd.net/download/spawn-fcgi-1.6.0rc1-r16.tar.bz2

MD5: 19099d04b133222329f1f6eed12b6398
SHA1: f6fb10a5c71a3d7b23889be614c5ecb232ce4563

SHA1 checksums: http://www.lighttpd.net/download/spawn-fcgi-1.6.0rc1-r16.sha1sum
MD5 checksums: http://www.lighttpd.net/download/spawn-fcgi-1.6.0rc1-r16.md5sum

Changes

Separated spawn-fcgi from lighttpd
Remove limits für php children; per default the PHP_FCGI_CHILDREN var is not changed (php defaults to no children, one worker)
Modified the log messages format (more details on errors, no source line)
Only try to connect to unix socket (not tcp) before spawning (fixes again #1575)
Only disconnect from terminal in fork mode (keep stderr/stdout open in nofork mode)
Allow numerical user and group ids for -u/-g (fixes #1141)
Ignore pid-file option in no-fork mode (instead of producing empty file)
Fix error handling for unix-socket-connect test
[Less]
Posted over 4 years ago by icy
Just in case you didn’t see the announcement on the main page: click

Please head over there for more information.

If you want to get the latest source for any branch, you can get it from our svn repository.
Documentation ... [More] to do so can be obtained from this page:
http://redmine.lighttpd.net/projects/lighttpd/wiki/DevelSubversion
Bug reports or feature requests can be filed in our ticket system:
http://redmine.lighttpd.net/projects/lighttpd/issues/new
Please make sure to check if there isn’t a ticket already here:
http://redmine.lighttpd.net/projects/lighttpd/issues

Thank you for flying light. [Less]
Posted over 4 years ago by stbuehler
Posted over 4 years ago by stbuehler
 

 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.