<p>Whether or not to manage details for the httpd service user. This is generally only required when using httpd on a number of servers sharing storage resources, i.e. NFS, where UID and GID settings must be same across all nodes.</p>
</div>
</li>
<li>
<spanclass='name'>ae_user_name</span>
<spanclass='type'>(<tt>String</tt>)</span>
—
<divclass='inline'>
<p>Specify the user name for the httpd user. only active if ae_manage_user is set to true.</p>
</div>
</li>
<li>
<spanclass='name'>ae_user_uid</span>
<spanclass='type'>(<tt>String</tt>)</span>
—
<divclass='inline'>
<p>Specify the UID for the httpd service user. only active if <code>ae_manage_user</code> is set to true.</p>
</div>
</li>
<li>
<spanclass='name'>ae_u_comment</span>
<spanclass='type'>(<tt>String</tt>)</span>
—
<divclass='inline'>
<p>Specify the user comment for /etc/passwd. Shows up in email notifications as sender information. only active if <code>ae_manage_user</code> is set to true.</p>
</div>
</li>
<li>
<spanclass='name'>ae_u_groups</span>
<spanclass='type'>(<tt>String</tt>)</span>
—
<divclass='inline'>
<p>Specify any secondary groups the httpd service user should be in. Must not contain the primary group. only active if <code>ae_manage_user</code> is set to true.</p>
</div>
</li>
<li>
<spanclass='name'>ae_user_home</span>
<spanclass='type'>(<tt>String</tt>)</span>
—
<divclass='inline'>
<p>Specify the home of the httpd service user. only active if <code>ae_manage_user</code> is set to true.</p>
</div>
</li>
<li>
<spanclass='name'>ae_user_shell</span>
<spanclass='type'>(<tt>String</tt>)</span>
—
<divclass='inline'>
<p>Specify the shell for the httpd service user, which normally should not be allowed to log in . only active if <code>ae_manage_user</code> is set to true.</p>
</div>
</li>
<li>
<spanclass='name'>ae_manage_cfg</span>
<spanclass='type'>(<tt>Boolean</tt>)</span>
<emclass="default">(defaults to: <tt>false</tt>)</em>
—
<divclass='inline'>
<p>Whether or not to manage the httpd configuration. httpd is very often a sub system used by many other services, and the required configuration depends on the use case. If using httpd as sub-service ( i.e. for phpmyadmin, Nagios etc.), the main configuration should be done on that end, not in confdroid_apache. IN that case, set <code>ae_manage_cfg</code> to <code>false</code>.</p>
</div>
</li>
<li>
<spanclass='name'>ae_manage_dirs</span>
<spanclass='type'>(<tt>Boolean</tt>)</span>
<emclass="default">(defaults to: <tt>true</tt>)</em>
—
<divclass='inline'>
<p>Whether or not main directories required to run httpd should be managed. Typically this should be set to true.</p>
</div>
</li>
<li>
<spanclass='name'>ae_allow_user_dirs</span>
<spanclass='type'>(<tt>Boolean</tt>)</span>
<emclass="default">(defaults to: <tt>false</tt>)</em>
—
<divclass='inline'>
<p>Whether or not to allow user directories should be allowed to share content through httpd. Usually this is a security problem and as such should be disabled.</p>
</div>
</li>
<li>
<spanclass='name'>ae_incl_target</span>
<spanclass='type'>(<tt>Boolean</tt>)</span>
<emclass="default">(defaults to: <tt>true</tt>)</em>
—
<divclass='inline'>
<p>whether or not to allow nagios monitoring.</p>
</div>
</li>
<li>
<spanclass='name'>ae_order_no</span>
<spanclass='type'>(<tt>String</tt>)</span>
<emclass="default">(defaults to: <tt>'50'</tt>)</em>
—
<divclass='inline'>
<p>the order number for the firewall rules</p>
</div>
</li>
<li>
<spanclass='name'>ae_http_port</span>
<spanclass='type'>(<tt>String</tt>)</span>
<emclass="default">(defaults to: <tt>'80'</tt>)</em>
—
<divclass='inline'>
<p>the port to use for the http protocol</p>
</div>
</li>
<li>
<spanclass='name'>ae_https_port</span>
<spanclass='type'>(<tt>String</tt>)</span>
<emclass="default">(defaults to: <tt>'443'</tt>)</em>
—
<divclass='inline'>
<p>the port to use for the https protocol</p>
</div>
</li>
<li>
<spanclass='name'>ae_target_service</span>
<spanclass='type'>(<tt>String</tt>)</span>
<emclass="default">(defaults to: <tt>'/etc/nagios/conf.d/httpd_service.cfg'</tt>)</em>
—
<divclass='inline'>
<p>which service to monitor with nagios</p>
</div>
</li>
<li>
<spanclass='name'>ae_manage_fw</span>
<spanclass='type'>(<tt>Boolean</tt>)</span>
<emclass="default">(defaults to: <tt>false</tt>)</em>