lighttpd配置gzip压缩

三月 7th, 2011 | 5 Comments | Posted in Lighttpd | 阅读次数: 123 次

Author:gaojinbo Time:2011-3-7 lighttpd配置gzip压缩 编辑配置文件 vi /etc/lighttpd/lighttpd.conf   1.开启  [......]

Read more

Tags:

lighttpd异常自动重启脚本

十二月 13th, 2010 | 3 Comments | Posted in Lighttpd, Shell | 阅读次数: 196 次

Author:gaojinbo Time:2010-12-13 很多时候,我们运行的web会异常,出现500,503之类的错误,可以自己写个脚本每10分钟检测一次,如果异常就自动重启。 方便,实用,你可以根据以下脚本简单修改即[......]

Read more

Tags: ,

Lighttpd + mod_cgi + python+Perl简单配置

十一月 8th, 2010 | 4 Comments | Posted in Lighttpd | 阅读次数: 184 次

一、安装Lighttpd配置 二、vi /usr/local/lighttpd/etc/lighttpd.conf 1、"mod_cgi",去掉前面的# 2、index-file.names = ( &q[......]

Read more

Tags: ,

cronolog分割lighttpd的日志

十月 26th, 2010 | 7 Comments | Posted in Lighttpd | 阅读次数: 262 次

Author:gaojinbo Time:2010-10-26 Cronolog是一款日志轮循(rotation)工具,可以用它来把Apache、Tomcat等Web服务器上输出的日志切分成按日或月保存的文件。   1.[......]

Read more

Tags: ,

如何在centos下编译安装lighttpd

二月 5th, 2010 | 1 Comment | Posted in Lighttpd | 阅读次数: 701 次

Author:gaojinbo Time:2010-1-28 如何在centos下编译安装lighttpd   1.环境: centos 5.4 lighttpd 1.4.25   2.安装[......]

Read more

Tags:

lighttpd控制fastcgi进程数

一月 12th, 2010 | 2 Comments | Posted in Lighttpd | 阅读次数: 360 次

lighttpd默认的fastcgi产生数是8
如果要增加或者减少fastcgi进程数
就需要修改配置文件,进行定制

fastcgi.server             = ( “.php” =>
( “localhos[......]

Read more

Tags:

centos5.3下安装配置lighttpd优化配置

十二月 5th, 2009 | 2 Comments | Posted in Lighttpd | 阅读次数: 582 次

制作:高进波 时间:2009-07-14 主题:centos5.3下安装配置lighttpd,优化配置   vi /etc/lighttpd/lighttpd.conf #通用优化设置 #server.ma[......]

Read more

Tags: ,

lighttpd限制IP访问指定URL

十一月 11th, 2009 | 2 Comments | Posted in Lighttpd | 阅读次数: 487 次

制作:高进波 时间:2009-09-24 WEB服务器 lighttpd 1.编辑配置文件 vi /etc/lighttpd/lighttpd.conf #example $HTTP["host&q[......]

Read more

Tags: