blob: 00a099fde05df0dac0611e1dbdc7d5bb7e8f5639 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Writing Apache Modules</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<? prevnext "<h1>Writing Apache Modules</h1>" ?>
Ok, so you want to write an Apache module. Here are a few initial
considerations:
<ul>
<li>Don't do it - spend some time thinking about what you
<b>really</b> need, and then look for it!</li>
<li>Create it first as a shared object module, in order to
facilitate testing.</li>
<li>Examine some other modules to see how they do it - go ahead
and copy them. The Apache license is very permissive.</li>
</ul>
Now, let's begin...
<?footer?>
</body>
</html>