# lighttpd

## Description:

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

## Features:

1. include 지시자에 **astrik** 사용 가능하도록 수정
   * <http://redmine.lighttpd.net/issues/1221>
   * 파일이 존재하지 않을 경우에도 error 처리 하지 않음
2. Apache style의 KeepAlive reponse header 지원
   * <http://redmine.lighttpd.net/issues/1284>
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 &#x20;
     * 디렉토리 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를 삽입
6. 추가 모듈
   * [mod\_throttlestatus](http://svn.oops.org/wsvn/Lighttpd.mod_throttlestatus/trunk/throttlestatus.ko.txt)
   * [mod\_url](http://svn.oops.org/wsvn/Lighttpd.mod_url/trunk/README)
   * [mod\_net\_access](http://svn.oops.org/wsvn/Lighttpd.mod_net_access/trunk/README)
   * [mod\_auth\_nis](http://svn.oops.org/wsvn/Lighttpd.mod_auth_nis/trunk/README)
   * [mod\_krisp](http://svn.oops.org/wsvn/Lighttpd.mod_krisp/trunk/README)

## Reference:

* <http://redmine.lighttpd.net/projects/lighttpd/wiki>

## Dependencies:

* [libimginfo](/annyung-3-user-guide/annyung3-package-catalog/annyung3-core-packages/pkg-core-libimginfo.md)

## Sub Packages:

* None

## Related Packages:

* [httpd](/annyung-3-user-guide/annyung3-package-catalog/annyung3-base-packages/pkg-base-httpd.md)
* [nginx](/annyung-3-user-guide/annyung3-package-catalog/annyung3-addon-packages/pkg-addon-nginx.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://joungkyun.gitbook.io/annyung-3-user-guide/annyung3-package-catalog/annyung3-addon-packages/pkg-addon-lighttpd.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
