<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>glob &#187; mod_define</title>
	<atom:link href="http://www.jessereynolds.com/glob/tag/mod_define/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jessereynolds.com/glob</link>
	<description>jesse&#039;s blog</description>
	<lastBuildDate>Sat, 15 Oct 2011 23:47:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Defining variables in Apache configs with mod_define</title>
		<link>http://www.jessereynolds.com/glob/2008/10/22/defining-variables-in-apache-configs-with-mod_define/</link>
		<comments>http://www.jessereynolds.com/glob/2008/10/22/defining-variables-in-apache-configs-with-mod_define/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 06:28:33 +0000</pubDate>
		<dc:creator>jesse</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[mod_define]]></category>
		<category><![CDATA[rainer jung]]></category>
		<category><![CDATA[variable]]></category>

		<guid isPermaLink="false">http://www.jessereynolds.com/glob/?p=11</guid>
		<description><![CDATA[Rainer Jung has ported Ralf S. Engelschall and Christian Reiber&#8217;s mod_define to Apache 2.0 / 2.2. I find it exceedingly useful and convenient.
It&#8217;s an apache module that allows you to define arbitrary variables within your apache httpd configuration file and then use them *anywhere* in your configs. &#8230; Apache includes environment variables out of the [...]]]></description>
			<content:encoded><![CDATA[<p>Rainer Jung has ported Ralf S. Engelschall and Christian Reiber&#8217;s mod_define to Apache 2.0 / 2.2. I find it exceedingly useful and convenient.</p>
<p>It&#8217;s an apache module that allows you to define arbitrary variables within your apache httpd configuration file and then use them *anywhere* in your configs. &#8230; Apache includes environment variables out of the box but you can&#8217;t use them inside Listen statements and the like.</p>
<p>mod_define references:</p>
<ul>
<li><a href="http://people.apache.org/~rjung/mod_define/mod_define.c ">source code</a></li>
<li><a title="mod_define documentation" href="http://people.apache.org/~rjung/mod_define/mod_define.html">documentation</a><a href="http://people.apache.org/~rjung/mod_define/"></a></li>
<li><a href="http://people.apache.org/~rjung/mod_define/">home page</a></li>
</ul>
<div>Install it like so: </div>
<div></div>
<div><span style="font-family: 'Courier New'; line-height: 18px; white-space: pre;">apxs -i -a -c mod_define.c</span></div>
<div></div>
]]></content:encoded>
			<wfw:commentRss>http://www.jessereynolds.com/glob/2008/10/22/defining-variables-in-apache-configs-with-mod_define/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

