Tiny Core Extensions > TCE 1.x

lighttpd

(1/1)

Jason W:
Thanks to Daniel Barnes we have lighttpd:


--- Code: ---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           



--- End code ---


--- Code: ---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           



--- End code ---

robc:
I have this working in TC 2.1rc2 and haven't seen any problems. I have also gotten SSL and php to work with it.

Navigation

[0] Message Index

Go to full version