1H Troubleshooting - Per User

1) Disable Hive by commenting the following line out in the httpd.conf:


LoadModule hive_module /usr/local/apache/modules/mod_hive.so

2) Stop the cron and suexec-chroot:

/etc/init.d/crond stop
/etc/init.d/suexec-chroot stop

3) Clean the existing mount point related to the 1H software using the umount command

4) Start the cron and suexec-chroot:

/etc/init.d/crond start
/etc/init.d/suexec-chroot start

5) Enable Hive by removing the comment in front of the "LoadModule hive_module /usr/local/apache/modules/mod_hive.so" line