Displaying 1 result from an estimated 1 matches for "staticsit".
Did you mean:
staticsite
2007 Oct 31
2
Managing apache authentication
...pache2. 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 a define called "staticsite" which
"calls" apache2::site and then does some extra things that we
"typically" do for such a static site. Such as creating an apache config
file for a virtual host for the site (from an erb template); creating a
directory for the virtual host.
3. We then have a site.pp...