<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.howtoforge.net" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
 <title>HowtoForge - Linux Howtos and Tutorials - Apache</title>
 <link>http://www.howtoforge.net/taxonomy/term/3/all</link>
 <description>&amp;nbsp;</description>
 <language>en</language>
 <atom:link href="http://www.howtoforge.net/rss/apache.rss" rel="self" type="application/rss+xml" />
 <image>
  <title>HowtoForge - Linux Howtos and Tutorials - Apache</title>
  <url>http://www.howtoforge.com/themes/htf_glass/images/howtoforge_logo_glass_blue.gif</url>
  <link>http://www.howtoforge.net/taxonomy/term/3/all</link>
 </image>

<item>
 <title>How To Set Up Apache, Tomcat (mod_jk), SSO (CAS, mod_auth_cas)</title>
 <link>http://www.howtoforge.net/how-to-set-up-apache-tomcat-mod_jk-sso-cas-mod_auth_cas</link>
 <description>&lt;p&gt;&lt;b&gt;How To Set Up Apache, Tomcat (mod_jk), SSO (CAS, mod_auth_cas)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This article describes how you can set up Apache and Tomcat, linked
with mod_jk. It also explains how you set up the SSO (single sign on)
solution JA-SIG CAS to protect servlets (provided by tomcat) and static
content (provided by Apache). I worked with OpenSuse 10.2 and 11,
Apache2, Tomcat 5.5 and 6. It should work on other distributions as
well.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.net/sitemap/linux/suse">SuSE</category>
 <category domain="http://www.howtoforge.net/sitemap/apache">Apache</category>
 <pubDate>Fri, 22 Aug 2008 20:30:56 +0200</pubDate>
 <guid>http://www.howtoforge.net/how-to-set-up-apache-tomcat-mod_jk-sso-cas-mod_auth_cas</guid>
 <comments>http://www.howtoforge.net/how-to-set-up-apache-tomcat-mod_jk-sso-cas-mod_auth_cas#comment</comments>
</item>
<item>
 <title>Running Vhosts Under Separate UIDs/GIDs With Apache2 mpm-peruser On Debian Etch</title>
 <link>http://www.howtoforge.net/running-vhosts-under-separate-uids-gids-with-apache2-mpm-peruser-on-debian-etch</link>
 <description>&lt;p&gt;&lt;b&gt;Running Vhosts Under Separate UIDs/GIDs With Apache2 mpm-peruser On Debian Etch&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This article explains how you can install and configure apache2-mpm-peruser on a Debian Etch server. apache2-mpm-peruser is an MPM (Multi-Processing Module) for the Apache 2 web server, very similar to apache2-mpm-itk,
but faster (almost as fast as apache2-mpm-prefork). mpm-peruser allows
you to run each of your vhosts under a separate UID and GID - in short,
the scripts and configuration files for one vhost no longer have to be
readable for all the other vhosts. It is based on metuxmpm, a working
implementation of the perchild MPM. The result is a sane and secure web
server environment for your users, without kludges like PHP&#039;s safe_mode.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.net/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.net/sitemap/apache">Apache</category>
 <category domain="http://www.howtoforge.net/sitemap/security">Security</category>
 <pubDate>Thu, 21 Aug 2008 18:38:18 +0200</pubDate>
 <guid>http://www.howtoforge.net/running-vhosts-under-separate-uids-gids-with-apache2-mpm-peruser-on-debian-etch</guid>
 <comments>http://www.howtoforge.net/running-vhosts-under-separate-uids-gids-with-apache2-mpm-peruser-on-debian-etch#comment</comments>
</item>
<item>
 <title>Running Vhosts Under Separate UIDs/GIDs With Apache2 mpm-itk On Debian Etch</title>
 <link>http://www.howtoforge.net/running-vhosts-under-separate-uids-gids-with-apache2-mpm-itk-on-debian-etch</link>
 <description>
&lt;p&gt;&lt;b&gt;Running Vhosts Under Separate UIDs/GIDs With Apache2 mpm-itk On Debian Etch&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This article explains how you can install and configure apache2-mpm-itk
on a Debian Etch server. apache2-mpm-itk is an MPM (Multi-Processing
Module) for the Apache 2 web server. mpm-itk allows you to run each of
your vhost under a separate UID and GID - in short, the scripts and
configuration files for one vhost no longer have to be readable for all
the other vhosts. mpm-itk works with mod_php because mpm-itk is based
on the traditional prefork MPM, which means it&#039;s non-threaded. This
means you don&#039;t need to use suExec or suPHP anymore to run a website&#039;s
PHP scripts as a separate user.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.net/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.net/sitemap/apache">Apache</category>
 <pubDate>Thu, 14 Aug 2008 11:40:11 +0200</pubDate>
 <guid>http://www.howtoforge.net/running-vhosts-under-separate-uids-gids-with-apache2-mpm-itk-on-debian-etch</guid>
 <comments>http://www.howtoforge.net/running-vhosts-under-separate-uids-gids-with-apache2-mpm-itk-on-debian-etch#comment</comments>
