`

httpServer lighttpd 1.4

阅读更多

lighttpd/1.4.19 商用列表

http://docs.huihoo.com/apache/tomcat/heavyz/  lighttpd/1.4.19


lighttpd docs

http://wiki.lighttpd.net/

http://192.168.100.99/server-status

http://192.168.100.99/server-statistics

 

[root@b2ccache conf.d]# service lighttpd      
Usage: /etc/init.d/lighttpd {start|stop|restart|condrestart|reload|status}

 

[root@b2ccache lighttpd]# man lighttpd
LIGHTTPD(8)                                                        LIGHTTPD(8)
NAME
       lighttpd - a fast, secure and flexible web server
SYNOPSIS
       lighttpd [-ptDvVh] -f configfile [-m moduledir]
DESCRIPTION
       lighttpd  (pronounced 'lighty') is an advanced HTTP daemon that aims to
       be secure, fast, compliant and very flexible.  It  has  been  optimized
       for high performance.  Its feature set includes, but is not limited to,
       FastCGI, CGI, basic and digest HTTP authentication, output compression,
       URL rewriting.
       This manual page only lists the command line arguments.  For details on
       how to configure lighttpd and its modules see the  files  in  the  doc-
       directory.
OPTIONS
       The following options are supported:
       -f  configfile
               Load configuration file configfile.
       -m  moduledir
               Use  moduledir  as the directory that contains modules, instead
               of the default.
       -p      Print the parsed configuration file in its  internal  form  and
               exit.
       -t      Test the configuration file for syntax errors and exit.
       -D      Do not daemonize (go into background). The default is to daemo-
               nize.
       -v      Show version and exit.
       -V      Show compile-time features and exit.
       -h      Show a brief help message and exit.
FILES
       /etc/lighttpd/lighttpd.conf
               The standard location for the configuration file.
       /var/run/lighttpd.pid
               The standard location for the PID of the running lighttpd  pro-
               cess.
SEE ALSO
       Online Documentation: http://wiki.lighttpd.net/
       spawn-fcgi(1)
       Hypertext Transfer Protocol -- HTTP/1.1, RFC 2616.
       HTTP  Authentication: Basic and Digest Access Authentication, RFC 2617.
       The Common Gateway Interface Version 1.1, RFC 3875.
       The FastCGI specification.
AUTHOR
       Jan Kneschke <jan@kneschke.de>
                                  2009-03-07                       LIGHTTPD(8)

[root@b2ccache conf.d]# which lighttpd
/usr/sbin/lighttpd

[root@b2ccache conf.d]# whereis lighttpd
lighttpd: /usr/sbin/lighttpd /etc/lighttpd /usr/share/man/man8/lighttpd.8.gz

[root@b2ccache sysconfig]# more /etc/sysconfig/lighttpd
LIGHTTPD_CONF_PATH=/etc/lighttpd/lighttpd.conf

 


Header信息

http://lindows.iteye.com

Vary Accept-Encoding
ETag "2282dfce7b0f082d91ac5af0dda0ba96"
X-Runtime 616
Content-Type text/html; charset=utf-8
Content-Length 0
Content-Encoding deflate
Set-Cookie _javaeye_cookie_id_=1309507039484319; do
main=iteye.com; path=/; expires=Tue, 01-
Jul-2014 07:57:19 GMT
Set-Cookie _javaeye3_session_=BAh7BjoPc2Vzc2lvbl9pZ
CIlNzc0ZjNhYjNjMmMyM2UwYmZjZjY0YmI3OWIwM
zk4NWU%3D--35a5755e16be4380b3da356ba895e
9b6716fb183; domain=.iteye.com; path=/;
HttpOnly
Cache-Control private, max-age=0, must-revalidate
Date Fri, 01 Jul 2011 07:57:20 GMT
Server lighttpd/1.4.20


FTP资源 lighttpd/1.4.19 服务器

http://ubuntu:ubuntuftp@ftp.ubuntu.org.cn

 

 

 

http://www.lighttpd.net/download

lighttpd 安装

http://ferreousbox.iteye.com/blog/196212

用lighttpd加速SQUID

http://blog.quehy.com/archives/142.html

看到这个标题,大家也许会觉得奇怪:SQUID本身就是加速软件,lighttpd还怎么加速SQUID?

方法: 用lighttpd+mod_proxy 跑80 端口,指定后端proxy server是127.0.0.1:81,squid改到81端口。

lighttpd .conf 相关内容:

server.port = 80
proxy.server = ( "/" =>
(
( "host" => "127.0.0.1", "port" => 81 )
)
)
server.protocol-http11="disable"

原理更简单: lighttpd使用的writev和sendfile系统调用比squid用的write系统调用效率高很多。参考C10KScalable networking PDF 中关于writev,sendfile的说明。

实际效果呢:五台最高跑50M的squid server,换lighttpd+squid模式后,高峰长期跑满100M。

上图:周四下午改的的lighttpd+squid.
LIGHTTPD+SQUID

 


end

分享到:
评论

相关推荐

    lighttpd-1.4.55移植配置与测试.rar

    交叉编译最新版的lighttpd-1.4.55,配置与测试CGI与HTML.内含 lighttpd-1.4.55源码,移植教程,cgi测试代码,html测试代码.测试cgi时,浏览器中应该输入192.168.100.30/cgi-bin/xx.cgi .其中 192.168.100.30为开发板的ip

    lighttpd1.4.54源码及依赖库prce8.43源码

    《构建轻量级Web服务器:lighttpd1.4.54与依赖库Pcre8.43详解》 在互联网服务中,Web服务器扮演着至关重要的角色,它负责接收HTTP请求并返回相应的网页内容。其中,lighttpd是一款广受欢迎的开源Web服务器,以其轻...

    lighttpd-1.4.59.tar.gz

    《lighttpd-1.4.59:轻量级HTTP服务器的安装与配置详解》 lighttpd,一个在互联网领域广泛应用的轻量级Web服务器,因其高效、安全、易扩展的特性,深受开发者喜爱。本文将详细介绍lighttpd-1.4.59版本的安装过程...

    Lighttpd 高性能web服务器 v1.4.54

    一个轻量级的Web 服务器,支持FastCGI, CGI, Auth, 输出压缩(output compress), URL... lighttpd v1.4.31 包含很多重要的改变,修复了首个 HTTPS 请求时的段错误;禁用 mmap 因为读取压缩文件导致的崩溃问题,等等。

    lighttpd-v1.4.46

    资源名称:lighttpd-v1.4.46工具简介:一个轻量级的Web 服务器,支持FastCGI, CGI, Auth, 输出压缩(output compress), URL重写, Alias等重要功能。它具有非常低的内存开销,CPU占用率低,效能好,以及丰富的模块等...

    最新lighttpd源码 lighttpd-1.4.22

    Lighttpd是一个德国人领导的开源软件,其根本的目的是提供一个专门针对高性能网站,安全、快速、兼容性好并且灵活的web server环境。具有非常低的内存开销,cpu占用率低,效能好,以及丰富的模块等特点。lighttpd是...

    lighttpd-1.4.49.tar.gz

    标题中的"lighttpd-1.4.49.tar.gz"表明我们获取的是lighttpd的1.4.49版本源码包,它以tar.gz格式压缩,这种格式在Linux和Unix系统中常见,用于打包并压缩多个文件或目录。通过解压这个文件,我们可以得到lighttpd的...

    lighttpd-1.4.20-cmake

    《lighttpd-1.4.20-cmake:轻量级HTTP服务器的构建与配置详解》 在互联网服务领域,HTTP服务器是不可或缺的一部分,它们负责处理来自客户端的HTTP请求并返回相应的网页内容。其中,lighttpd因其轻量、高效、安全的...

    Lighttpd 1.4.53

    lighttpd(发音为lighty)是一套开放源代码的网页服务器,以BSD许可证放出.相较于其他的网页服务器,lighttpd仅需少量的 内存及CPU资源即可达到同样的效能. Lighttpd软件特性 lighttpd(发音为lighty

    LightTPD for windows 1.4.45-x64

    startLighttp.vbs 为一键启动lighttpd和php-cgi的启动脚本,php使用fastcgi host:port形式 test_cgi.cmd 为测试cgi传参数用(如果发现php程序返回No input file specified.说明server.document-root这个目录配置的有...

    Lighttpd 高性能web服务器 v1.4.51

    一个轻量级的Web 服务器,支持FastCGI, CGI, Auth, 输出压缩(output compress), URL重写, Alias等重要功能。它具有非常低的内存开销,CPU占用率低,效能好,以及丰富的模块等特点,其静态文件的响

    Lighttped 1.4.x Brief Analysis 原码分析,Chaoslawful著

    《Lighttpd 1.4.x 原码分析》是由 Chaoslawful 撰写的关于轻量级 Web 服务器 Lighttpd 1.4.x 版本的详细技术解析。Lighttpd 是一个高性能、低系统资源消耗的开源 Web 服务器,常用于小型和大型的互联网服务。在本文...

    lighttpd-v1.4.46.gz

    一个轻量级的Web 服务器,支持FastCGI, CGI, Auth, 输出压缩(output compress), URL... lighttpd v1.4.31 包含很多重要的改变,修复了首个 HTTPS 请求时的段错误;禁用 mmap 因为读取压缩文件导致的崩溃问题,等等。

    ubuntu lighttpd实现websocket

    var.server_root = "/home/caoft/lighttpd/lighttpd_websocket/http_server" var.state_dir = "/home/caoft/lighttpd/lighttpd_websocket/http_server" var.home_dir = "/home/caoft/lighttpd/lighttpd_websocket/...

    Lighttpd By Andre Bogus

    The book also makes comparisons between Lighttpd and Apache HTTP Server, highlighting the differences in features, performance, and use cases. While Apache is a feature-rich and highly customizable ...

    Lighttpd 高性能web服务器 v1.4.46.zip

    一个轻量级的Web 服务器,支持FastCGI, CGI, Auth, 输出压缩(output compress), URL... lighttpd v1.4.31 包含很多重要的改变,修复了首个 HTTPS 请求时的段错误;禁用 mmap 因为读取压缩文件导致的崩溃问题,等等。

    lighttpd-1.4.30.tar.gz

    wget http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.30.tar.gz tar -zxvf lighttpd-1.4.30.tar.gz cd lighttpd-1.4.30 ``` 3. **编译与安装** 在解压后的目录中,执行以下步骤来编译和...

    lighttpd 安装配置

    wget http://redir.lighttpd.net/lighttpd/1.4.x/lighttpd-1.4.8.tar.gz ``` **步骤2:解压并配置** 解压后进入目录,执行`./configure`进行配置,注意设置安装路径: ``` ./configure --prefix=/usr/local/...

    lighttpd配置和启动脚本

    3. **服务器标识**:`server.tag` 和 `server.admin` 分别设置HTTP响应头中的服务器标识和管理员邮箱。 4. **日志配置**:`log.error-file` 和 `accesslog.filename` 分别定义错误日志和访问日志的存储路径。 5. **...

    lighttpd服务器

    要将lighttpd编译到不同的嵌入式平台,首先需要下载源码包(如lighttpd-1.4.48),然后使用标准的 configure、make 和 make install 命令进行编译安装。在编译过程中,可以根据具体平台的特性选择合适的编译选项。 ...

Global site tag (gtag.js) - Google Analytics