Skip to main content

EA4 Migration Fails, So Does Apache 2.4 Build

Comments

2 comments

  • cPanelMichael
    Configuration problem detected on line 1 of file /usr/local/apache/conf/includes/pre_main_global.conf: Invalid command 'AcceptMutex', perhaps misspelled or defined by a module not included in the server configuration

    Hello, Per the Apache 2.4 documentation:
    Directives AcceptMutex, LockFile, RewriteLock, SSLMutex, SSLStaplingMutex, and WatchdogMutexPath have been replaced with a single Mutex directive. You will need to evaluate any use of these removed directives in your 2.2 configuration to determine if they can just be deleted or will need to be replaced using Mutex.
    Thus, you will need to edit the /usr/local/apache/conf/includes/pre_main_global.conf file on this system and remove any entries related to the "AcceptMutex" directive to ensure the update succeeds. Thank you.
    0
  • gu3miles
    Hello, Per the Apache 2.4 documentation:
    Directives AcceptMutex, LockFile, RewriteLock, SSLMutex, SSLStaplingMutex, and WatchdogMutexPath have been replaced with a single Mutex directive. You will need to evaluate any use of these removed directives in your 2.2 configuration to determine if they can just be deleted or will need to be replaced using Mutex.
    Thus, you will need to edit the /usr/local/apache/conf/includes/pre_main_global.conf file on this system and remove any entries related to the "AcceptMutex" directive to ensure the update succeeds. Thank you.

    My hero! Such a simple fix, it worked, I'm running apache 2.4. I thought that EA3 would have auto-changed that file but whatever, I'm glad it's working :)
    0

Please sign in to leave a comment.