generators/vulcanize/templates/apache/config/rubber/role/apache/ports.conf in nirvdrum-rubber-1.1.7 vs generators/vulcanize/templates/apache/config/rubber/role/apache/ports.conf in nirvdrum-rubber-2.0.0.rails3.beta6
- old
+ new
@@ -1,5 +1,8 @@
<%
@path = '/etc/apache2/ports.conf'
+ # need to stop here so that apache will release port 80 before other
+ # services start and need to bind to it (e.g. haproxy)
+ @post = 'service apache2 stop'
%>
# empty ports file since other modules contribute which ports to open (vhosts)