secgateway/libs/src/lighttpd-1.4.51
ChenLing 24f01ce548 Mod aaa-12 修改认证模块、用户管理模块数据的格式判断
RCA:
SOL:
修改人:chenling
检视人:
2019-10-10 16:23:16 +08:00
..
doc Mod aaa-12 修正编译错误,删除无用给的中间文件 2019-08-30 12:20:09 +08:00
m4 Mod aaa-12 修正编译错误,删除无用给的中间文件 2019-08-30 12:20:09 +08:00
scripts Mod aaa-12 add lighttpd 2019-08-20 00:17:16 -07:00
src Mod aaa-12 修改认证模块、用户管理模块数据的格式判断 2019-10-10 16:23:16 +08:00
tests Mod aaa-12 修正编译错误,删除无用给的中间文件 2019-08-30 12:20:09 +08:00
.gitignore Mod aaa-12 增加对lighttpd git 忽略信息 2019-10-08 11:58:53 +08:00
AUTHORS Mod aaa-12 add lighttpd 2019-08-20 00:17:16 -07:00
CMakeLists.txt Mod aaa-12 add lighttpd 2019-08-20 00:17:16 -07:00
COPYING Mod aaa-12 add lighttpd 2019-08-20 00:17:16 -07:00
INSTALL Mod aaa-12 add lighttpd 2019-08-20 00:17:16 -07:00
Makefile.am Mod aaa-12 add lighttpd 2019-08-20 00:17:16 -07:00
Makefile.in Add aaa-12 update rootfs_base.tar.gz && build_rootfs.sh 2019-09-03 18:32:41 +08:00
NEWS Mod aaa-12 add lighttpd 2019-08-20 00:17:16 -07:00
README Mod aaa-12 add lighttpd 2019-08-20 00:17:16 -07:00
README.FreeBSD Mod aaa-12 add lighttpd 2019-08-20 00:17:16 -07:00
SConstruct Mod aaa-12 add lighttpd 2019-08-20 00:17:16 -07:00
aclocal.m4 Mod aaa-12 add lighttpd 2019-08-20 00:17:16 -07:00
ar-lib Mod aaa-12 修正编译错误,删除无用给的中间文件 2019-08-30 12:20:09 +08:00
autogen.sh Mod aaa-12 add lighttpd 2019-08-20 00:17:16 -07:00
compile Mod aaa-12 修正编译错误,删除无用给的中间文件 2019-08-30 12:20:09 +08:00
config.guess Mod aaa-12 修正编译错误,删除无用给的中间文件 2019-08-30 12:20:09 +08:00
config.h.in Mod aaa-12 add lighttpd 2019-08-20 00:17:16 -07:00
config.h.in~ Mod aaa-12 修正编译错误,删除无用给的中间文件 2019-08-30 12:20:09 +08:00
config.sub Mod aaa-12 修正编译错误,删除无用给的中间文件 2019-08-30 12:20:09 +08:00
configure Mod aaa-12 修正lighttpd配置文件宏定义字符串没有引号导致代码无法识别问题 2019-09-02 09:05:35 +08:00
configure.ac Mod aaa-12 更正autoreconfig后重新生成的configure 不能正确提取平台编译器后缀。 2019-09-16 16:59:54 +08:00
depcomp Mod aaa-12 修正编译错误,删除无用给的中间文件 2019-08-30 12:20:09 +08:00
distribute.sh.in Mod aaa-12 add lighttpd 2019-08-20 00:17:16 -07:00
install-sh Mod aaa-12 修正编译错误,删除无用给的中间文件 2019-08-30 12:20:09 +08:00
ltmain.sh Mod aaa-12 修正编译错误,删除无用给的中间文件 2019-08-30 12:20:09 +08:00
meson.build Mod aaa-12 add lighttpd 2019-08-20 00:17:16 -07:00
meson_options.txt Mod aaa-12 add lighttpd 2019-08-20 00:17:16 -07:00
missing Mod aaa-12 修正编译错误,删除无用给的中间文件 2019-08-30 12:20:09 +08:00

