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

<item>
 <title>How To Configure Apache To Use Radius For Two-Factor Authentication On Ubuntu 12.04</title>
 <link>http://www.howtoforge.com/how-to-configure-apache-to-use-radius-for-two-factor-authentication-on-ubuntu-12.04</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;56&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://static.howtoforge.com/images/teaser/apache.gif&quot; width=&quot;53&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;How To Configure Apache To Use Radius For Two-Factor Authentication On Ubuntu 12.04&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This document describes how to add WiKID two-factor authentication to Apache 2.2.22 using mod_auth_radius on Ubuntu 12.04. It is also recommended that you consider using mutual https authentication for web applications that are worthy of two-factor authentication. Strong mutual authentication means that the targeted website is authenticated to the user in some cryptographically secure manner, thwarting most man-in-the-middle attacks.  The use of cryptography is key. While some sites use an image in an attempt to validate a server, it should be noted that any man-in-the-middle could simply replay such an image.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.com/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server/apache">Apache</category>
 <category domain="http://www.howtoforge.com/sitemap/security">Security</category>
 <pubDate>Wed, 16 May 2012 18:04:15 +0200</pubDate>
 <guid>http://www.howtoforge.com/how-to-configure-apache-to-use-radius-for-two-factor-authentication-on-ubuntu-12.04</guid>
 <comments>http://www.howtoforge.com/how-to-configure-apache-to-use-radius-for-two-factor-authentication-on-ubuntu-12.04#comment</comments>
</item>
<item>
 <title>Installing Apache2 With PHP5 And MySQL Support On Ubuntu 12.04 LTS (LAMP)</title>
 <link>http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-ubuntu-12.04-lts-lamp</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;42&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://static.howtoforge.com/images/teaser/ubuntu.gif&quot; width=&quot;39&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Installing Apache2 With PHP5 And MySQL Support On Ubuntu 12.04 LTS (LAMP)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt; LAMP is short for &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.
This tutorial shows how you can install an Apache2 webserver on an
Ubuntu 12.04 LTS server with PHP5 support (mod_php) and MySQL support.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server">Web Server</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server/apache">Apache</category>
 <category domain="http://www.howtoforge.com/sitemap/mysql">MySQL</category>
 <category domain="http://www.howtoforge.com/sitemap/programming/php">PHP</category>
 <pubDate>Thu, 10 May 2012 18:45:06 +0200</pubDate>
 <guid>http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-ubuntu-12.04-lts-lamp</guid>
 <comments>http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-ubuntu-12.04-lts-lamp#comment</comments>
</item>
<item>
 <title>How To Set Up Apache2 With mod_fcgid And PHP5 On Ubuntu 11.10</title>
 <link>http://www.howtoforge.com/how-to-set-up-apache2-with-mod_fcgid-and-php5-on-ubuntu-11.10</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;42&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://static.howtoforge.com/images/teaser/ubuntu.gif&quot; width=&quot;39&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;How To Set Up Apache2 With mod_fcgid And PHP5 On Ubuntu 11.10&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial describes how you can install Apache2 with mod_fcgid 
and PHP5 on Ubuntu 11.10. mod_fcgid is a compatible alternative to the 
older mod_fastcgi. 

 It lets you execute PHP scripts with the permissions of their owners 
instead of the Apache user.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server">Web Server</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server/apache">Apache</category>
 <category domain="http://www.howtoforge.com/sitemap/programming/php">PHP</category>
 <pubDate>Fri, 04 May 2012 14:51:49 +0200</pubDate>
 <guid>http://www.howtoforge.com/how-to-set-up-apache2-with-mod_fcgid-and-php5-on-ubuntu-11.10</guid>
 <comments>http://www.howtoforge.com/how-to-set-up-apache2-with-mod_fcgid-and-php5-on-ubuntu-11.10#comment</comments>
</item>
<item>
 <title>The Perfect Server - Ubuntu 12.04 LTS (Apache2, BIND, Dovecot, ISPConfig 3)</title>
 <link>http://www.howtoforge.com/perfect-server-ubuntu-12.04-lts-apache2-bind-dovecot-ispconfig-3</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;42&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://static.howtoforge.com/images/teaser/ubuntu.gif&quot; width=&quot;39&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;The Perfect Server - Ubuntu 12.04 LTS (Apache2, BIND, Dovecot, ISPConfig 3)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial shows how to prepare an Ubuntu 12.04 LTS (Precise 
Pangolin) server (with Apache2, BIND, Dovecot) for the installation of ISPConfig 3,
 and how to install ISPConfig 3. ISPConfig 3 is a webhosting control 
panel that allows you to configure the following services through a web 
browser: Apache or nginx web server, Postfix mail server, Courier or 
Dovecot IMAP/POP3 server, MySQL, BIND or MyDNS nameserver, PureFTPd, 
SpamAssassin, ClamAV, and many more. This setup covers Apache (instead 
of nginx), BIND (instead of MyDNS), and Dovecot (instead of Courier).&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/control-panels/ispconfig">ISPConfig</category>
 <category domain="http://www.howtoforge.com/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server">Web Server</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server/apache">Apache</category>
 <category domain="http://www.howtoforge.com/sitemap/control-panels">Control Panels</category>
 <pubDate>Sun, 29 Apr 2012 18:18:47 +0200</pubDate>
 <guid>http://www.howtoforge.com/perfect-server-ubuntu-12.04-lts-apache2-bind-dovecot-ispconfig-3</guid>
 <comments>http://www.howtoforge.com/perfect-server-ubuntu-12.04-lts-apache2-bind-dovecot-ispconfig-3#comment</comments>
</item>
<item>
 <title>CentOS 6.2 - Installing mod_spdy With Apache 2 - Level Novice</title>
 <link>http://www.howtoforge.com/centos-6.2-installing-mod_spdy-with-apache2-level-novice</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;45&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://static.howtoforge.com/images/teaser/centos.gif&quot; width=&quot;42&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;CentOS 6.2 - Installing mod_spdy With Apache 2 - Level Novice&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;SPDY (Speedy) is an experiment with protocols for the web.  Its goal 
is to reduce the latency of web pages. mod_spdy is an open-source Apache
 module which supports the use of SPDY protocol to the Apache HTTPD 
server. This allows for faster page loading and more efficient bandwidth
 utilization when loading https URLs in SPDY-enabled browsers.&lt;/p&gt;
  </description>
 <category domain="http://www.howtoforge.com/sitemap/linux/centos">CentOS</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server">Web Server</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server/apache">Apache</category>
 <pubDate>Mon, 23 Apr 2012 17:29:38 +0200</pubDate>
 <guid>http://www.howtoforge.com/centos-6.2-installing-mod_spdy-with-apache2-level-novice</guid>
 <comments>http://www.howtoforge.com/centos-6.2-installing-mod_spdy-with-apache2-level-novice#comment</comments>
</item>
<item>
 <title>How To Set Up WebDAV With MySQL Authentication On Apache2 (Debian Squeeze)</title>
 <link>http://www.howtoforge.com/how-to-set-up-webdav-with-mysql-authentication-on-apache2-debian-squeeze</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;56&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://static.howtoforge.com/images/teaser/apache.gif&quot; width=&quot;53&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;&lt;b&gt;How To Set Up WebDAV With MySQL Authentication On Apache2 (Debian Squeeze)&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 Squeeze server. WebDAV 
stands for &lt;em&gt;Web-based Distributed Authoring and Versioning&lt;/em&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.com/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server">Web Server</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server/apache">Apache</category>
 <pubDate>Fri, 20 Apr 2012 15:14:18 +0200</pubDate>
 <guid>http://www.howtoforge.com/how-to-set-up-webdav-with-mysql-authentication-on-apache2-debian-squeeze</guid>
 <comments>http://www.howtoforge.com/how-to-set-up-webdav-with-mysql-authentication-on-apache2-debian-squeeze#comment</comments>
</item>
<item>
 <title>Using mod_spdy With Apache2 On Debian Squeeze</title>
 <link>http://www.howtoforge.com/using-mod_spdy-with-apache2-on-debian-squeeze</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;56&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://static.howtoforge.com/images/teaser/apache.gif&quot; width=&quot;53&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;&lt;b&gt;Using mod_spdy With Apache2  On Debian Squeeze&lt;/b&gt;&lt;/p&gt;

&lt;p&gt; SPDY (pronounced &quot;SPeeDY&quot;) is a new networking protocol whose goal 
is to speed up the web. It is Google&#039;s alternative to the HTTP protocol 
and a candidate for HTTP/2.0. SPDY augments HTTP with several 
speed-related features such as stream multiplexing and header compression. To use SPDY, you need a web
 server and a browser (like Google Chrome and upcoming versions of 
Firefox) that both support SPDY. mod_spdy is an open-source Apache 
module that adds support for the SPDY protocol to the Apache HTTPD 
server. This tutorial explains how to use mod_spdy with Apache2 on 
Debian Squeeze.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server">Web Server</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server/apache">Apache</category>
 <pubDate>Wed, 18 Apr 2012 18:17:07 +0200</pubDate>
 <guid>http://www.howtoforge.com/using-mod_spdy-with-apache2-on-debian-squeeze</guid>
 <comments>http://www.howtoforge.com/using-mod_spdy-with-apache2-on-debian-squeeze#comment</comments>
