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 »

How To Tune Apache Subversion For MS Windows

How To Tune Apache Subversion For MS WindowsThe use of Apache on Windows amongst our enterprise customers is rare, with the majority opting to host the Subversion Apache servers on one of the flavours of Linux.In the cases where Windows is the Subversion Apache server’s operating system, it is common that Administrators are plagued with overly high memory consumption by the Apache httpd process, leading in extreme cases to the Apache server shutting down.All subversion binaries for Windows only provide 32-bit versions of Apache. Apache on Windows is run as a single process, with child threads

Read More »

How To Install RoundCube 0.7 For ISPConfig 3 On Debian Squeeze

How To Install RoundCube 0.7 For ISPConfig 3 On Debian SqueezeVersion 1.0Author: Mattias NurmiLast edited: 19/12/2011
This will guide you thru the installation of the latest stable version of RoundCube (currently version 0.7) and get it to work together with ISPConfig 3.I made this guide with the help of several different guides on the internet, including some from the Howtoforge site, I hope this will make the installation easier and up to date.This guide should work for most Linux distributions but may differ on some parts.I do not issue any guarantee that this will work for you! 1 Remove Sq

Read More »
Installing Webuzo WordPress Stack

Installing Webuzo WordPress Stack

Installing Webuzo Wordpress Stack1.1) Webuzo Wordpress (Recommended)What is Webuzo Wordpress Stack?Webuzo Wordpress Stack is a free-quick-install package that allows bundling of all software (dependency) necessary to run Wordpress for development or production purposes. It includes the latest updated version of Wordpress and is pre-configured and ready-to-run.
You can download the latest version of Webuzo Wordpress stack for Windows, Linux and OS X at http://webuzo.com/apps/php/blogs/WordPress.1.2) Installing Wordpress Through WebuzoWebuzo provides pre-loaded Softaculous Auto-installer which a

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 »
Build A Free, Full-Featured Mail Server On Gentoo Linux With iRedMail

Build A Free, Full-Featured Mail Server On Gentoo Linux With iRedMail

Build A Free, Full-Featured Mail Server On Gentoo Linux With iRedMailSummaryWe’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.By following this tutorial, you will have below major software and services ready for production use:Postfix: SMTP serviceDovecot: POP3/POP3S, IMAP/IMAPS, Managesieve serviceApache: Web serverMySQL: Storing mail accounts and application dataAmavisd, SpamAssassin, ClamAV: Anti-spam, anti-virusRoundcube: WebmailAws

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 »
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 »
CentOS 6.2 – Installing mod_spdy With Apache 2 – Level Novice

CentOS 6.2 – Installing mod_spdy With Apache 2 – Level Novice

CentOS 6.2 – Installing mod_spdy With Apache 2 – Level NoviceSPDY (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.
https://developers.google.com/speed/spdy/mod_spdy/Install Apache webserver, mod_ssl and openssl:yum install httpd mod_ssl opensslGenerate a private key:openssl genrsa -out ca.key 1024Generate a CS

Read More »

How To Configure Apache To Use Radius For Two-Factor Authentication On Ubuntu 12.04

How To Configure Apache To Use Radius For Two-Factor Authentication On Ubuntu 12.04This 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 WiKID open-source software token performs mutual authentication by retrieving

Read More »