README

========
lighttpd
========

-------------
a light httpd
-------------

:abstract:
  lighttpd a secure, fast, compliant and very flexible web-server
  which has been optimized for high-performance environments. It has a very
  low memory footprint compared to other webservers and takes care of cpu-load.
  Its advanced feature-set (FastCGI, CGI, Auth, Output-Compression,
  URL-Rewriting and many more) make lighttpd the perfect webserver-software
  for every server that is suffering load problems.

:documentation:
  https://redmine.lighttpd.net/projects/lighttpd/wiki/

the naming
----------

lighttpd is a __httpd__ which is

- fast as __light__ning and
- __light__ when it comes to memory consumption and system requirements

Features
--------

Network
```````

- IPv4, IPv6

Protocols
`````````

- HTTP/1.0 (http://www.ietf.org/rfc/rfc1945.txt)
- HTTP/1.1 (http://www.ietf.org/rfc/rfc2616.txt)
- HTTPS (provided by openssl)
- CGI/1.1 (http://CGI-Spec.Golux.Com/)
- FastCGI (http://www.fastcgi.com/devkit/doc/fcgi-spec.html)

Advanced Features
`````````````````

- load-balanced FastCGI
  (one webserver distributes requests to multiple PHP-servers via FastCGI)
- custom error pages (for Response-Code 400-599)
- virtual hosts
- directory listings
- streaming CGI and FastCGI
- URL-Rewriting
- HTTP-Redirection
- output-compression with transparent caching

FastCGI-Support
```````````````

- parses the Response-header and completes the HTTP-header accordingly
- Keep-Alive handling based on Content-Length header

PHP-Support
```````````

- same speed as or faster than apache + mod_php4
- handles various PHP bugs in the FastCGI SAPI
- includes a utility to spawn FastCGI processes (necessary for PHP 4.3.x)

Security features
`````````````````

- chroot(), set UID, set GID
- protecting docroot

HTTP/1.1 features
`````````````````

- Ranges (start-end, start-, -end, multiple ranges)
- HTTP/1.0 Keep-Alive + HTTP/1.1 persistent Connections
- methods: GET, HEAD, POST
- Last-Modified + If-Modified handling
- sends Content-Length if possible
- sends Transfer-Encoding: chunk, if Content-Length is not possible
- sends Content-Type
- on-the-fly output compression (deflate, gzip)
- authentication: basic and digest
  (http://www.ietf.org/rfc/rfc2617.txt)

HTTP/1.1 compliance
```````````````````

- Sends 206 for Range Requests
- Sends 304 for If-Modified Requests
- Sends 400 for missing Host on HTTP/1.1 requests
- Sends 400 for broken Request-Line
- Sends 411 for missing Content-Length on POST requests
- Sends 416 for "out-of-range" on Range: Header
- Sends 501 for request-method != (GET|POST|HEAD)
- Sends 505 for protocol != HTTP/1.0 or HTTP/1.1
- Sends Date: on every requests

Intended Audience
-----------------

- Ad-Server Front-Ends ("Banner-Schleuder")
  - delivering small files rapidly
- php-servers under high load
  (load-balancing the php-request over multiple PHP-servers)

Works with
----------

It has been tested to work with

- IE 6.0
- Mozilla 1.x
- Konqueror 3.1
  (for Keep-Alive/Persistent Connections, Accept-Encoding for PHP + gzip)
- wget
  (for Resuming)
- acrobat plugin
  (for multiple ranges)


Works on
--------

lighttpd has been verified to compile and work on

- Linux
- FreeBSD
- NetBSD
- OpenBSD
- Solaris 8 + 9
- SGI IRIX 6.5
- Windows (when compiled under cygwin)
(and will likely compile and run on most unix-like systems with C99 compiler)

-----------------
Starting lighttpd
-----------------

As daemon in the background: ::

  $ lighttpd -f <configfile>

or without detaching from the console: ::

  $ lighttpd -D -f <configfile>