标签归档:Lighttpd

让lighttpd支持WordPress的ReWrite固定链接

首先,修改 /etc/lighttpd/lighttpd.conf 激活 mod_rewrite 模块。格式如下: server.modules = ( "mod_access", "mod_alias", "mod_compress", "mod_redirect", "mod_rewrite", ) 方法一: 然后在 /etc/lighttpd/conf-enabled/10-simple-vhost.conf 内添修改如下: $HTTP["host"] == "rex.zhang.name" { server.documen

Setting up a Debian LLMP server

LLMP, Debian, lighttpd, xcache,… what is all that? While most of you might know a LAMP server (Linux, Apache, MySQL, PHP), little know a LLMP or LEMP server. The only difference between them is the software that is used to serve your webpages. LAMP uses Apache, LEMP uses Nginx and LLMP uses Ligh

Lighttpd中虚拟主机和多域名的配置

Lighttpd 是一个德国人领导的开源Web服务器软件,具有非常低的内存开销、cpu占用率低、效能好以及丰富的模块等特点。Lighttpd使用fastcgi方式运行php,它会使用很少的PHP进程响应很大的并发量。lighttpd是众多OpenSource轻量级的web server中较为优秀的一个。支持FastCGI, CGI, Auth, 输出压缩(output compress), URL重写

小内存VPS上Lighttpd与PHP的优化配置

Lighttpd和PHP的搭配现在越来越常见了。但是老实说,如非必要,我还是推荐你使用Apache和PHP的搭配方式,毕竟LAMP构架的成熟度和稳定度都是经过时间考验的。 那么什么时候Lighttpd和PHP的搭配更值得选择呢?可以从以下几点考虑:如果访问量比较大,硬件资源吃紧,那么Lighttpd适合你;如果和稳定相比,你倾向速度多一些,