<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Netvouz / falko / tag / http</title>
<link>http://netvouz.com/falko/tag/http?feed=rss</link>
<description>falko&#39;s bookmarks tagged &quot;http&quot; on Netvouz</description>
<item><title>How To Password-Protect Directories With mod_auth_mysql On Apache2 (Debian Squeeze)</title>
<link>http://www.howtoforge.com/how-to-password-protect-directories-with-mod_auth_mysql-on-apache2-debian-squeeze</link>
<description>This guide explains how to password-protect web directories (with users from a MySQL database) with mod_auth_mysql on Apache2 on a Debian Squeeze server. It is an alternative to the plain-text password files provided by mod_auth and allows you to use normal SQL syntax to create/modify delete users. You can also configure mod_auth_mysql to authenticate against an existing MySQL user table.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Tue, 15 Nov 2011 10:31:33 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>Installing Cherokee With PHP5 And MySQL Support On Fedora 14</title>
<link>http://www.howtoforge.com/installing-cherokee-with-php5-and-mysql-support-on-fedora-14</link>
<description>Cherokee is a very fast, flexible and easy to configure Web Server. It supports the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI, TLS and SSL encrypted connections, virtual hosts, authentication, on the fly encoding, load balancing, Apache compatible log files, and much more. This tutorial shows how you can install Cherokee on a Fedora 14 server with PHP5 support (through FastCGI) and MySQL support.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Mon, 10 Jan 2011 00:52:11 GMT</pubDate>
</item><item><title>Installing Cherokee With PHP5 And MySQL Support On OpenSUSE 11.3</title>
<link>http://www.howtoforge.com/installing-cherokee-with-php5-and-mysql-support-on-opensuse-11.3</link>
<description>Cherokee is a very fast, flexible and easy to configure Web Server. It supports the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI, TLS and SSL encrypted connections, virtual hosts, authentication, on the fly encoding, load balancing, Apache compatible log files, and much more. This tutorial shows how you can install Cherokee on an OpenSUSE 11.3 server with PHP5 support (through FastCGI) and MySQL support.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Thu, 13 Jan 2011 13:00:35 GMT</pubDate>
</item><item><title>Installing Cherokee With PHP5 And MySQL Support On Ubuntu 10.04</title>
<link>http://www.howtoforge.com/installing-cherokee-with-php5-and-mysql-support-on-ubuntu-10.04</link>
<description>Cherokee is a very fast, flexible and easy to configure Web Server. It supports the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI, TLS and SSL encrypted connections, virtual hosts, authentication, on the fly encoding, load balancing, Apache compatible log files, and much more. This tutorial shows how you can install Cherokee on an Ubuntu 10.04 server with PHP5 support (through FastCGI) and MySQL support.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Sun, 13 Jun 2010 15:12:21 GMT</pubDate>
</item><item><title>Installing Cherokee With PHP5 And MySQL Support On Ubuntu 11.04</title>
<link>http://www.howtoforge.com/installing-cherokee-with-php5-and-mysql-support-on-ubuntu-11.04</link>
<description>Cherokee is a very fast, flexible and easy to configure Web Server. It supports the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI, TLS and SSL encrypted connections, virtual hosts, authentication, on the fly encoding, load balancing, Apache compatible log files, and much more. This tutorial shows how you can install Cherokee on an Ubuntu 11.04 server with PHP5 support (through FastCGI) and MySQL support.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Sun, 14 Aug 2011 19:08:16 GMT</pubDate>
</item><item><title>Installing Nginx With PHP5 And MySQL Support On Fedora 12</title>
<link>http://www.howtoforge.com/installing-nginx-with-php5-and-mysql-support-on-fedora-12</link>
<description>Nginx (pronounced &quot;engine x&quot;) is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on a Fedora 12 server with PHP5 support (through FastCGI) and MySQL support.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Sun, 07 Feb 2010 12:19:40 GMT</pubDate>
</item><item><title>Installing Subversion And Configuring Access Through Different Protocols On Debian Squeeze</title>
<link>http://www.howtoforge.com/installing-subversion-and-configuring-access-through-different-protocols-on-debian-squeeze</link>
<description>Subversion (svn) is an open-source version control system (VCS), used in the development of many software projects. This tutorial shows how to install Subversion on Debian Squeeze and how to configure it to allow access to a repository through different protocols: file://, http://, https://, svn://, and svn+ssh://.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Tue, 02 Aug 2011 07:47:20 GMT</pubDate>
</item><item><title>Nginx HTTP Server + PHP5 (With fast-cgi And xcache) On Ubuntu Feisty Fawn</title>
<link>http://www.howtoforge.com/nginx_php5_fast_cgi_xcache_ubuntu7.04</link>
<description>This HowTo describes the implementation of Nginx with php5 support (through FastCGI). The fast-cgi process will be initiated via spawn-fcgi. Nginx is a great replacement of Apache with very low memory footprint and contrary to Lighttpd, does not suffer from memory leak over time. You can then use all the memory left to unleash the power of mysql for instance by increasing the default query cache.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Wed, 10 Oct 2007 10:19:49 GMT</pubDate>
</item></channel></rss>