</item>
<item>
 <title>How To Set Up Apache2 With mod_fcgid And PHP5 On Debian Squeeze</title>
 <link>http://www.howtoforge.com/how-to-set-up-apache2-with-mod_fcgid-and-php5-on-debian-squeeze</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;36&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://static.howtoforge.com/images/teaser/debian.gif&quot; width=&quot;33&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;How To Set Up Apache2 With mod_fcgid And PHP5 On Debian Squeeze&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial describes how you can install Apache2 with mod_fcgid 
and PHP5 on Debian Squeeze. mod_fcgid is a compatible alternative to the
 older mod_fastcgi. It lets you execute PHP scripts with the permissions of their owners 
instead of the Apache user.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server">Web Server</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server/apache">Apache</category>
 <category domain="http://www.howtoforge.com/sitemap/programming/php">PHP</category>
 <pubDate>Mon, 19 Mar 2012 18:43:06 +0100</pubDate>
 <guid>http://www.howtoforge.com/how-to-set-up-apache2-with-mod_fcgid-and-php5-on-debian-squeeze</guid>
 <comments>http://www.howtoforge.com/how-to-set-up-apache2-with-mod_fcgid-and-php5-on-debian-squeeze#comment</comments>
</item>
<item>
 <title>Installing Apache2 With PHP5 And MySQL Support On CentOS 6.2 (LAMP)</title>
 <link>http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-centos-6.2-lamp</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;45&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://static.howtoforge.com/images/teaser/centos.gif&quot; width=&quot;42&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;&lt;b&gt;Installing Apache2 With PHP5 And MySQL Support On CentOS 6.2 (LAMP)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt; LAMP is short for &lt;strong&gt;L&lt;/strong&gt;inux, &lt;strong&gt;A&lt;/strong&gt;pache, &lt;strong&gt;M&lt;/strong&gt;ySQL, &lt;strong&gt;P&lt;/strong&gt;HP.
  This tutorial shows how you can install an Apache2 webserver on a 
CentOS 6.2 server with PHP5 support (mod_php) and MySQL support.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/centos">CentOS</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server">Web Server</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server/apache">Apache</category>
 <pubDate>Thu, 15 Mar 2012 18:03:22 +0100</pubDate>
 <guid>http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-centos-6.2-lamp</guid>
 <comments>http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-centos-6.2-lamp#comment</comments>
</item>
<item>
 <title>Apache Module For OpenID Authentication</title>
 <link>http://www.howtoforge.com/apache-module-for-openid-authentication</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;56&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://static.howtoforge.com/images/teaser/apache.gif&quot; width=&quot;53&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;&lt;b&gt;Apache Module For OpenID Authentication&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;OpenID&lt;/em&gt;
    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.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/web-server">Web Server</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server/apache">Apache</category>
 <pubDate>Thu, 08 Mar 2012 18:24:03 +0100</pubDate>
 <guid>http://www.howtoforge.com/apache-module-for-openid-authentication</guid>
 <comments>http://www.howtoforge.com/apache-module-for-openid-authentication#comment</comments>
</item>
<item>
 <title>Build A Free, Full-Featured Mail Server On Gentoo Linux With iRedMail</title>
 <link>http://www.howtoforge.com/build-a-free-full-featured-mail-server-on-gentoo-linux-with-iredmail</link>
 <description>&lt;p&gt;&lt;b&gt;Build A Free, Full-Featured Mail Server On Gentoo Linux With iRedMail&lt;/b&gt;&lt;/p&gt;
    
    
&lt;p&gt;We&#039;re going to set up a free, full-featured mail server on Gentoo 
Linux, all mail service related components are free and open source, and
 you own all data. The installation process is extremly easy and smooth.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/email/antispam-antivirus">Anti-Spam/Virus</category>
 <category domain="http://www.howtoforge.com/sitemap/linux">Linux</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server/apache">Apache</category>
 <category domain="http://www.howtoforge.com/sitemap/email">Email</category>
 <category domain="http://www.howtoforge.com/sitemap/mysql">MySQL</category>
 <category domain="http://www.howtoforge.com/sitemap/email/postfix">Postfix</category>
 <pubDate>Wed, 07 Mar 2012 16:50:32 +0100</pubDate>
 <guid>http://www.howtoforge.com/build-a-free-full-featured-mail-server-on-gentoo-linux-with-iredmail</guid>
 <comments>http://www.howtoforge.com/build-a-free-full-featured-mail-server-on-gentoo-linux-with-iredmail#comment</comments>
</item>
<item>
 <title>Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 12.1 (LAMP)</title>
 <link>http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-opensuse-12.1-lamp</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;113&quot; height=&quot;32&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://static.howtoforge.com/images/teaser/opensuse.gif&quot; width=&quot;110&quot; height=&quot;32&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 12.1 (LAMP)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;LAMP is short for &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.
  This tutorial shows how you can install an Apache2 webserver on an 
OpenSUSE 12.1 server with PHP5 support (mod_php) and MySQL support.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/suse">SuSE</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server">Web Server</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server/apache">Apache</category>
 <category domain="http://www.howtoforge.com/sitemap/mysql">MySQL</category>
 <category domain="http://www.howtoforge.com/sitemap/programming/php">PHP</category>
 <pubDate>Tue, 06 Mar 2012 20:46:10 +0100</pubDate>
 <guid>http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-opensuse-12.1-lamp</guid>
 <comments>http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-opensuse-12.1-lamp#comment</comments>
</item>
<item>
 <title>Using PHP5-FPM With Apache2 On OpenSUSE 12.1</title>
 <link>http://www.howtoforge.com/using-php5-fpm-with-apache2-on-opensuse-12.1</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;113&quot; height=&quot;32&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://static.howtoforge.com/images/teaser/opensuse.gif&quot; width=&quot;110&quot; height=&quot;32&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Using PHP5-FPM With Apache2 On OpenSUSE 12.1&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 12.1 server with PHP5  (through PHP-FPM)
 and MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative 
PHP FastCGI implementation with some additional features useful for 
sites of any size, especially busier sites.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/suse">SuSE</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server">Web Server</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server/apache">Apache</category>
 <category domain="http://www.howtoforge.com/sitemap/programming/php">PHP</category>
 <pubDate>Thu, 01 Mar 2012 19:39:39 +0100</pubDate>
 <guid>http://www.howtoforge.com/using-php5-fpm-with-apache2-on-opensuse-12.1</guid>
 <comments>http://www.howtoforge.com/using-php5-fpm-with-apache2-on-opensuse-12.1#comment</comments>
</item>
<item>
 <title>Using PHP5-FPM With Apache2 On CentOS 6.2</title>
 <link>http://www.howtoforge.com/using-php5-fpm-with-apache2-on-centos-6.2</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;78&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://static.howtoforge.com/images/teaser/php.gif&quot; width=&quot;75&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Using PHP5-FPM With Apache2 On CentOS 6.2&lt;/b&gt; &lt;/p&gt;

&lt;p&gt; This tutorial shows how you can install an Apache2 webserver on a CentOS 6.2 server with PHP5  (through PHP-FPM)
 and MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative 
PHP FastCGI implementation with some additional features useful for 
sites of any size, especially busier sites.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/centos">CentOS</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server">Web Server</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server/apache">Apache</category>
 <category domain="http://www.howtoforge.com/sitemap/programming/php">PHP</category>
 <pubDate>Thu, 23 Feb 2012 19:12:12 +0100</pubDate>
 <guid>http://www.howtoforge.com/using-php5-fpm-with-apache2-on-centos-6.2</guid>
 <comments>http://www.howtoforge.com/using-php5-fpm-with-apache2-on-centos-6.2#comment</comments>
</item>
<item>
 <title>Changing Apache Server Name To Whatever You Want With mod_security On Debian 6</title>
 <link>http://www.howtoforge.com/changing-apache-server-name-to-whatever-you-want-with-mod_security-on-debian-6</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;56&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://static.howtoforge.com/images/teaser/apache.gif&quot; width=&quot;53&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;&lt;b&gt;Changing Apache Server Name To Whatever You Want With mod_security On Debian 6&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;In this tutorial I want to focus on how to change the Apache server name to whatever 
  you want, so you can give your own name or sentence to Apache server headers that 
  are sent to whois programs or websites, for example you can type &quot;YTS&quot;,&quot;GWS&quot; or 
&quot;Microsoft-IIS/7.0&quot; to misguide the hacker to guess which Linux OS or which 
version of Apache you are using.&lt;/p&gt;</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server">Web Server</category>
 <category domain="http://www.howtoforge.com/sitemap/web-server/apache">Apache</category>
 <category domain="http://www.howtoforge.com/sitemap/security">Security</category>
 <pubDate>Fri, 10 Feb 2012 15:58:20 +0100</pubDate>
 <guid>http://www.howtoforge.com/changing-apache-server-name-to-whatever-you-want-with-mod_security-on-debian-6</guid>
 <comments>http://www.howtoforge.com/changing-apache-server-name-to-whatever-you-want-with-mod_security-on-debian-6#comment</comments>
</item>
</channel>
</rss>

