<?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>Rachel's Blog &#187; Apache</title>
	<atom:link href="http://www.willmer.com/kb/category/websites/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.willmer.com/kb</link>
	<description></description>
	<lastBuildDate>Tue, 31 Aug 2010 08:48:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Writing Apache modules</title>
		<link>http://www.willmer.com/kb/2005/08/writing-apache-modules/</link>
		<comments>http://www.willmer.com/kb/2005/08/writing-apache-modules/#comments</comments>
		<pubDate>Mon, 01 Aug 2005 12:35:13 +0000</pubDate>
		<dc:creator>Rachel</dc:creator>
				<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://www.willmer.com/kb/?p=57</guid>
		<description><![CDATA[





Apache1 modules
If you need to know about Apache1 modules, the answer&#8217;s simple. Buy the O&#8217;Reilly book &#34;Writing Apache Modules with Perl and C&#8221;&#34; by Lincoln Stein &#038; Doug MacEachern&#8230;
Apache 2 modules
Unless you&#8217;ve got the patience of a saint, or already know how to do it, give up now!
  
More seriously, the online documentation available [...]]]></description>
			<content:encoded><![CDATA[<div style="float:right; margin-left:10px;">
<iframe src="http://rcm-uk.amazon.co.uk/e/cm?t=rachelwillmer-21&#038;o=2&#038;p=8&#038;l=as1&#038;asins=156592567X&#038;fc1=000000&#038;=1&#038;lc1=0000ff&#038;bc1=000000&#038;lt1=_blank&#038;IS2=1&#038;f=ifr&#038;bg1=ffffff" width="120" height="240" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"><br />
</iframe></p>
<p><iframe src="http://rcm-uk.amazon.co.uk/e/cm?t=rachelwillmer-21&#038;o=2&#038;p=8&#038;l=as1&#038;asins=0596002033&#038;fc1=000000&#038;=1&#038;lc1=0000ff&#038;bc1=000000&#038;lt1=_blank&#038;IS2=1&#038;f=ifr&#038;bg1=ffffff" width="120" height="240" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"><br />
</iframe>
</div>
<p><strong>Apache1 modules</strong></p>
<p>If you need to know about Apache1 modules, the answer&#8217;s simple. Buy the O&#8217;Reilly book &quot;Writing Apache Modules with Perl and C&#8221;&quot; by Lincoln Stein &#038; Doug MacEachern&#8230;</p>
<p><strong>Apache 2 modules</strong></p>
<p>Unless you&#8217;ve got the patience of a saint, or already know how to do it, give up now!</p>
<p> <img src='http://www.willmer.com/kb/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>More seriously, the online documentation available to tell you what the (major) differences between Apache1 and Apache2 modules is extremely limited or non-existent. If anyone finds any good links, please let me know!</p>
<p>The Apache2 website has a comment in its notes about the differences between Apache1 and Apache2 to say that the way modules work has been completely rewritten, but doesn&#8217;t actually tell you what has been rewritten or what the new method is. The document which should say how to do it is the old 1.3 version with a comment to say that it needs to be updated for version 2.</p>
<p>Very helpful (not!)</p>
<p>If you can afford to buy a book for just two chapters, then buy (another O&#8217;Reilly book) &quot;Apache, the Definitive Guide&quot; by Ben Laurie and Peter Laurie. (Make sure you get the 2003 3rd edition)</p>
<p> and look at Chapter 20 &#8220;The Apache API&#8221; and Chapter 21 &#8220;Writing Apache Modules&#8221;. </p>
<p>That explains what&#8217;s going on in the code. But it doesn&#8217;t give you a lot of detail about how to integrate your new module into Apache, so don&#8217;t expect it to give you all the answers&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.willmer.com/kb/2005/08/writing-apache-modules/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Installing apxs2 on Ubuntu Warty</title>
		<link>http://www.willmer.com/kb/2005/01/installing-apxs2-on-ubuntu-warty/</link>
		<comments>http://www.willmer.com/kb/2005/01/installing-apxs2-on-ubuntu-warty/#comments</comments>
		<pubDate>Sat, 22 Jan 2005 16:02:04 +0000</pubDate>
		<dc:creator>Rachel</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.willmer.com/kb/2005/01/installing-apxs2-on-ubuntu-warty/</guid>
		<description><![CDATA[I need to install an apache module from source, but apxs2 is nowhere to be seen on the system.
apt-cache search apxs2 doesn&#8217;t help, where can it be?
A quick question on irc.freenode.net #ubuntu, and the answer is there: install apache2-prefork-dev.
]]></description>
			<content:encoded><![CDATA[<p>I need to install an apache module from source, but apxs2 is nowhere to be seen on the system.</p>
<p><code>apt-cache search apxs2</code> doesn&#8217;t help, where can it be?</p>
<p>A quick question on irc.freenode.net #ubuntu, and the answer is there: install apache2-prefork-dev.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.willmer.com/kb/2005/01/installing-apxs2-on-ubuntu-warty/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
