Skip to content

Commit

Permalink
Resolves COOK-782.
Browse files Browse the repository at this point in the history
The apache configuration should use the node[:apache][:group] attribute when specifying the Group to run as.
  • Loading branch information
Nathen Harvey authored and jtimberman committed Oct 28, 2011
1 parent 5fa659b commit b327ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apache2/templates/default/apache2.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ KeepAliveTimeout <%= node[:apache][:keepalivetimeout] %>
</IfModule>

User <%= node[:apache][:user] %>
Group <%= node[:apache][:user] %>
Group <%= node[:apache][:group] %>

#
# AccessFileName: The name of the file to look for in each directory
Expand Down

0 comments on commit b327ed6

Please sign in to comment.