<?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&amp;pg=6</link>
<description>falko&#39;s bookmarks tagged &quot;apache&quot; on Netvouz</description>
<item><title>Installing Apache2 With PHP5 And MySQL Support On Ubuntu 11.04 (LAMP)</title>
<link>http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-ubuntu-11.04-lamp</link>
<description>LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an Ubuntu 11.04 server with PHP5 support (mod_php) and MySQL support.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Tue, 17 May 2011 11:04:16 GMT</pubDate>
</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>LAMP is short for Linux, Apache, MySQL, PHP. 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.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Mon, 14 May 2012 07:48:12 GMT</pubDate>
</item><item><title>Installing Apache2 With PHP5 And MySQL Support On Ubuntu 12.10 (LAMP)</title>
<link>http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-ubuntu-12.10-lamp</link>
<description>LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an Ubuntu 12.10 server with PHP5 support (mod_php) and MySQL support.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Thu, 25 Oct 2012 09:47:06 GMT</pubDate>
</item><item><title>Installing Apache2 With PHP5 And MySQL Support On Ubuntu 13.04 (LAMP)</title>
<link>http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-ubuntu-13.04-lamp</link>
<description>LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an Ubuntu 13.04 server with PHP5 support (mod_php) and MySQL support.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Sun, 30 Jun 2013 10:22:28 GMT</pubDate>
</item><item><title>Installing Apache2 With PHP5 And MySQL Support On Ubuntu 9.04 (LAMP)</title>
<link>http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-ubuntu-9.04-lamp</link>
<description>LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an Ubuntu 9.04 server with PHP5 support (mod_php) and MySQL support.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Tue, 28 Jul 2009 11:44:54 GMT</pubDate>
</item><item><title>Installing LAMP On Ubuntu For Newbies</title>
<link>http://www.howtoforge.com/ubuntu_lamp_for_newbies</link>
<description>In this guide I will show you how to install a LAMP system on Ubuntu. LAMP stands for Linux, Apache, MySQL, PHP. The guide is intended to help those who have very little knowlegde of using Linux.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Mon, 16 Jul 2007 11:06:43 GMT</pubDate>
</item><item><title>Installing memcached And The PHP5 memcache Module On Debian Etch (Apache2)</title>
<link>http://www.howtoforge.com/installing-memcached-and-the-php5-memcache-module-on-debian-etch-apache2</link>
<description>This guide explains how to install memcached and the PHP5 memcache module on a Debian Etch system with Apache2. memcached is a daemon that can store objects in the system&#39;s memory (e.g. results of database queries) which can speed up your web site tremendously. You can use memcached over a network (i.e., install your web application on one server and memcached on another server), but usually you install both on one server to avoid the networking overhead.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Thu, 11 Sep 2008 11:11:06 GMT</pubDate>
</item><item><title>Installing mod_geoip For Apache2 On Fedora 9</title>
<link>http://www.howtoforge.com/installing-mod_geoip-for-apache2-on-fedora9</link>
<description>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.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Tue, 10 Jun 2008 09:52:56 GMT</pubDate>
</item><item><title>Installing ModSecurity2 On Debian Etch</title>
<link>http://www.howtoforge.com/apache2_mod_security_debian_etch</link>
<description>This article shows how to install and configure ModSecurity (version 2) for use with Apache2 on a Debian Etch system. ModSecurity is an Apache module that provides intrusion detection and prevention for web applications. It aims at shielding web applications from known and unknown attacks, such as SQL injection attacks, cross-site scripting, path traversal attacks, etc.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Sun, 08 Jul 2007 11:50:14 GMT</pubDate>
</item><item><title>Installing Subversion And Configuring Access Through Different Protocols On Ubuntu 11.10</title>
<link>http://www.howtoforge.com/installing-subversion-and-configuring-access-through-different-protocols-on-ubuntu-11.10</link>
<description>Subversion (svn) is an open-source version control system (VCS), used in the development of many software projects. This tutorial shows how to install Subversion on Ubuntu 11.10 and how to configure it to allow access to a repository through different protocols: file://, http://, https://, svn://, and svn+ssh://.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Tue, 28 Feb 2012 13:02:17 GMT</pubDate>
</item></channel></rss>