Skip to main content

Ubuntu Easyapache4 rebuild error

Comments

3 comments

  • cPanelAnthony
    Hello! Basically, dpkg has a state called "hold" which denotes packages you don't want the system to upgrade, even if a newer version is available. This state can only be set manually. You can run the following command to see all packages in this state. dpkg -l|grep ^h
    You may want to confer with a systems administrator if you're unsure how to fix this issue with held packages. While not affiliated with cPanel, I found a guide here that may help you with this.
    0
  • vacancy
    Thank you for the answer. I detected the problem. When I want to use mpm_event for Apache, the mod-cgi module needs to be removed, but apt-get does not allow it. When I want to use mpm_prefork, the compilation process is completed. As far as I understand, ubuntu does not support mpm_event, can a case be opened about this issue or is this problem caused by ubuntu?
    0
  • cPanelAnthony
    Hello again! Just to confirm, what errors do you see specifically when trying to compile the Event MPM?
    0

Please sign in to leave a comment.