Skip to main content

mod-event using old pre-fork directives

Comments

2 comments

  • quietFinn

    in WHM go to Service Configuration -> Apache Configuration -> Include Editor -> Pre Virtualhost Include -> All versions

    in there add (use your own values)


    <IfModule mpm_event_module>
            StartServers            3
            MinSpareThreads         25
            MaxSpareThreads         75
            ThreadLimit             64
            ThreadsPerChild         25
            MaxRequestWorkers       375
            ServerLimit             15
            MaxConnectionsPerChild  0
    </IfModule>

    .

     

    0
  • chris matthews

    Thanks for the suggestion @quietFinn , we tried the include editor first off but it gets ignored. It seems like parts of the old default cpanel apache prefork mpm are still active, probably hard coded somewhere.

    0

Please sign in to leave a comment.