Differences

This shows you the differences between two versions of the page.

Link to this comparison view

cpanel:easyapache-completed-but-php-suexec-locked [2015-07-09 13:43:13] (current)
rory.blanchard created
Line 1: Line 1:
 +====== Can't change PHP and Suexec settings in WHM after running EasyApache =====
 +\\
 +Very rarely, after successfully completing an EasyApache script, you will see the following message in WHM when trying to change your PHP and Suexec settings.
 +\\
 +\\
 +<code>
 +EasyApache is currently upgrading your Apache and PHP installation.
  
 +Please wait for this process to finish before changing your PHP and Suexec settings.</code>
 +\\
 +This can happen when the lock file is not removed automatically. The fix to this simple, run the following command to remove the lock manually.
 +\\
 +<note warning>Do not remove this file unless you are certain that EasyApache has completed</note>
 +\\
 +<code>
 +rm /usr/local/apache/AN_EASYAPACHE_BUILD_IS_CURRENTLY_RUNNING
 +</code>
 +\\
 +\\