<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.howtoforge.org" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
 <title>HowtoForge - Linux Howtos and Tutorials - Apache</title>
 <link>http://www.howtoforge.org/taxonomy/term/3/0</link>
 <description>&amp;nbsp;</description>
 <language>en</language>
 <atom:link href="http://www.howtoforge.org/taxonomy/term/3/0/feed" 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.org/taxonomy/term/3/0</link>
 </image>

<item>
 <title>How To Block Spammers/Hackers With mod_defensible On Apache2 (Debian Etch)</title>
 <link>http://www.howtoforge.org/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;
&lt;a href=&quot;http://www.howtoforge.org/block-spammers-hackers-with-mod_defensible-on-apache2-debian-etch&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://www.howtoforge.org/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.org/sitemap/apache">Apache</category>
 <category domain="http://www.howtoforge.org/sitemap/security">Security</category>
 <pubDate>Sun, 06 Jul 2008 17:19:10 +0200</pubDate>
 <guid>http://www.howtoforge.org/block-spammers-hackers-with-mod_defensible-on-apache2-debian-etch</guid>
 <comments>http://www.howtoforge.org/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.org/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;
&lt;a href=&quot;http://www.howtoforge.org/apache2-logging-to-a-mysql-database-with-mod_log_sql-on-debian-etch&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://www.howtoforge.org/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.org/sitemap/apache">Apache</category>
 <category domain="http://www.howtoforge.org/sitemap/mysql">MySQL</category>
 <pubDate>Thu, 03 Jul 2008 17:39:52 +0200</pubDate>
 <guid>http://www.howtoforge.org/apache2-logging-to-a-mysql-database-with-mod_log_sql-on-debian-etch</guid>
 <comments>http://www.howtoforge.org/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.org/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;
&lt;a href=&quot;http://www.howtoforge.org/creating-your-own-webserver-with-bind-and-apache-centos5&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://www.howtoforge.org/sitemap/linux/centos">CentOS</category>
 <category domain="http://www.howtoforge.org/sitemap/apache">Apache</category>
 <category domain="http://www.howtoforge.org/sitemap/dns">DNS</category>
 <pubDate>Mon, 30 Jun 2008 18:32:48 +0200</pubDate>
 <guid>http://www.howtoforge.org/creating-your-own-webserver-with-bind-and-apache-centos5</guid>
 <comments>http://www.howtoforge.org/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.org/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;
&lt;a href=&quot;http://www.howtoforge.org/embedding-python-in-apache2-with-mod_python-debian-etch&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://www.howtoforge.org/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.org/sitemap/apache">Apache</category>
 <pubDate>Fri, 20 Jun 2008 13:58:31 +0200</pubDate>
 <guid>http://www.howtoforge.org/embedding-python-in-apache2-with-mod_python-debian-etch</guid>
 <comments>http://www.howtoforge.org/embedding-python-in-apache2-with-mod_python-debian-etch#comment</comments>
</item>
<item>
 <title>Installing mod_geoip for Lighttpd On Fedora 9</title>
 <link>http://www.howtoforge.org/installing-mod_geoip-for-lighttpd-on-fedora9</link>
 <description>
&lt;p&gt;&lt;b&gt;Installing mod_geoip for Lighttpd On Fedora 9&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This guide explains how to set up mod_geoip
with lighttpd 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;
&lt;a href=&quot;http://www.howtoforge.org/installing-mod_geoip-for-lighttpd-on-fedora9&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://www.howtoforge.org/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.howtoforge.org/sitemap/apache">Apache</category>
 <pubDate>Thu, 19 Jun 2008 18:06:08 +0200</pubDate>
 <guid>http://www.howtoforge.org/installing-mod_geoip-for-lighttpd-on-fedora9</guid>
 <comments>http://www.howtoforge.org/installing-mod_geoip-for-lighttpd-on-fedora9#comment</comments>
</item>
<item>
 <title>How To Set Up WebDAV With MySQL Authentication On Apache2 (Debian Etch)</title>
 <link>http://www.howtoforge.org/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;
&lt;a href=&quot;http://www.howtoforge.org/setting-up-webdav-with-mysql-authentication-on-apache2-debian-etch&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://www.howtoforge.org/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.org/sitemap/apache">Apache</category>
 <category domain="http://www.howtoforge.org/sitemap/mysql">MySQL</category>
 <pubDate>Tue, 17 Jun 2008 18:08:29 +0200</pubDate>
 <guid>http://www.howtoforge.org/setting-up-webdav-with-mysql-authentication-on-apache2-debian-etch</guid>
 <comments>http://www.howtoforge.org/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.org/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;
&lt;a href=&quot;http://www.howtoforge.org/set-up-a-loadbalanced-ha-apache-cluster-ubuntu8.04&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://www.howtoforge.org/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.howtoforge.org/sitemap/apache">Apache</category>
 <category domain="http://www.howtoforge.org/sitemap/high-availability">High-Availability</category>
 <pubDate>Tue, 10 Jun 2008 19:09:27 +0200</pubDate>
 <guid>http://www.howtoforge.org/set-up-a-loadbalanced-ha-apache-cluster-ubuntu8.04</guid>
 <comments>http://www.howtoforge.org/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.org/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;
