Skip to main content

httpd: Syntax error - undefined symbol: ap_unixd_mpm_set_signals

Comments

4 comments

  • Infopro
    If you can't wait for a forum reply, please feel free to open a ticket directly to cPanel Technical Support for assistance with this. You can do that right from your WebHost Manager: WebHost Manager "Support "Support Center
    0
  • cPanelMichael
    Hi @clauuudiu, Do you mind opening a support ticket so we can take a closer look? Additionally, could you post the ticket number here after opening the ticket so we can update this thread with the outcome? Thank you.
    0
  • clauuudiu
    Hello I have opened a support ticket last night and the issue was fixed. It seems that the symlink between /etc/apache/logs was removed during the update and was made a directory. . The ticket number is 8728295. All good now, thanks to cPanel support :) Thank you
    0
  • cPanelMichael
    Hello, To update, internal case EA-6560 is open to track reports of the following path existing as a directory instead of as a symbolic link: /etc/apache2/logs The workaround is to move the directory to another location, setup the symbolic link, and update the EA4 packages using commands such as this:
    mkdir -p /etc/apache2-logs-backup mv /etc/apache2/logs /etc/apache2-logs-backup/ ln -s /var/log/apache2 /etc/apache2/logs yum update
    Then, once everything is confirmed to work as expected, review the contents of the /etc/apache2-logs-backup/ directory and remove it after confirming none of the data in it is required. I'll monitor the status of the internal case, and update this thread with more information as it becomes available. Thank you.
    0

Please sign in to leave a comment.