</item>
<item>
 <title>How To Install Django On Mandriva 2008.1 (Apache2/mod_python)</title>
 <link>http://www.howtoforge.net/installing-django-on-mandriva2008.1-apache2-mod_python</link>
 <description>
&lt;p&gt;&lt;b&gt;How To Install Django On Mandriva 2008.1 (Apache2/mod_python)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial explains how to install Django
on a Mandriva 2008.1 server. Django is a web framework that allows to
develop Python web applications quickly with as much automation as
possible. I will use it with Apache2 and mod_python in this guide.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.net/sitemap/linux/mandriva">Mandriva</category>
 <category domain="http://www.howtoforge.net/sitemap/apache">Apache</category>
 <pubDate>Tue, 12 Aug 2008 17:28:44 +0200</pubDate>
 <guid>http://www.howtoforge.net/installing-django-on-mandriva2008.1-apache2-mod_python</guid>
 <comments>http://www.howtoforge.net/installing-django-on-mandriva2008.1-apache2-mod_python#comment</comments>
</item>
<item>
 <title>How To Install Django On Fedora 9 (Apache2/mod_python)</title>
 <link>http://www.howtoforge.net/how-to-install-django-on-fedora9-apache2-mod_python</link>
 <description>&lt;p&gt;&lt;b&gt;How To Install Django On Fedora 9 (Apache2/mod_python)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial explains how to install Django
on a Fedora 9 server. Django is a web framework that allows to develop
Python web applications quickly with as much automation as possible. I
will use it with Apache2 and mod_python in this guide.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.net/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.howtoforge.net/sitemap/apache">Apache</category>
 <pubDate>Tue, 05 Aug 2008 17:19:31 +0200</pubDate>
 <guid>http://www.howtoforge.net/how-to-install-django-on-fedora9-apache2-mod_python</guid>
 <comments>http://www.howtoforge.net/how-to-install-django-on-fedora9-apache2-mod_python#comment</comments>
</item>
<item>
 <title>How To Install Django On Debian Etch (Apache2/mod_python)</title>
 <link>http://www.howtoforge.net/installing-django-on-debian-etch-apache2-mod_python</link>
 <description>
&lt;p&gt;&lt;b&gt;How To Install Django On Debian Etch (Apache2/mod_python)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial explains how to install Django
on a Debian Etch server. Django is a web framework that allows to
develop Python web applications quickly with as much automation as
possible. I will use it with Apache2 and mod_python in this guide.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.net/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.net/sitemap/apache">Apache</category>
 <pubDate>Tue, 22 Jul 2008 18:45:59 +0200</pubDate>
 <guid>http://www.howtoforge.net/installing-django-on-debian-etch-apache2-mod_python</guid>
 <comments>http://www.howtoforge.net/installing-django-on-debian-etch-apache2-mod_python#comment</comments>
</item>
<item>
 <title>Reduce Apache&#039;s Load With Nginx On RHEL 5.2</title>
 <link>http://www.howtoforge.net/reduce-apache-load-with-nginx-rhel5.2</link>
 <description>&lt;P&gt;&lt;B&gt;Reduce Apache&#039;s Load With Nginx On RHEL 5.2&lt;/b&gt;&lt;/p&gt;

&lt;P&gt;This how-to describes how to install and configure Nginx to accelerate an Apache server based on RHEL 5.2.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.net/sitemap/linux/centos">CentOS</category>
 <category domain="http://www.howtoforge.net/sitemap/apache">Apache</category>
 <pubDate>Mon, 21 Jul 2008 19:21:31 +0200</pubDate>
 <guid>http://www.howtoforge.net/reduce-apache-load-with-nginx-rhel5.2</guid>
 <comments>http://www.howtoforge.net/reduce-apache-load-with-nginx-rhel5.2#comment</comments>
</item>
<item>
 <title>Embedding Python In Apache2 With mod_python (Debian/Ubuntu, Fedora/CentOS, Mandriva, OpenSUSE)</title>
 <link>http://www.howtoforge.net/embedding-python-in-apache2-with-mod_python-debian-ubuntu-fedora-centos-mandriva-opensuse</link>
 <description>&lt;p&gt;&lt;b&gt;Embedding Python In Apache2 With mod_python (Debian/Ubuntu, Fedora/CentOS, Mandriva, OpenSUSE)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial shows how to install and use mod_python
