Install Tomcat And Deploy Web Applications With Rex

Install Tomcat And Deploy Web Applications With RexIn this tutorial I will show you how to manage your Tomcat installations and how to deploy Webapps in a repeatable way with Rex. In this tutorial I will use Debian Squeeze, but Rex is also available for other distributions. Introduction to RexRex is a tool, written in Perl, to ease the administration and deployment of many servers.From the Website: With (R)?ex you can manage all your boxes from a central point through the complete process of configuration management and software deployment.The starting point of a Rex project is its Rexfile. Re

Read More »
Installing WordPress With BitNami

Installing WordPress With BitNami

Installing Wordpress With BitNamiOption 1: Wordpress stack (Recommended)What is Wordpress Stack?BitNami Wordpress Stack is a free, self-contained, easy-to-install package that bundles every piece of software (dependency) necessary to run Wordpress for development or production purposes. It includes the latest version of Wordpress and is fully configured and ready-to-run.
You can download the latest version of BitNami Wordpress stack for Windows, Linux and OS X at http://bitnami.org/stack/wordpress.Installing Wordpress StackRegardless of which operating system you are running (Windows / Linux /

Read More »
How To Migrate Joomla Content (Articles) Using phpMyAdmin

How To Migrate Joomla Content (Articles) Using phpMyAdmin

On this pageHow To Migrate Joomla Content (Articles) Using phpMyAdminHow to Export Article Content on the old Joomla 1.5 site?
How to import Article Content on the new Joomla 1.7 site?How To Migrate Joomla Content (Articles) Using phpMyAdmin
Joomla is a very popular Content Management System (CMS). This article applies to Joomla 1.5 content (Article) migration to Joomla 1.7 using phpMyAdmin database tool.How to Export Article Content on the old Joomla 1.5 site?Login to phpMyAdmin database tool on the old site. (Database account settings can be found on Joomla configuration.php file.)
Select th

Read More »

How To Install Repcached (Memcached Replication) For High-Availability Over 2 Nodes On Ubuntu 11.04

How To Install Repcached (Memcached Replication) For High-Availability Over 2 Nodes On Ubuntu 11.04This is a short tutorial based on MarcusSpiegel’s howto found here. This how to will cover the missing parts for installing Repcached on Ubuntu server 11.04. This is a copy/paste friendly tutorial so using putty will make this a lot easier.This how to will show you how to install and build memcached with replication, create a startup script and configure PHP to use memcache for sessions rather than storing them as files. This tutorial assumes you have set up 2 servers to replicate the information

Read More »
How To Use pfSense To Load Balance Your Web Servers

How To Use pfSense To Load Balance Your Web Servers

How To Use pfSense To Load Balance Your Web ServersIn this HowTo I will show you how to configure pfSense 2.0 as a load balancer for your web servers. This HowTo assumes that you already have a pfSense box and at least 2 Apache servers installed and running on your network, and that you have some pfSense knowledge. Requirements1 Box for pfSense 2.0 installation (if this is your edge firewall I would recommend a physical machine).Minimum of 2 Apache2 servers (these can be virtual).Have your Apache servers configured to sync web files some how (rsync/corosync or another option of keeping files u

Read More »
Changing Apache Server Name To Whatever You Want With mod_security On Debian 6

Changing Apache Server Name To Whatever You Want With mod_security On Debian 6

Changing Apache Server Name To Whatever You Want With mod_security On Debian 6Autor: Alireza Razavi FarmadRayanFarmad Linux Professional Services Co. With over 70% of all attacks now carried out over the web application level,
organisations need every help they can get in making their systems secure. Web
application firewalls are deployed to establish an external security layer that
increases security, detects, and prevents attacks before they reach web
applications. One of the simple and basic tip to secure your server is that give at least
information about your O

Read More »

Installing A Web, Email & MySQL Database Cluster On Debian 6.0 With ISPConfig 3

Installing A Web, Email & MySQL Database Cluster On Debian 6.0 With ISPConfig 3Version 1.0Author: Till Brehm This tutorial describes the installation of a clustered web, email, database and DNS server to be used for redundancy, high availability and load balancing on Debian 6 with the ISPConfig 3 control panel. MySQL Master/Master replication will be used to replicate the MySQL client databases between the servers and Unison will be used to Sync the /var/www (websites) and /var/vmail (email account data) folders. 1 Setting Up The Two Base SystemsIn this

Read More »
Installing Apache2 With PHP5 And MySQL Support On CentOS 6.2 (LAMP)

Installing Apache2 With PHP5 And MySQL Support On CentOS 6.2 (LAMP)

Installing Apache2 With PHP5 And MySQL Support On CentOS 6.2 (LAMP)LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a CentOS 6.2 server with PHP5 support (mod_php) and MySQL support.I do not issue any guarantee that this will work for you! 1 Preliminary NoteIn this tutorial I use the hostname server1.example.com with the IP address 192.168.0.100. These settings might differ for you, so you have to replace them where appropriate. 2 Installing MySQL 5To install MySQL, we do this:yum install mysql mysql-serverThen we create the system st

Read More »
The Perfect Server – Debian Squeeze (Debian 6.0) With BIND, Dovecot & Nginx [ISPConfig 3]

The Perfect Server – Debian Squeeze (Debian 6.0) With BIND, Dovecot & Nginx [ISPConfig 3]

The Perfect Server – Debian Squeeze (Debian 6.0) With BIND, Dovecot & Nginx [ISPConfig 3]Edited and compiled by Daniel HarbottleThis tutorial shows how to prepare a Debian Squeeze (Debian 6.0) server 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: nginx or Apache web server, Postfix mail server, MySQL, BIND nameserver, PureFTPd, SpamAssassin, ClamAV, and many more.This tutorial is based on the excellent tutorials “The Perfect Server – Debian Squeeze (Debian

Read More »
Using mod_spdy With Apache2 On Debian Squeeze

Using mod_spdy With Apache2 On Debian Squeeze

Using mod_spdy With Apache2 On Debian SqueezeSPDY (pronounced “SPeeDY”) is a new networking protocol whose goal is to speed up the web. It is Google’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

Read More »