下载配置lighttpd
2009-05-13 15:18:53来源:未知 阅读 ()
[url=javascript:;]下载[/url]
[url=javascript:;]Lighttpd[/url]
[url=javascript:;]源代码[/url]
并解压到其下,最新 Lighttpd 稳定版代码为 lighttpd-1.4.19:
$ mkdir dev
$ cd dev
$ wget
http://www.lighttpd.net/download/lighttpd-1.4.19.tar.bz2
$
[url=javascript:;]tar[/url]
xjf lighttpd-1.4.19.tar.bz2
$ cd lighttpd-1.4.19
[url=javascript:;]安装[/url]
必要的开发包:
$ ports/bzip2-devel
[url=javascript:;]编译[/url]
安装(如果没有设置sudo,需要su为
[url=javascript:;]root[/url]
用户):
$ ./configure
$ make
$ sudo make install
安装完成后 lighttpd 就被安装到了 /usr/local/sbin/lighttpd 这个位置上。
新建 lighttpd 配置
[url=javascript:;]文件[/url]
/usr/local/etc/lighttpd.conf (路径随意,lighttpd
[url=javascript:;]启动[/url]
时指定正确的配置文件路径即可),内容如下:
server.document-root = "/home/share/htdocs/lighttpd"
server.port = 7500
server.username= "nobody"
server.groupname = "nobody"
server.modules = ( "mod_access", "mod_accesslog" )
# performance settings
server.max-worker = 8
server.max-fds = 2048
server.max-connections = 1024
# no keep-alive permitted
server.max-keep-alive-requests=0
# specify possible index files for root directory
index-file.names = ( "index.html", "index.htm" )
# mimetype mapping
mimetype.assign = (
".html" => "text/html",
".htm" => "text/html",
# default mime type
"" => "application/octet-stream",
)
# error log file path
server.errorlog = "/tmp/error"
# access log file path
accesslog.filename = "/tmp/access"
# WebDAV options
webdav.activate = "enable"
webdav.is-readonly = "disable"
启动 lighttpd:
$ sudo /usr/local/sbin/lighttpd -f /usr/local/etc/lighttpd.conf
本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/4206/showart_1358914.html
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
上一篇:apache之DSO原理
下一篇:如何编写lighttpd插件
- 从网上下载的packages为什么本地安装不了?[已解决!] 2009-05-13
- 今天真囧真悲剧 2009-05-13
- 可以下载OpenBSD4.5了 2009-05-13
- 有没有FreeBSD内核配置文件的中文版解释文档呢? 2009-05-13
- freebsd的目录结构 2009-05-13
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash