<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Netvouz / falko / tag / lamp</title>
<link>http://netvouz.com/falko/tag/lamp?feed=rss</link>
<description>falko&#39;s bookmarks tagged &quot;lamp&quot; on Netvouz</description>
<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>Fedora 8 Server Setup - LAMP, Email, DNS, FTP, ISPConfig (a.k.a. The Perfect Server)</title>
<link>http://www.howtoforge.com/fedora-8-server-lamp-email-dns-ftp-ispconfig</link>
<description>This is a detailed description about how to set up a Fedora 8 server that offers all services needed by ISPs and 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 Fedora 8, 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, 08 Nov 2007 16:54:17 GMT</pubDate>
</item><item><title>How To Set Up A Loadbalanced High-Availability Apache Cluster Based On Ubuntu 8.04 LTS</title>
<link>http://www.howtoforge.com/set-up-a-loadbalanced-ha-apache-cluster-ubuntu8.04</link>
<description>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 heartbeat, and if one load balancer fails, the other takes over silently.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Thu, 12 Jun 2008 11:23:37 GMT</pubDate>
</item><item><title>How To Set Up Apache2 With mod_fcgid And PHP5 On OpenSUSE 12.3</title>
<link>http://www.howtoforge.com/how-to-set-up-apache2-with-mod_fcgid-and-php5-on-opensuse-12.3</link>
<description>This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on OpenSUSE 12.3. 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.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Tue, 11 Jun 2013 11:55:28 GMT</pubDate>
</item><item><title>How To Speed Up Drupal 7.7 With Boost And nginx (Debian Squeeze)</title>
<link>http://www.howtoforge.com/how-to-speed-up-drupal-7.7-with-boost-and-nginx-debian-squeeze</link>
<description>This tutorial shows how you can speed up your Drupal 7.7 installation on a LAMP stack (Debian Squeeze) with the help of Boost and nginx. Boost provides static page caching for Drupal enabling a very significant performance and scalability boost for sites that receive mostly anonymous traffic. Boost makes sure that your logged-in users always get fresh content by not caching pages for logged-in users. In a first step I will show how to make your site faster by enabling Boost on a normal LAMP stack (Apache2, PHP, MySQL), and in a second step I explain how to make your site even faster by using nginx as a reverse proxy sitting in front of Apache and delivering the static HTML pages cached by Boost. nginx delivers static files a lot of faster than Apache and us</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Sun, 21 Aug 2011 18:28:51 GMT</pubDate>
</item><item><title>Installing Apache2 With PHP5 And MySQL Support On CentOS 5.3 (LAMP)</title>
<link>http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-centos-5.3-lamp</link>
<description>LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a CentOS 5.3 server with PHP5 support (mod_php) and MySQL support.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Tue, 18 Aug 2009 09:54:11 GMT</pubDate>
</item><item><title>Installing Apache2 With PHP5 And MySQL Support On CentOS 5.5 (LAMP)</title>
<link>http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-centos-5.5-lamp</link>
<description>LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a CentOS 5.5 server with PHP5 support (mod_php) and MySQL support.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Tue, 22 Feb 2011 13:41:41 GMT</pubDate>
</item><item><title>Installing Apache2 With PHP5 And MySQL Support On CentOS 5.6 (LAMP)</title>
<link>http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-centos-5.6-lamp</link>
<description>LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a CentOS 5.6 server with PHP5 support (mod_php) and MySQL support.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Thu, 16 Jun 2011 08:26:26 GMT</pubDate>
</item><item><title>Installing Apache2 With PHP5 And MySQL Support On CentOS 6.0 (LAMP)</title>
<link>http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-centos-6.0-lamp</link>
<description>LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a CentOS 6.0 server with PHP5 support (mod_php) and MySQL support.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Fri, 15 Jul 2011 11:03:31 GMT</pubDate>
</item></channel></rss>