Displaying 1 result from an estimated 1 matches for "reahlapache".
2007 Oct 31
2
Managing apache authentication
...lly host static websites for people, but have been asked
to so so for a small number of sites. I decided to use this opportunity
to get into puppet.
Based on the recipe at
http://reductivelabs.com/trac/puppet/wiki/Recipes/DebianApache2Recipe
I''ve created the following:
1. A class called reahlapache, which inherits from apache2. It adds
files into /etc/apache2/conf.d, makes sure all the modules we typically
need are present in the apache installation (using apache2::module for
this), etc. In other words node-specific apache stuff specific to our
environment.
2. The reahlapache class also has...