Tiny Core Linux
Tiny Core Extensions => TCE News => TCE 2.x => Topic started by: Jason W on July 07, 2009, 08:03:25 PM
-
Thanks to Daniel Barnes we have lighttpd:
Title: lighttpd.tczl
Description: Light and fast HTTP server
Version: 1.4.23 (19 June 2009)
Author: Jan Kneschke
Original-site: http://www.lighttpd.net/
Copying-policy: BSD
Size: 512K
Extension_by: Daniel Barnes
Comments: Example chroot script:
HTTPD=/usr/local/sbin/lighttpd
HTTPD_ROOT=/www
HTTPD_CONF=$HTTPD_ROOT/lighttpd.conf
cat << EOF > $HTTPD_CONF
server.document-root = "/htdocs"
server.port = 80
server.username = "nobody"
server.groupname = "nogroup"
server.chroot = "$HTTPD_ROOT"
EOF
exec $HTTPD -D -f $HTTPD_CONF
Change-log: ---
Current: 2009/07/02 - Initial Release
Title: lighttpd.tcel
Description: Light and fast HTTP server
Version: 1.4.23 (19 June 2009)
Author: Jan Kneschke
Original-site: http://www.lighttpd.net/
Copying-policy: BSD
Size: 417K
Extension_by: Daniel Barnes
Comments: Example chroot script:
HTTPD=/usr/local/sbin/lighttpd
HTTPD_ROOT=/www
HTTPD_CONF=$HTTPD_ROOT/lighttpd.conf
cat << EOF > $HTTPD_CONF
server.document-root = "/htdocs"
server.port = 80
server.username = "nobody"
server.groupname = "nogroup"
server.chroot = "$HTTPD_ROOT"
EOF
exec $HTTPD -D -f $HTTPD_CONF
Change-log: ---
Current: 2009/07/02 - Initial Release
-
Could the extension maintainer update this to the latest stable release? there are a lot of important security fixes since this version.
If not I can do it next week...
Thanks
-
I have
1.4.25 1.4.26 ready, but I am waiting for the 2.9 build environment for my final build.
-
I have 1.4.25 ready, but I am waiting for the 2.9 build environment for my final build.
I suggest using 1.4.26, http://redmine.lighttpd.net/versions/show/23 (http://redmine.lighttpd.net/versions/show/23)
-
Thanks to Daniel Barnes for an update:
Title: lighttpd.tcz
Description: Light and fast HTTP server
Version: 1.4.26
Author: Jan Kneschke
Original-site: http://www.lighttpd.net/
Copying-policy: BSD
Size: 480.0K
Extension_by: Daniel Barnes
Comments: The following plugins require additional extensions:
mod_auth: libldap.tcz
mod_mysql_vhost: mysql.tcz
mod_webdav: libxml2.tcz sqlite3.tcz
Example chroot script:
HTTPD=/usr/local/sbin/lighttpd
HTTPD_ROOT=/www
HTTPD_CONF=$HTTPD_ROOT/lighttpd.conf
cat << EOF > $HTTPD_CONF
server.document-root = "/htdocs"
server.port = 80
server.username = "nobody"
server.groupname = "nogroup"
server.chroot = "$HTTPD_ROOT"
EOF
exec $HTTPD -D -f $HTTPD_CONF
Change-log: 2009/07/02 - Initial release
Current: 2010/02/26 - Update to version 1.4.26 and enable ALL Plugins/Features