# Setting up the Worker/Apache cluster

## Pre-requisites

The **ROOT** user must execute the following commands:

```
yum install httpd-devel
yum install gcc
yum install libtool
yum install openssl-devel.x86_64
yum install apr
yum install apr-devel
yum install ImageMagick
```
