lighttpd

Description:

빠른 메모리 기반 웹 서버 (lighttpd)

Features:

  1. include 지시자에 astrik 사용 가능하도록 수정

  2. Apache style의 KeepAlive reponse header 지원

  3. remote path의 사용자 404 에러 페이지 지원

    server.error-handler-404 = "http://domain.com/errs/404.html"
  4. TCP backlog를 설정 파일에서 변경 가능하도록 패치

    server.backlog = 1024
  5. mod_dirlisting 기능 향상

    • dir-listing.gallery

      • 디렉토리 listing에 이미지 파일이 있을 경우, <img> tag로 출력

      • 파일 이름이 cover* 또는 preview-000 형식일 경우 cover mode로 출력

    • dir-listing.encoding

      • 문서의 charset을 지정

    • dir-listing.html-lang

      • <html lang="VALUE">

    • dir-listing.urlencode

      • urlencoding 하여 출력 (기본값: enable)

    • dir-listing.external-js

      • listing시 지정한 외부 javascript를 삽입

Reference:

Dependencies:

Sub Packages:

  • None

Last updated