-
Notifications
You must be signed in to change notification settings - Fork 74
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
Check the Apache multi process model (mpm) in the provided config files #1542
Comments
Use trailing '.c' when referring to the file where the module is implemented.
Tested the changes with mpm_prefork enabled.
|
Here are the tests. Initiially mpm_prefork in enabled. Errors are inspected with i. a2dismod mpm_prefork
|
Every now and then there are problems running OTOBO under Apache. Often this is because the MPM is mpm_event or mpm_worker instead of mpm_prefork. These cases could be detected by requiring mpm_prefork when mod_perl is used. The check can propably be done with a directive.
The text was updated successfully, but these errors were encountered: