The iFolder 2.1 installation program ifolder2.1-linux.tgz includes a binary distribution of Apache Web Server 2.0.43.
If Apache Web Server is installed on your Red Hat Linux 8 server, uninstall it by removing the related program files. For example, at the command prompt enter
rm -rf /usr/local/apachex
where apachex is the directory that contains Apache program files.
Go to the directory where you downloaded the installation program ifolder2.1-linux.tgz.
For example, at the command prompt, enter
cd <path to download location>
To unpack the compressed TAR file, at the command prompt, enter
tar -zxvf ifolder2.1-linux.tgz
This creates the following directories and files:
To unpack the Apache software, at the server prompt, enter
cd ifolder2.1-linux/apache2-linux/
tar zxfv httpd-2.0.43-i686-pc-linux-gnu.tar.gz
To install Apache 2.0.43, at the command prompt, enter
cd httpd-2.0.43
./install-bindist.sh
This installs Apache 2.0.43 in /usr/local/apache2.
Edit the /usr/local/apache2/conf/httpd.conf file to add the following line at the end of the file:
include /usr/local/ifolder/Server/httpd_ifolder_unix.conf
The httpd_ifolder_unix.conf file contains the iFolder server settings.
Start Apache by doing one of the following:
/usr/local/apache2/bin/apachectl start
/usr/local/apache2/bin/apachectl startssl