<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Netvouz / falko / tag / lighttpd</title>
<link>http://netvouz.com/falko/tag/lighttpd?feed=rss</link>
<description>falko&#39;s bookmarks tagged &quot;lighttpd&quot; on Netvouz</description>
<item><title>Benchmark: Apache2 vs. Lighttpd (Static HTML Files)</title>
<link>http://www.howtoforge.com/benchmark-apache2-vs-lighttpd-static-html-files</link>
<description>This benchmark shows how Apache2 (version 2.2.3) and lighttpd (version 1.4.13) perform compared to each other when delivering a static HTML file (about 50KB in size). This benchmark was created with the help of ab (Apache benchmark) on a VMware vm (Debian Etch); if you try this yourself, your numbers might differ (depending on your hardware), but the tendency should be the same.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Sun, 21 Sep 2008 12:28:34 GMT</pubDate>
</item><item><title>Build Your Own Video Community With Lighttpd And FlowPlayer (Debian Etch)</title>
<link>http://www.howtoforge.com/video_streaming_lighttpd_flowplayer</link>
<description>This article shows how you can build your own video community using lighttpd with its mod_flv_streaming module (for streaming .flv videos, the format used by most major video communities such as YouTube) and its mod_secdownload module (for preventing hotlinking of the videos). I will use FlowPlayer as the video player, a free Flash video player with support for lighttpd&#39;s mod_flv_streaming module. I will also show how you can encode videos (.mp4 .mov .mpg .3gp .mpeg .wmv .avi) to the FLV format supported by Adobe Flash.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Sun, 19 Aug 2007 18:24:19 GMT</pubDate>
</item><item><title>Build Your Own Video Community With Lighttpd And FlowPlayer (Debian Lenny)</title>
<link>http://www.howtoforge.com/build-your-own-video-community-with-lighttpd-and-flowplayer-debian-lenny</link>
<description>This article shows how you can build your own video community using lighttpd with its mod_flv_streaming module (for streaming .flv videos, the format used by most major video communities such as YouTube) and its mod_secdownload module (for preventing hotlinking of the videos) on Debian Lenny. I will use FlowPlayer as the video player, a free Flash video player with support for lighttpd&#39;s mod_flv_streaming module. I will also show how you can encode videos (.mp4 .mov .mpg .3gp .mpeg .wmv .avi) to the FLV format supported by Adobe Flash.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Sun, 07 Mar 2010 13:44:56 GMT</pubDate>
</item><item><title>Build Your Own Video Community With Lighttpd And FlowPlayer (Ubuntu 9.10)</title>
<link>http://www.howtoforge.com/build-your-own-video-community-with-lighttpd-and-flowplayer-ubuntu-9.10</link>
<description>This article shows how you can build your own video community using lighttpd with its mod_flv_streaming module (for streaming .flv videos, the format used by most major video communities such as YouTube) and its mod_secdownload module (for preventing hotlinking of the videos) on Ubuntu 9.10. I will use FlowPlayer as the video player, a free Flash video player with support for lighttpd&#39;s mod_flv_streaming module. I will also show how you can encode videos (.mp4 .mov .mpg .3gp .mpeg .wmv .avi) to the FLV format supported by Adobe Flash.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Tue, 16 Mar 2010 12:59:38 GMT</pubDate>
</item><item><title>Creating Advanced MySQL-Based Virtual Hosts On Lighttpd (Debian Etch)</title>
<link>http://www.howtoforge.com/creating-advanced-mysql-based-vhosts-on-lighttpd-debian-etch</link>
<description>This guide explains how you can create advanced virtual hosts on a lighttpd web server on Debian Etch that are stored in a MySQL database. The method described here does not use the lighttpd mod_mysql_vhost module, and unlike mod_mysql_vhost (which allows you to store only the hostname and document root of a vhost in a database), this method allows to store individual configuration directives for each vhost in the MySQL database.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Tue, 19 Aug 2008 10:50:14 GMT</pubDate>
</item><item><title>Creating Advanced MySQL-Based Virtual Hosts On Lighttpd (Ubuntu 12.04)</title>
<link>http://www.howtoforge.com/creating-advanced-mysql-based-virtual-hosts-on-lighttpd-ubuntu-12.04</link>
<description>This guide explains how you can create advanced virtual hosts on a lighttpd web server on Ubuntu 12.04 that are stored in a MySQL database. The method described here does not use the lighttpd mod_mysql_vhost module, and unlike mod_mysql_vhost (which allows you to store only the hostname and document root of a vhost in a database), this method allows to store individual configuration directives for each vhost in the MySQL database.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Sun, 09 Sep 2012 08:47:30 GMT</pubDate>
</item><item><title>Creating Simple Virtual Hosts With mod_mysql_vhost On Lighttpd (Debian Etch)</title>
<link>http://www.howtoforge.com/creating-simple-vhosts-with-mod_mysql_vhost-on-lighttpd-debian-etch</link>
<description>This guide explains how you can use mod_mysql_vhost to create simple virtual hosts on a lighttpd web server on Debian Etch. With mod_mysql_vhost, lighttpd can read the vhost configuration from a MySQL database. Currently, you can store the domain and the document root in the MySQL database which results in very simple virtual hosts. If you need more directives for your vhosts, you would have to configure them in the global section of lighttpd.conf, which means they would be valid for all vhosts. Therefore, mod_mysql_vhost is ideal if your vhosts differ only in the domain and document root.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Thu, 07 Aug 2008 09:14:55 GMT</pubDate>
</item><item><title>Creating Simple Virtual Hosts With mod_mysql_vhost On Lighttpd (Debian Squeeze)</title>
<link>http://www.howtoforge.com/creating-simple-virtual-hosts-with-mod_mysql_vhost-on-lighttpd-debian-squeeze</link>
<description>This guide explains how you can use mod_mysql_vhost to create simple virtual hosts on a lighttpd web server on Debian Squeeze. With mod_mysql_vhost, lighttpd can read the vhost configuration from a MySQL database. Currently, you can store the domain and the document root in the MySQL database which results in very simple virtual hosts. If you need more directives for your vhosts, you&#39;d have to configure them in the global section of lighttpd.conf, which means they&#39;d be valid for all vhosts. Therefore, mod_mysql_vhost is ideal if your vhosts differ only in the domain and document root.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Tue, 21 Aug 2012 08:35:28 GMT</pubDate>
</item><item><title>How To Save Traffic With Lighttpd&#39;s mod_compress (Debian Squeeze)</title>
<link>http://www.howtoforge.com/how-to-save-traffic-with-lighttpds-mod_compress-debian-squeeze</link>
<description>In this tutorial I will describe how to configure mod_compress on a Lighttpd web server (on Debian Squeeze). mod_compress allows Lighttpd to compress files and deliver them to clients (e.g. browsers) that can handle compressed content which most modern browsers do. With mod_compress, you can compress HTML, CSS, Javascript, text or XML files to approx. 20 - 30% of their original sizes, thus saving you server traffic and making your modem users happier.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Thu, 07 Apr 2011 10:54:44 GMT</pubDate>
</item><item><title>How To Save Traffic With mod_deflate On Lighttpd 1.4 (Debian Etch)</title>
<link>http://www.howtoforge.com/lighttpd_1.4_mod_deflate_debian_etch</link>
<description>In this tutorial I will describe how to install and configure mod_deflate on a lighttpd 1.4 web server on Debian Etch. mod_deflate is included by default in lighttpd 1.5, but not in 1.4 where mod_compress is used instead. The advantage of mod_deflate over mod_compress is that it can compress static and dynamic files (such as PHP files), whereas mod_compress can compress static files only. The lighttpd version coming with Debian Etch is 1.4.13, so we have to patch it to support mod_deflate. mod_deflate allows lighttpd to compress files and deliver them to clients (e.g. browsers) that can handle compressed content which most modern browsers do. With mod_deflate, you can compress HTML, text or XML files to approx. 20 - 30% of their original sizes, thus saving </description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Fri, 17 Aug 2007 09:04:21 GMT</pubDate>
</item></channel></rss>