15.23 Web Admin Console Fails to Start Up

If the iFolder Web Admin console does not start on your first attempt:

  1. Open a terminal console.

  2. Run /etc/init.d/apache2 stop to stop the Apache process.

  3. Run ps -ef|grep mono to check if any Mono process for iFolder is still running on the server side.

  4. Run kill <process id of the process> to end the Mono process for iFolder.

  5. Restart Apache.