Skip to content

Commit efffa85

Browse files
committed
Include mod wsgi when wsgi_daemon_process is given
1 parent 58682fa commit efffa85

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

manifests/vhost.pp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,10 @@
251251
include ::apache::mod::vhost_alias
252252
}
253253

254+
if $wsgi_daemon_process {
255+
include ::apache::mod::wsgi
256+
}
257+
254258
# This ensures that the docroot exists
255259
# But enables it to be specified across multiple vhost resources
256260
if ! defined(File[$docroot]) {

0 commit comments

Comments
 (0)