# limitations under the License.
#
+include_recipe "ssl"
+
package "apache2"
package "libwww-perl"
source "ports.conf.erb"
owner "root"
group "root"
- mode 0644
+ mode 0o644
end
service "apache2" do
action [:disable]
end
+apache_module "ssl"
+
+apache_conf "ssl" do
+ template "ssl.erb"
+end
+
munin_plugin "apache_accesses"
munin_plugin "apache_processes"
munin_plugin "apache_volume"