This document provides instructions for securing an Apache web server using a chroot jail on CentOS 5. It begins with an introduction to chroot jails and their purpose. It then outlines the objectives of the workshop which are to build a chroot environment and secure Apache using chroot. The remaining document details the 7 steps to configure this including: creating a jail directory, installing Apache and mod_chroot, configuring mod_chroot, disabling SELinux, patching the httpd init script, and starting the chrooted httpd process.