-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for installing/configuring MPM's. #25
Comments
Aren't these just loaded in via a conf file update if you have them available dynamically? |
On Ubuntu you can only have one installed. It's more about being able to set the values in apache.conf Also being able to adjust timeout & keepalive would be handy. |
see latest pull request, |
The TimeOut option isn't available in the config files so that one could be added like the keepalive settings which are available. The mpm settings aren't in pillar.example: but they are available here are some example pillars: mpm_prefork
mpm_event
mpm_worker
|
@aboe76 should we put those examples into |
Hi
Is there a chance of supporting the installation/configuration of prefork, worker or event mpm's? Thanks
The text was updated successfully, but these errors were encountered: