带mod_cache的lighttpd服务器,性能有很大提高,可以让一个1G带宽跑满不是神话 使用是直接解压后./configure -C就可以生成mod_cache模块的lighttpd.

源代码在线查看: nph-status.pl

软件大小: 887 K
上传用户: ywq9089
关键词: mod_cache lighttpd configure 服务器
下载地址: 免注册下载 普通下载 VIP

相关代码

				#!/usr/bin/perl 								my $status = 200;								if (defined $ENV{"QUERY_STRING"}) {					$status = $ENV{"QUERY_STRING"};				}								if ($status == 0 && $status ne "0") {					# not a number, just send as content					print $status;				} else {					print "HTTP/1.0 ".$status." FooBar\r\n\r\n";				}							

相关资源