the lighttpd 1.4.29 -- installation

[b]Step 0 [/b]
System envrionment , Ubuntu 10.04
Downloading from [url]http://www.lighttpd.net/download[/url]

[b]Step 1 [/b]
sudo su
tar -xf lighttpd-1.4.29.tar.gz
cd lighttpd-1.4.29


[b]
Step 2 installing dependencies[/b]
apt-get install libssl-dev zlib1g-dev libbz2-dev libattr1-dev libpcre3-dev libmysqlclient15-dev libfam-dev libldap2-dev libfcgi-dev libgdbm-dev libmemcache-dev liblua5.1-0-dev pkg-config uuid-dev libsqlite3-dev libxml2-dev libkrb5-dev


[b]Step 3 installing[/b]
./configure --prefix=/usr/local/lighttpd
make && make install


[b]Step 4 configuration[/b]
mkdir /etc/lighttpd
cp doc/config/lighttpd.conf /etc/lighttpd/
cp doc/config/modules.conf /etc/lighttpd/
cp -r doc/config/conf.d/ /etc/lighttpd/


[b]Step 5 setting[/b]

vi /etc/lighttpd/lighttpd.conf

Now, you will see this line below, maybe you need to change the user name, that is my user for running the lighttpd.
server.username  = "www-data"
server.groupname = "www-data"


and, if your website root directory is here.
var.server_root = "/var/www"

So,

mkdir /var/www/htdocs
touch /var/www/htdocs/index.html
echo 'Hello lighttpd!' >> /var/www/htdocs/index.html

and open this line of commend,

server.bind = "localhost"

then set the port,

server.port = 8080


Finally, typing this command in terminal,
/usr/local/lighttpd/sbin/lighttpd -f /etc/lighttpd/lighttpd.conf 



Now, opening your bowser with the address [url]http://localhost:8080 [/url]
you will see 'Hello lighttpd!', good luck to you!

In addition. you could add the command aliases to your ~/.bash_aliases
alias lighttpd='/usr/local/lighttpd/sbin/lighttpd'
alias lll='/usr/local/lighttpd/sbin/lighttpd -f /etc/lighttpd/lighttpd.conf'
alias www='cd /var/www/htdocs'
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值