<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Netvouz / falko / tag / apache</title>
<link>http://netvouz.com/falko/tag/apache?feed=rss</link>
<description>falko&#39;s bookmarks tagged &quot;apache&quot; on Netvouz</description>
<item><title>Apache Module For OpenID Authentication</title>
<link>http://www.howtoforge.com/apache-module-for-openid-authentication</link>
<description>OpenID is a widely adopted technology for user authentication in web applications. It relies on the concepts of distributed user authentication in blog applications. This small cookbook explains step-by-step how to install and configure the Open Source Apache module mod_auth_openid.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Sun, 11 Mar 2012 11:25:26 GMT</pubDate>
</item><item><title>Apache: Creating A Session-Aware Loadbalancer Using mod_proxy_balancer (Debian Etch)</title>
<link>http://www.howtoforge.com/load_balancing_apache_mod_proxy_balancer</link>
<description>Since Apache 2.1, a new module called mod_proxy_balancer is available which lets you turn a system that has Apache installed into a loadbalancer. This loadbalancer retrieves requested pages from two or more backend webservers and delivers them to the user&#39;s computer. Users get the impression that they deal with just one server (the loadbalancer) when in fact there are multiple systems behind the loadbalancer that process the users&#39; requests. By using a loadbalancer, you can lower the load average on your webservers. One important feature of mod_proxy_balancer is that it can keep track of sessions which means that a single user always deals with the same backend webserver. Most websites are database-driven nowadays with user logins etc., and you&#39;d get weird</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Tue, 29 May 2007 16:53:33 GMT</pubDate>
</item><item><title>Apache2: How To Redirect Users To Mobile Or Normal Web Site Based On Device Using mod_rewrite</title>
<link>http://www.howtoforge.com/apache2-how-to-redirect-users-to-mobile-or-normal-web-site-based-on-device-using-mod_rewrite</link>
<description>Since the massive rise of smartphones and tablets like the iPhone, iPad, Android phones and tablets, BlackBerries, etc. you might have considered creating a mobile version of your web site. This tutorial explains how to configure Apache to serve the mobile version of your web site if the visitor uses a mobile device, and the normal version if the visitor uses a normal desktop PC. This can be achieved with Apache&#39;s rewrite module.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Fri, 09 Sep 2011 07:50:10 GMT</pubDate>
</item><item><title>Apache2: Logging To A MySQL Database With mod_log_sql (Debian Etch)</title>
<link>http://www.howtoforge.com/apache2-logging-to-a-mysql-database-with-mod_log_sql-on-debian-etch</link>
<description>This guide shows how you can write the Apache2 access log to a MySQL database instead of a file. To achieve this, I use the Apache2 module mod_log_sql. I am using a Debian Etch server in this tutorial.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Sun, 06 Jul 2008 09:40:29 GMT</pubDate>
</item><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>Caching With Apache&#39;s mod_cache On Debian Etch</title>
<link>http://www.howtoforge.com/caching-with-apache-mod_cache-on-debian-etch</link>
<description>This article explains how you can cache your web site contents with Apache&#39;s mod_cache on Debian Etch. If you have a high-traffic dynamic web site that generates lots of database queries on each request, you can decrease the server load dramatically by caching your content for a few minutes or more (that depends on how often you update your content).</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Tue, 27 Jan 2009 12:45:59 GMT</pubDate>
</item><item><title>CentOS 4.6 Server Setup - LAMP, Email, DNS, FTP, ISPConfig (a.k.a. The Perfect Server)</title>
<link>http://www.howtoforge.com/centos-4.6-server-lamp-email-dns-ftp-ispconfig</link>
<description>This tutorial shows how to set up a CentOS 4.6 based server that offers all services needed by ISPs and web hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Dovecot POP3/IMAP, Quota, Firewall, etc. This tutorial is written for the 32-bit version of CentOS 4.6, but should apply to the 64-bit version with very little modifications as well.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Thu, 10 Jan 2008 13:11:52 GMT</pubDate>
</item><item><title>CentOS 5.1 Server Setup - LAMP, Email, DNS, FTP, ISPConfig (a.k.a. The Perfect Server)</title>
<link>http://www.howtoforge.com/centos-5.1-server-lamp-email-dns-ftp-ispconfig</link>
<description>This tutorial shows how to set up a CentOS 5.1 based server that offers all services needed by ISPs and web hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Dovecot POP3/IMAP, Quota, Firewall, etc. This tutorial is written for the 32-bit version of CentOS 5.1, but should apply to the 64-bit version with very little modifications as well.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Wed, 05 Dec 2007 18:13:34 GMT</pubDate>
</item><item><title>Chrooting Apache2 With mod_chroot On Debian Lenny</title>
<link>http://www.howtoforge.com/chrooting-apache2-with-mod_chroot-on-debian-lenny</link>
<description>This guide explains how to set up mod_chroot with Apache2 on a Debian Lenny system. With mod_chroot, you can run Apache2 in a secure chroot environment and make your server less vulnerable to break-in attempts that try to exploit vulnerabilities in Apache2 or your installed web applications.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Thu, 15 Apr 2010 12:21:18 GMT</pubDate>
</item><item><title>Chrooting Apache2 With mod_chroot On Fedora 12</title>
<link>http://www.howtoforge.com/chrooting-apache2-with-mod_chroot-on-fedora-12</link>
<description>This guide explains how to set up mod_chroot with Apache2 on a Fedora 12 system. With mod_chroot, you can run Apache2 in a secure chroot environment and make your server less vulnerable to break-in attempts that try to exploit vulnerabilities in Apache2 or your installed web applications.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Tue, 06 Apr 2010 12:28:40 GMT</pubDate>
</item></channel></rss>