WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: lighttpd  (Read 7848 times)

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
lighttpd
« on: July 05, 2009, 07:01:55 PM »
Thanks to Daniel Barnes we have lighttpd:

Code: [Select]
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           



Code: [Select]
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           



Offline robc

  • Sr. Member
  • ****
  • Posts: 447
Re: lighttpd
« Reply #1 on: July 07, 2009, 03:56:09 PM »
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.
"Never give up! Never surrender!" - Commander Peter Quincy Taggart

"Make it so." - Captain Picard