<div dir="ltr"><div>Tim -- regarding httpd-xs.conf</div><div><br></div>My memory is that the issue httpd-xs.conf was really trying to address was to set the memory limits, based upon the mount of total memory available -- getting squid, ejabberd, httpd, to share the available memory in an equitable fashion. This seems more like a conf.d type of issue. And I also remember how the roll over from httpd 2.2 to 2.4 caused us upgrade pain that was really self inflicted. I don't think it's a good strategy to take over the base conf file.</div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Nov 25, 2013 at 3:01 PM, Tim Moody <span dir="ltr"><<a href="mailto:tim@timmoody.com" target="_blank">tim@timmoody.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div dir="ltr">
<div dir="ltr">
<div style="font-size:12pt;font-family:'Calibri'">
<div>PREAMBLE</div>
<div> </div>
<div>xsce has an httpd-xs.conf file in /etc/httpd/conf, which is a customized 
version of httpd.conf.  It gets used because /etc/sysconfig/httpd has a 
clause OPTIONS= -f conf/httpd-xs.conf.</div>
<div> </div>
<div>Except that in the ansible install /etc/sysconfig/httpd doesn’t get 
set.</div>
<div> </div>
<div>httpd-xs.conf is definitely needed, because it has a lot of settings not in 
the stock httpd.conf.  But because it replaces httpd.conf it also has lots 
of stock settings that are not unique to xsce.</div>
<div> </div>
<div>NOW THEREFORE</div>
<div> </div>
<div>We either need to modify ansible to set /etc/sysconfig/httpd or we need to 
put httpd-xs.conf into /etc/httpd/conf.d and have in contain only the settings 
we care about for xsce.  In the first approach we have basically taken 
ownership of all settings for httpd.  In the latter we have only taken 
ownership of the settings that are different in xsce, but we could get problems 
where settings accumulate rather than override (such as listen).</div>
<div> </div>
<div>So what’s the answer?</div>
<div> </div>
<div>btw while we are at it we should clean up the httpd-xs, xs-httpd, xs.conf, 
etc. proliferation of conf files.</div><span class="HOEnZb"><font color="#888888">
<div> </div>
<div style="font-size:12pt;font-family:'Calibri'">Tim</div></font></span></div></div></div>
</blockquote></div><br></div>