Blogs1 - 10 of 85 recent posts for tag:lighttpd
24
Dec
2011
Настраиваем простой веб-сервер на базе ...

48 days ago by Уваров А.С.

Мы часто используем lighttpd в качестве встроенного веб-сервера для различных служб (например веб-панелей и т.п.), в то же время многим нашим читателям нужен простой и легкий веб-сервер для размещения своих внутрисетевых ресурсов. Сегодня мы расскажем как сделать такой сервер на базе lighttpd.

Записки IT ... - interface31.ru/tech_it · Rank: 69,974 · 15 references

20
Dec
2011
关于lighttpd的伪静态规则

53 days ago by keke

这个月把两个淘宝客网站搬迁到vps,256M的vps,为了节省资源使用了 lighttpd做 服务器。问题来了,程序提供的 伪静态都是apache的,搜索收录的页面都是 伪静态页,没有办法了只好自己转换,要不然搜索过来的网页都404访问不了。看了不少资料,关于 lighttpd的 伪静态可以参考的官方的地址是: 官方文档: http://redmine.lighttpd.net/wiki/1/Docs:ModRewrite Apache -> Lighttpd 移植指南: http://redmine.lighttpd.net/wiki/1/MigratingFromApache 下面说说我转 ...

克的记忆 - kdjy.net

18
Dec
2011
1.4.30 - Faster than santa, your first present this year!

54 days ago by stbuehler

And lighttpd 1.4 is still alive :) Especially for ssl users this release should be important: by setting ssl.cipher-list = "ECDHE-RSA-AES256-SHA384:AES256-SHA256:RC4-SHA:RC4:HIGH:!MD5:!aNULL:!EDH:!AESGCM" you can mitigate BEAST attacks. Also check your site with Qualys SSL Labs Server Test Important ...

lighttpd - Home - lighttpd.net · Rank: 11,723 · 351 references

[Solved] Lighttpd Drupal 7 ImageCache | Images are broken | error.handler.404

55 days ago by fl0

First of all: Clean URLs need to be enabled, see snippet below. ImageCache dynamically generates (resizes) images that don't exist. If you upload an image while creating content, e.g,: http://foo.com/files/styles/thumbnail/1337.jpg The web-server tries to locate the image: http://foo.com/index.php?q ...

warp1337.com - warp1337.com · 2 references

12
Dec
2011
Installing Lighttpd With PHP5 And MySQL Support On CentOS 6.0

60 days ago

Installing Lighttpd With PHP5 And MySQL Support On CentOS 6.0 Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a CentOS 6.0 server with PHP5 support (through FastCGI) and MySQL support.

HowtoForge - Linux Howtos ... - howtoforge.com · Rank: 11,469 · 127 references

Installing Lighttpd With PHP5 And MySQL Support On CentOS 6.0

60 days ago

Installing Lighttpd With PHP5 And MySQL Support On CentOS 6.0 Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a CentOS 6.0 server with PHP5 support (through FastCGI) and MySQL support.

HowtoForge - Linux Howtos ... - howtoforge.com · Rank: 10,489 · 151 references

Installing Lighttpd With PHP5 And MySQL Support On CentOS 6.0

60 days ago

Installing Lighttpd With PHP5 And MySQL Support On CentOS 6.0 Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a CentOS 6.0 server with PHP5 support (through FastCGI) and MySQL support.

HowtoForge - Linux Howtos ... - howtoforge.com · Rank: 9,488 · 2214 references

Installing Lighttpd With PHP5 And MySQL Support On CentOS 6.0

60 days ago

Installing Lighttpd With PHP5 And MySQL Support On CentOS 6.0 Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a CentOS 6.0 server with PHP5 support (through FastCGI) and MySQL support.

HowtoForge - Linux Howtos ... - howtoforge.com · Rank: 11,335 · 127 references

Fedora 16 Lighttpd enable Directory Listing

60 days ago by raja

Directory Listing is disabled in Lighttpd on Fedora 16 by default. Sometimes you want quick and dirty file sharing over http. Lighttpd is perfect for that. First install lighttpd: yum install lighttpd Enable directory listing in /etc/lighttpd/conf.d/dirlisting.conf dir-listing.activate = "enable"

11
Dec
2011
Lighttpd环境wordpress URL rewrite(伪静态)规则

61 days ago by kcoffee

在Lighttpd环境下WORDPRESS的URL Rewrite伪静态规则有以下两种形式: 第一种形式: url.rewrite = ( "^/(wp-.+).*/?" => "$0", "^/(sitemap.xml)" => "$0", "^/(xmlrpc.php)" => "$0", "^/(.+)/?$" => "/index.php/$1" ) 第二种形式: url.rewrite-once = ( "^/(.*)?/?files/$" => "index.php", "^/(.*)?/?files/(.*)" => “wp-content/blogs.php?file=$2", ...

随心的海 Xpress sea - kcoffee.net

Previous1234567