Stop Apache by entering this line at the command prompt:
/usr/local/apache2/bin/apachectl stop
To remove the iFolder files, enter these lines at the command prompt:
cd /root
rm -rf /usr/local/ifolder < program files >
rm -rf /usr/local/ifolderdata < user data >
To go to the /usr/local/apache2/conf/ directory, enter this line at the command prompt:
cd /usr/local/apache2/conf
Using a text editor, remove the following line from the /usr/local/apache2/conf/httpd.conf file:
include /usr/local/ifolder/Server/httpd_ifolder_unix.conf
Start Apache by doing one of the following:
/usr/local/apache2/bin/apachectl start
/usr/local/apache2/bin/apachectl startssl