G.1 Uninstalling iFolder 2.1 from a Red Hat Linux 8 Server

  1. Stop Apache by entering this line at the command prompt:

    /usr/local/apache2/bin/apachectl stop

  2. 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 >
    
  3. To go to the /usr/local/apache2/conf/ directory, enter this line at the command prompt:

    cd /usr/local/apache2/conf

  4. 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
    
  5. Start Apache by doing one of the following:

    • For clear text, enter the following command:

      /usr/local/apache2/bin/apachectl start

    • For SSL, enter the following command:

      /usr/local/apache2/bin/apachectl startssl