Apache 2.4.23

When I load the Apache mod_mpm_prefork.so module, the php pecl ImageMagick extension loads. However, php progress meter doesn't work because the client can't make any requests until the upload is finished, so it can't get the progress of the upload.

When I instead load the Apache mod_mpm_worker.so module, I can then use the upload progress facilities of php - but then the ImageMagick pecl module no longer is available.

I can't have one or the other, I need both.

What is the correct apache mpm module to use and/or configuration that won't prevent the client from making requests while an upload is in progress and also won't interfere with the loading of the ImageMagick pecl extension?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to