on various distributions (Debian/Ubuntu, Fedora/CentOS, Mandriva,
OpenSUSE) with Apache2. mod_python is an Apache module that embeds the
Python interpreter within the server. It allows you to write web-based
applications in Python that will run many times faster than traditional
CGI and will have access to advanced features such as ability to retain
database connections and other data between hits and access to Apache
internals.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.net/sitemap/linux/centos">CentOS</category>
 <category domain="http://www.howtoforge.net/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.net/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.howtoforge.net/sitemap/linux/mandriva">Mandriva</category>
 <category domain="http://www.howtoforge.net/sitemap/linux/suse">SuSE</category>
 <category domain="http://www.howtoforge.net/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.howtoforge.net/sitemap/apache">Apache</category>
 <pubDate>Sun, 20 Jul 2008 18:46:34 +0200</pubDate>
 <guid>http://www.howtoforge.net/embedding-python-in-apache2-with-mod_python-debian-ubuntu-fedora-centos-mandriva-opensuse</guid>
 <comments>http://www.howtoforge.net/embedding-python-in-apache2-with-mod_python-debian-ubuntu-fedora-centos-mandriva-opensuse#comment</comments>
</item>
<item>
 <title>How To Block Spammers/Hackers With mod_defensible On Apache2 (Debian Etch)</title>
 <link>http://www.howtoforge.net/block-spammers-hackers-with-mod_defensible-on-apache2-debian-etch</link>
 <description>&lt;p&gt;&lt;b&gt;How To Block Spammers/Hackers With mod_defensible On Apache2 (Debian Etch)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;mod_defensible
is an Apache 2.x module intended to block spammers/hackers/script
kiddies using DNSBL servers. It will look at the client IP and check it
in one or several DNSBL servers and return a 403 Forbidden page to the
client. This guide shows how to install and use it with Apache 2 on a
Debian Etch server.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.net/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.net/sitemap/apache">Apache</category>
 <category domain="http://www.howtoforge.net/sitemap/security">Security</category>
 <pubDate>Sun, 06 Jul 2008 17:19:10 +0200</pubDate>
 <guid>http://www.howtoforge.net/block-spammers-hackers-with-mod_defensible-on-apache2-debian-etch</guid>
 <comments>http://www.howtoforge.net/block-spammers-hackers-with-mod_defensible-on-apache2-debian-etch#comment</comments>
</item>
<item>
 <title>Apache2: Logging To A MySQL Database With mod_log_sql (Debian Etch)</title>
 <link>http://www.howtoforge.net/apache2-logging-to-a-mysql-database-with-mod_log_sql-on-debian-etch</link>
 <description>
&lt;p&gt;&lt;b&gt;Apache2: Logging To A MySQL Database With mod_log_sql (Debian Etch)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;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&#039;m using a Debian Etch server in this tutorial.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.net/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.net/sitemap/apache">Apache</category>
 <category domain="http://www.howtoforge.net/sitemap/mysql">MySQL</category>
 <pubDate>Thu, 03 Jul 2008 17:39:52 +0200</pubDate>
 <guid>http://www.howtoforge.net/apache2-logging-to-a-mysql-database-with-mod_log_sql-on-debian-etch</guid>
 <comments>http://www.howtoforge.net/apache2-logging-to-a-mysql-database-with-mod_log_sql-on-debian-etch#comment</comments>
</item>
<item>
 <title>Create Your Own Web Server With BIND And Apache On CentOS 5 (Simplified)</title>
 <link>http://www.howtoforge.net/creating-your-own-webserver-with-bind-and-apache-centos5</link>
 <description>&lt;p&gt;&lt;b&gt;Create Your Own Web Server With BIND And Apache On CentOS 5 (Simplified)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial explains how you can run your own web server on CentOS 5 with the help of Apache and the BIND name server.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.net/sitemap/linux/centos">CentOS</category>
 <category domain="http://www.howtoforge.net/sitemap/apache">Apache</category>
 <category domain="http://www.howtoforge.net/sitemap/dns">DNS</category>
 <pubDate>Mon, 30 Jun 2008 18:32:48 +0200</pubDate>
 <guid>http://www.howtoforge.net/creating-your-own-webserver-with-bind-and-apache-centos5</guid>
 <comments>http://www.howtoforge.net/creating-your-own-webserver-with-bind-and-apache-centos5#comment</comments>
</item>
<item>
 <title>Embedding Python In Apache2 With mod_python (Debian Etch)</title>
 <link>http://www.howtoforge.net/embedding-python-in-apache2-with-mod_python-debian-etch</link>
 <description>
&lt;p&gt;&lt;b&gt;Embedding Python In Apache2 With mod_python (Debian Etch)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial shows how to install and use mod_python
on a Debian Etch server with Apache2. mod_python is an Apache module
that embeds the Python interpreter within the server. It allows you to
write web-based applications in Python that will run many times faster
than traditional CGI and will have access to advanced features such as
ability to retain database connections and other data between hits and
access to Apache internals.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.net/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.net/sitemap/apache">Apache</category>
 <pubDate>Fri, 20 Jun 2008 13:58:31 +0200</pubDate>
 <guid>http://www.howtoforge.net/embedding-python-in-apache2-with-mod_python-debian-etch</guid>
 <comments>http://www.howtoforge.net/embedding-python-in-apache2-with-mod_python-debian-etch#comment</comments>
</item>
<item>
 <title>How To Set Up WebDAV With MySQL Authentication On Apache2 (Debian Etch)</title>
 <link>http://www.howtoforge.net/setting-up-webdav-with-mysql-authentication-on-apache2-debian-etch</link>
 <description>&lt;p&gt;&lt;b&gt;How To Set Up WebDAV With MySQL Authentication On Apache2 (Debian Etch)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This guide explains how to set up WebDAV with MySQL authentication
(using mod_auth_mysql) on Apache2 on a Debian Etch server. WebDAV
stands for &lt;i&gt;Web-based Distributed Authoring and Versioning&lt;/i&gt; and
is a set of extensions to the HTTP protocol that allow users to
directly edit files on the Apache server so that they do not need to be
downloaded/uploaded via FTP. Of course, WebDAV can also be used to
upload and download files.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.net/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.net/sitemap/apache">Apache</category>
 <category domain="http://www.howtoforge.net/sitemap/mysql">MySQL</category>
 <pubDate>Tue, 17 Jun 2008 18:08:29 +0200</pubDate>
 <guid>http://www.howtoforge.net/setting-up-webdav-with-mysql-authentication-on-apache2-debian-etch</guid>
 <comments>http://www.howtoforge.net/setting-up-webdav-with-mysql-authentication-on-apache2-debian-etch#comment</comments>
</item>
<item>
 <title>How To Set Up A Loadbalanced High-Availability Apache Cluster Based On Ubuntu 8.04 LTS</title>
 <link>http://www.howtoforge.net/set-up-a-loadbalanced-ha-apache-cluster-ubuntu8.04</link>
 <description>&lt;p&gt;&lt;b&gt;How To Set Up A Loadbalanced High-Availability Apache Cluster Based On Ubuntu 8.04&amp;nbsp;LTS&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;This tutorial shows how to set up a two-node Apache web server
cluster that provides high-availability. In front of the Apache cluster
we create a load balancer that splits up incoming requests between the
two Apache nodes. Because we do not want the load balancer to become
another &quot;Single Point Of Failure&quot;, we must provide high-availability
for the load balancer, too. Therefore our load balancer will in fact
consist out of two load balancer nodes that monitor each other using &lt;span class=&quot;system&quot;&gt;heartbeat&lt;/span&gt;, and if one load
balancer fails, the other takes over silently.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.net/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.howtoforge.net/sitemap/apache">Apache</category>
 <category domain="http://www.howtoforge.net/sitemap/high-availability">High-Availability</category>
 <pubDate>Tue, 10 Jun 2008 19:09:27 +0200</pubDate>
 <guid>http://www.howtoforge.net/set-up-a-loadbalanced-ha-apache-cluster-ubuntu8.04</guid>
 <comments>http://www.howtoforge.net/set-up-a-loadbalanced-ha-apache-cluster-ubuntu8.04#comment</comments>
</item>
<item>
 <title>Installing mod_geoip For Apache2 On Fedora 9</title>
 <link>http://www.howtoforge.net/installing-mod_geoip-for-apache2-on-fedora9</link>
 <description>
&lt;p&gt;&lt;b&gt;Installing mod_geoip For Apache2 On Fedora 9&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This guide explains how to set up mod_geoip
with Apache2 on a Fedora 9 system. mod_geoip looks up the IP address of
the client end user. This allows you to redirect or block users based
on their country. You can also use this technology for your OpenX (formerly known as OpenAds or phpAdsNew) ad server to allow geo targeting.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.net/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.howtoforge.net/sitemap/apache">Apache</category>
 <pubDate>Sun, 08 Jun 2008 18:16:50 +0200</pubDate>
 <guid>http://www.howtoforge.net/installing-mod_geoip-for-apache2-on-fedora9</guid>
 <comments>http://www.howtoforge.net/installing-mod_geoip-for-apache2-on-fedora9#comment</comments>
</item>
</channel>
</rss>
