Documentation for Crowd 2.3. Documentation for other versions of Crowd is available too.
This page provides instructions on how to install the Crowd Apache connector on a computer using CentOS Linux. These instructions are part of the guide to integrating Crowd with Apache.
The intent of these instructions is to take you from a default OS installation to a working Apache/Subversion/Crowd integration as easily as possible. We assume a fresh installation. If you are an experienced Linux system administrator you need not follow these instructions to the letter.
Identify the package you require by looking up your version of CentOS Linux and your processor architecture in the table below.
If you are unsure of your processor architecture, you can determine it by entering the command "uname -p
" in a terminal.
CentOS Linux Version |
i386 |
x86_64 |
その他 |
---|---|---|---|
5.5 |
centos5.5/mod_authnz_crowd-2.0.1-1.i386.rpm |
centos5.5/mod_authnz_crowd-2.0.1-1.x86_64.rpm |
Build from source* |
other |
Build from source* |
Build from source* |
Build from source* |
* 'Build from source' means that there is no binary package available for your platform. Rather than following the instructions on this page, you should follow the instructions for installing the Crowd Apache Connector on other UNIX-like systems.
PACKAGE_RELATIVE_URL
with the appropriate relative URL from the table in step 1:
wget https://studio.plugins.atlassian.com/svn/CWDAPACHE/tags/2.0.1/packages/PACKAGE_RELATIVE_URL
PACKAGE_FILE
with the filename component of the package URL:
su -c "yum -y --nogpgcheck install PACKAGE_FILE"
/var/log/httpd/error_log
file.Now that the software is installed, the next step is to configure Apache authentication.