&lt;a href=&quot;http://www.howtoforge.org/installing-mod_geoip-for-apache2-on-fedora9&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://www.howtoforge.org/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.howtoforge.org/sitemap/apache">Apache</category>
 <pubDate>Sun, 08 Jun 2008 18:16:50 +0200</pubDate>
 <guid>http://www.howtoforge.org/installing-mod_geoip-for-apache2-on-fedora9</guid>
 <comments>http://www.howtoforge.org/installing-mod_geoip-for-apache2-on-fedora9#comment</comments>
</item>
<item>
 <title>How To Set Up WebDAV With Apache2 On Debian Etch</title>
 <link>http://www.howtoforge.org/setting-up-webdav-with-apache2-on-debian-etch</link>
 <description>&lt;p&gt;&lt;b&gt;How To Set Up WebDAV With Apache2 On Debian Etch&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This guide explains how to set up WebDAV with 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;
&lt;a href=&quot;http://www.howtoforge.org/setting-up-webdav-with-apache2-on-debian-etch&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://www.howtoforge.org/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.org/sitemap/apache">Apache</category>
 <pubDate>Sun, 01 Jun 2008 17:41:02 +0200</pubDate>
 <guid>http://www.howtoforge.org/setting-up-webdav-with-apache2-on-debian-etch</guid>
 <comments>http://www.howtoforge.org/setting-up-webdav-with-apache2-on-debian-etch#comment</comments>
</item>
<item>
 <title>Quick &#039;n&#039; Easy LAMP Server For CentOS/RHEL</title>
 <link>http://www.howtoforge.org/quick-n-easy-lamp-server-centos-rhel</link>
 <description>&lt;p&gt;&lt;b&gt;Quick &#039;n&#039; Easy LAMP Server For CentOS/RHEL&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;This tutorial shows a quick way of installing a LAMP server (&lt;b&gt;L&lt;/b&gt;inux + &lt;b&gt;A&lt;/b&gt;pache + &lt;b&gt;M&lt;/b&gt;ySQL + 
  &lt;b&gt;P&lt;/b&gt;HP/Perl together commonly known as &lt;b&gt;LAMP&lt;/b&gt; Server.) on CentOS and RHEL server systems.&lt;/p&gt;&lt;a href=&quot;http://www.howtoforge.org/quick-n-easy-lamp-server-centos-rhel&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://www.howtoforge.org/sitemap/linux/centos">CentOS</category>
 <category domain="http://www.howtoforge.org/sitemap/apache">Apache</category>
 <category domain="http://www.howtoforge.org/sitemap/mysql">MySQL</category>
 <category domain="http://www.howtoforge.org/sitemap/programming/php">PHP</category>
 <pubDate>Wed, 28 May 2008 20:16:17 +0200</pubDate>
 <guid>http://www.howtoforge.org/quick-n-easy-lamp-server-centos-rhel</guid>
 <comments>http://www.howtoforge.org/quick-n-easy-lamp-server-centos-rhel#comment</comments>
</item>
<item>
 <title>Integrating APC (Alternative PHP Cache) Into PHP5 (Debian Etch &amp; Apache2)</title>
 <link>http://www.howtoforge.org/apc-php5-apache2-debian-etch</link>
 <description>
&lt;p&gt;&lt;b&gt;Integrating APC (Alternative PHP Cache) Into PHP5 (Debian Etch &amp;amp; Apache2)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This guide explains how to integrate APC
(Alternative PHP Cache) into PHP5 on a Debian Etch system (with
Apache2). APC is a free and open PHP opcode cacher for caching and
optimizing PHP intermediate code. &lt;em&gt;&lt;/em&gt; It&#039;s similar to other PHP opcode cachers, such as eAccelerator and XCache.&lt;/p&gt;
&lt;a href=&quot;http://www.howtoforge.org/apc-php5-apache2-debian-etch&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://www.howtoforge.org/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.org/sitemap/apache">Apache</category>
 <category domain="http://www.howtoforge.org/sitemap/programming/php">PHP</category>
 <pubDate>Wed, 23 Apr 2008 18:08:36 +0200</pubDate>
 <guid>http://www.howtoforge.org/apc-php5-apache2-debian-etch</guid>
 <comments>http://www.howtoforge.org/apc-php5-apache2-debian-etch#comment</comments>
</item>
<item>
 <title>Integrating APC (Alternative PHP Cache) Into PHP5 (Fedora 8 &amp; Apache2)</title>
 <link>http://www.howtoforge.org/apc-php5-apache2-fedora8</link>
 <description>
