Skip to content

Commit

Permalink
Related-Bug: #1488259 - SM Lite needs to replace apache mpm_event wit…
Browse files Browse the repository at this point in the history
…h mpm_worker

Puppetmaster Passenger brings in mpm_event but SM Lite needs mpm_worker
This change is already present in SMgr

Change-Id: Ifce49d6ed39575d63660e4ab628883bb33239c01
  • Loading branch information
nitishkrishna committed Sep 15, 2015
1 parent a2d9a5c commit 5760fdd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/debian/contrail-server-manager-lite/debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ update-rc.d apache2 defaults
update-rc.d xinetd defaults

a2ensite smgr.conf
a2dismod mpm_event
a2enmod mpm_worker

service apache2 restart
service xinetd restart

0 comments on commit 5760fdd

Please sign in to comment.