Lighttpd on Debian

来源:互联网 发布:味知香鱼香肉丝 编辑:程序博客网 时间:2024/04/28 08:45

Lighttpd on Debian

<script type="text/javascript"><!--google_ad_client = "pub-2627642070897863";google_alternate_color = "FFFFFF";google_ad_width = 728;google_ad_height = 90;google_ad_format = "728x90_as";google_ad_type = "text_image";//2007-05-29: wiki_728x90google_ad_channel = "5511233169";google_color_border = "E6E6E6";google_color_bg = "FFFFFF";google_color_link = "3B88CF";google_color_text = "000000";google_color_url = "009900";//--></script><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script>

From Huihoo Wiki - Open Source Wiki

Revision as of 20:14 2007年2月26日; Allen (Talk | 贡献)
(差异) ←Older revision | Current revision | Newer revision→ (差异)
Jump to: navigation, search

First, check of the requirements are ok:

# apt-get install libpcre3# apt-get install zlib1g# apt-get install mysql-common libmysqlclient12

Go to http://www.lighttpd.net/download/ and download the debian package for your distribution/platform.

# wget http://www.lighttpd.net/download/debian/sarge/lighttpd_1.4.3-1_i386.deb# dpkg -i lighttpd_1.4.3-1_i386.deb

If there is no debian package for your platform you have to compile it yourself.

If you run unstable, then you can install it via apt:

# apt-get update# apt-get install lighttpd lighttpd-doc


http://trac.lighttpd.net/trac/wiki/TutorialInstallation

[编辑]

Compiling from Source

$ wget http://www.lighttpd.net/download/lighttpd-1.4.13.tar.gz$ gzip -cd lighttpd-1.4.13.tar.gz | tar xf -$ cd lighttpd-1.4.13
## install everything under /usr/local/$ ./configure $ make# make install
取自"http://wiki.huihoo.com/index.php?title=Lighttpd_on_Debian"

<script type="text/javascript"><!--google_ad_client = "pub-2627642070897863";google_alternate_color = "FFFFFF";google_ad_width = 336;google_ad_height = 280;google_ad_format = "336x280_as";google_ad_type = "text_image";//2007-05-29: wiki_336x280google_ad_channel = "4845044478";google_color_border = "FFFFFF";google_color_bg = "FFFFFF";google_color_link = "3B88CF";google_color_text = "000000";google_color_url = "009900";//--></script><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script> 
原创粉丝点击