You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to reproduce the behavior: include apache::mod::prefork include apache::mod::php
And the result : Evaluation Error: Error while evaluating a Function Call, May not include both apache::mod::prefork and apache::mod::worker on the same node
Even with include apache::mpm::disable_mpm_worker
Environment
Last version of puppet
Debian 12
Additional Context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the Bug
Hi,
I want to php mod, but i got some issues
Expected Behavior
Install php mod
Steps to Reproduce
Steps to reproduce the behavior:
include apache::mod::prefork include apache::mod::php
And the result :
Evaluation Error: Error while evaluating a Function Call, May not include both apache::mod::prefork and apache::mod::worker on the same node
Even with
include apache::mpm::disable_mpm_worker
Environment
Additional Context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: