Blogs1 - 10 of 330 recent posts for tag:lighttpd
05
Jul
2009
关于阙宏宇lighttpd与mod_cache在twitter上的一些讨论  

18 hours ago by Tim

6月28日的beta技术沙龙上阙宏宇介绍了 lighttpd与 mod_cache,视频及slide在 http://club.blogbeta.com/76.html,mod_cache是阙宏宇开发的一个lighttpd module, 它在部分程度上可以替代squid。在活动的介绍上提到 lighttpd是基于事件驱动的高性能web服务器。mod_cache是在lighttpd上运行的缓存插件。lighttpd+mod_cache 搭建的缓存系统,具有配置简单,性能高,在很多大型系统得到了广泛应用。本次活动由mod_cache作者阙宏宇介绍lighttpd的基础知识,讲解 lighttpd ...

Tim[后端技术] - timyang.net · 5 references

lighttpd frontend + apache backend  

22 hours ago by Adil

I think you have seen such urls like static.blablabla.com on your favorite web sites. What is it? Apache HTTPD uses more memory and CPU resources when it has more connections and this make the web site load slower. The light web servers like lighttp, nginx etc. is used to solve this problem. I will ...

Adilin bloqu - adil.az

03
Jul
2009
服务器apache转lighttpd  

2 days ago by ykjsw

本来只是想简单的给apache2加上压缩模块,结果,编译后的模块似乎无法工作,折腾n久未果,干脆直接换掉apache,装上lighttpd,lighttpd确实很轻,看配置文件行数就知道了,php fastcgi弄了好久,重新把之前编译过的php5的整个目录删掉,再解压编译才正常,rewrite和apache下语法一样,直接拿过来用就ok了。 不过编译出的php-cgi大概10m,所以执行php程序好像还是比较消耗内存,可能我还对fastcgi不理解吧。

ykjsw.txt - ykjsw.com/blog

02
Jul
2009
Be Technical by Techniques » Blog Archive » Wordpress Permalinks with Lighttpd  

4 days ago by admin

Permalinks with lighttpd 1.4.2 Go here to see the original: Be Technical by Techniques » Blog Archive » Wordpress Permalinks with Lighttpd

wp-popular.com - wp-popular.com

01
Jul
2009
Configurare una VPS Linux minimale  

5 days ago

Tutorial sulla configurazione di una VPS minimale con Linux CentOS, web server Lighttpd, mail server Postfix e Dovecot, FTP server Pure-ftpd. Ora che il costo di noleggio di una VPS è alla portata di tutti, capita spesso trovare sui forum specializzati qualche webmaster o sistemista alle prese con q ...

ZioBudda.net - - ziobudda.net. · Rank: 67,936

Configurare una VPS Linux minimale  

5 days ago

Tutorial sulla configurazione di una VPS minimale con Linux CentOS, web server Lighttpd, mail server Postfix e Dovecot, FTP server Pure-ftpd. Ora che il costo di noleggio di una VPS è alla portata di tutti, capita spesso trovare sui forum specializzati qualche webmaster o sistemista alle prese con q ...

ZioBudda.net - - ziobudda.net · Rank: 17,873 · 62 references

30
Jun
2009
WebDAV mit lighttpd  

5 days ago by dereulenspiegel

Vor einiger Zeit habe ich angefangen alle meine Projekte von SVN auf git umzustellen. Da ich als Webserver lighttpd verwenden wollte ich dabei auch gleich den Apache, den ich fr die SVN-Repos laufen hatte, mit entsorgen. Git-Repos lassen sich ja auch einfach per WebDAV zur Verfgung stellen. Wenn man ...

Going Berserk - blog.goesberserk.de

29
Jun
2009
Schöne Wordpress Permalinks mit Lighttpd Webserver  

6 days ago by chris

Bei einem aktuellen Projekt musste ich mich ein wenig mit dem Ram einschränken, da der vServer nur 96MB Ram zur Verfgung hat. Darum habe ich mich fr eine saubere Lighttpd Installation ohne Schnickschnack und ohne Control Panel entschieden. Der Server läuft sauber mit ca. 60MB Ram-Auslastung dank WP ...

Chris im Netz - Software, ... - christian-pfnuer.de

Tuning Lighttpd For Linux  

6 days ago by Stephen

As I mentioned on Friday, I’ve recently built a multi-server web hosting environment around lighttpd, MySQL, and Ubuntu Linux. Ironically, my lighttpd web server slowed to a crawl that very evening! It turns out that I had not properly tuned lighttpd to function in a Linux environment. I was surpris ...

Stephen Foskett, Pack ... - blog.fosketts.net · Rank: 73,175 · 72 references

Deny access to .svn directories with lighttpd  

7 days ago by isontheline

$HTTP["url"] =~ "/\.svn/" { url.access-deny = ( "" ) }

Itimeteo Blog's - itimeteo.wordpress.com

Previous1234567