&lt;p&gt;&lt;b&gt;Integrating APC (Alternative PHP Cache) Into PHP5 (Fedora 8 &amp;amp; Apache2)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This guide explains how to integrate APC
(Alternative PHP Cache) into PHP5 on a Fedora 8 system (with Apache2).
APC is a free and open PHP opcode cacher for caching and optimizing PHP
intermediate code. &lt;em&gt;&lt;/em&gt; It&#039;s similar to other PHP opcode cachers, such as eAccelerator and XCache.&lt;/p&gt;
&lt;a href=&quot;http://www.howtoforge.org/apc-php5-apache2-fedora8&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://www.howtoforge.org/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.howtoforge.org/sitemap/apache">Apache</category>
 <category domain="http://www.howtoforge.org/sitemap/programming/php">PHP</category>
 <pubDate>Fri, 18 Apr 2008 19:50:10 +0200</pubDate>
 <guid>http://www.howtoforge.org/apc-php5-apache2-fedora8</guid>
 <comments>http://www.howtoforge.org/apc-php5-apache2-fedora8#comment</comments>
</item>
<item>
 <title>How To Install mod_security/mod_security2 On SuSE Linux Enterprise Server 10 (SLES10)</title>
 <link>http://www.howtoforge.org/installing-mod-security-on-sles10</link>
 <description>&lt;p&gt;&lt;b&gt; How To Install mod_security/mod_security2 On SuSE Linux Enterprise Server 10 (SLES10)&lt;/b&gt;&lt;/p&gt;


&lt;p&gt;The Apache module mod_security is a very powerful security module.
Combined with predefined rules, you can close many security wholes on
your server, opened by bad written php or perl apps. Unfortunately mod_security is not part of the SLES10 distribution.
To install mod_security to have to install some 3rd party modules. This
guide helps you to install mod_security on SLES10 in a reproducable way (RPM). It also helps you to
remove the module, by building RPM packages you can easily uninstall.&lt;/p&gt;
&lt;a href=&quot;http://www.howtoforge.org/installing-mod-security-on-sles10&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://www.howtoforge.org/sitemap/linux/suse">SuSE</category>
 <category domain="http://www.howtoforge.org/sitemap/apache">Apache</category>
 <category domain="http://www.howtoforge.org/sitemap/security">Security</category>
 <pubDate>Fri, 18 Apr 2008 09:38:03 +0200</pubDate>
 <guid>http://www.howtoforge.org/installing-mod-security-on-sles10</guid>
 <comments>http://www.howtoforge.org/installing-mod-security-on-sles10#comment</comments>
</item>
<item>
 <title>Integrating XCache Into PHP5 (OpenSUSE 10.3 &amp; Apache2)</title>
 <link>http://www.howtoforge.org/xcache-php5-apache2-opensuse10.3</link>
 <description>&lt;p&gt;&lt;b&gt;Integrating XCache Into PHP5 (OpenSUSE 10.3 &amp;amp; Apache2)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This guide explains how to integrate XCache into PHP5 on an OpenSUSE 10.3 system (with Apache2). From the XCache project page: &lt;i&gt;&quot;XCache is a fast, stable PHP opcode cacher that has been tested and is now running on production servers under high load.&quot;&lt;/i&gt; It&#039;s similar to other PHP opcode cachers, such as eAccelerator and APC.&lt;/p&gt;
&lt;a href=&quot;http://www.howtoforge.org/xcache-php5-apache2-opensuse10.3&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://www.howtoforge.org/sitemap/linux/suse">SuSE</category>
 <category domain="http://www.howtoforge.org/sitemap/apache">Apache</category>
 <category domain="http://www.howtoforge.org/sitemap/programming/php">PHP</category>
 <pubDate>Tue, 08 Apr 2008 12:43:37 +0200</pubDate>
 <guid>http://www.howtoforge.org/xcache-php5-apache2-opensuse10.3</guid>
 <comments>http://www.howtoforge.org/xcache-php5-apache2-opensuse10.3#comment</comments>
</item>
<item>
 <title>Integrating XCache Into PHP5 (Fedora 8/CentOS 5.1 &amp; Apache2)</title>
 <link>http://www.howtoforge.org/xcache-php5-apache2-fedora8-centos5.1</link>
 <description>&lt;p&gt;&lt;b&gt;Integrating XCache Into PHP5 (Fedora 8/CentOS 5.1 &amp;amp; Apache2)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This guide explains how to integrate XCache into PHP5 on a Fedora 8 or CentOS 5.1 system (with Apache2). From the XCache project page: &lt;i&gt;&quot;XCache is a fast, stable PHP opcode cacher that has been tested and is now running on production servers under high load.&quot;&lt;/i&gt; It&#039;s similar to other PHP opcode cachers, such as eAccelerator and APC.&lt;/p&gt;
&lt;a href=&quot;http://www.howtoforge.org/xcache-php5-apache2-fedora8-centos5.1&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://www.howtoforge.org/sitemap/linux/centos">CentOS</category>
 <category domain="http://www.howtoforge.org/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.howtoforge.org/sitemap/apache">Apache</category>
 <category domain="http://www.howtoforge.org/sitemap/programming/php">PHP</category>
 <pubDate>Fri, 04 Apr 2008 18:10:14 +0200</pubDate>
 <guid>http://www.howtoforge.org/xcache-php5-apache2-fedora8-centos5.1</guid>
 <comments>http://www.howtoforge.org/xcache-php5-apache2-fedora8-centos5.1#comment</comments>
</item>
</channel>
</rss>
