mpm-worker

  1. S

    MPM Switch from Worker to Event

    Is it completely safe to switch Apache MPM from Worker to Event? Apart from restarting httpd service, will it change other configs or perhaps directory permissions or not? I suppose to do so, I’d have to disable Worker then simply enable Event on EasyApache 4 right?
  2. I

    SOLVED MPM Pre_fork to Worker changes file permissions

    Hello, History: we have Wordpress website that runs on a (newly installed) VPS server, on Apache/2.4.25 (cPanel), CENTOS 7.3 x86_64 virtuozzo – cPanel & WHM 64.0 (build 32) and PHP7.0. Issue: While checking which Server MPM would reduce the website load speed, we noticed that when changing...
  3. P

    mpm-worker forces --disable-cgi PHP flag

    Hello everyone. I've run into an interesting problem that I'm having trouble explaining. Seems that every time I try and compile apache/php with mpm-worker and mod_fcgid, EasyApache adds in a --disable-cgi flag when compiling PHP. I've tested this numerous different ways and it seems that...