recommit for updates in build 9
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
<p>|Repo Name| version | Build
|
||||
Status|
|
||||
|---|---|---|---|
|
||||
|<code>cd_apache</code>| 0.0.1.0 | <a
|
||||
|<code>cd_apache</code>| 0.0.1.2 | <a
|
||||
href="https://jenkins.confdroid.com/buildStatus/icon?job=cd_apache">{Build
|
||||
Status</a>/]|</p>
|
||||
|
||||
@@ -70,10 +70,9 @@ Status</a>/]|</p>
|
||||
<p><code>Apache httpd</code> is a very powerful and widely used web server.</p>
|
||||
|
||||
<p><code>cd_apache</code> automates the installation and configuration of
|
||||
httpd. This module is a base module providing the httpd service itself,
|
||||
meaning that it is designed to be used by other role- or profile modules,
|
||||
adding more detailed configurations specific to the particular use case,
|
||||
i.e. full content servers, front-end for application servers, proxies etc.</p>
|
||||
httpd. This module is a base module simply providing the httpd service
|
||||
itself to be used by other role- or profile modules, adding more detailed
|
||||
configurations specific to the particular use case.</p>
|
||||
|
||||
<h3 id="label-WARNING">WARNING</h3>
|
||||
|
||||
@@ -139,6 +138,33 @@ system permissions
|
||||
<p>Maintenance
|
||||
* manage the service</p>
|
||||
|
||||
<h4 id="label-vHosts">vHosts</h4>
|
||||
|
||||
<p>As stated in the ynopsis, this module was written particularly for usage as
|
||||
base module. <code>Apache httpd</code> has a great number of usae cases
|
||||
where it actually is not used directly as full blown webser, but instead as
|
||||
'sub-service'. Examples here would be</p>
|
||||
<ul><li>
|
||||
<p>frontend proxy for other applications to avoid having to put the port
|
||||
number into the URL</p>
|
||||
</li><li>
|
||||
<p>applications like phpMyAdmin, phpPgAdmin</p>
|
||||
</li><li>
|
||||
<p>WordPress</p>
|
||||
</li><li>
|
||||
<p>Nagios etc.</p>
|
||||
</li></ul>
|
||||
|
||||
<p>With those use cases, you would provide the vHosts at the Puppet module for
|
||||
the application, not the base module. Also, if you plan to use this module
|
||||
to run a plain fully fledged web server, you would use a role- or profile
|
||||
class/module on top of <code>cd_apache</code> to set up your vHost exactly
|
||||
as needed. Examples for regular basic vHost configuration files are
|
||||
included in the examples directory as parameterized .erb files. You would
|
||||
create a define for vhosts, i.e. using the example parameters, and simply
|
||||
add <code>cd_apache</code> as requirement (i.e. require cd_apache) so it
|
||||
gets installed automatically.</p>
|
||||
|
||||
<h3 id="label-Repo+Structure">Repo Structure</h3>
|
||||
|
||||
<p>Repostructure as been moved to REPOSTRUCTURE.md</p>
|
||||
@@ -251,7 +277,7 @@ environments.</p>
|
||||
</div></div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Fri Jul 7 18:41:29 2017 by
|
||||
Generated on Sun Jul 9 17:24:06 2017 by
|
||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.9 (ruby-2.0.0).
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user