within which modules must operate. For example, let's assume you have this
configuration set up for mod_rewrite:
</p>
-<example><pre>
+<highlight language="config">
<Directory "/var/www">
RewriteCond %{HTTP_HOST} ^example.com$
RewriteRule (.*) http://www.example.com/$1
<Directory "/var/www/sub">
RewriteRule ^foobar$ index.php?foobar=true
</Directory>
-</pre></example>
+</highlight>
<p>
In this example, you will have set up two different contexts for
mod_rewrite:</p>
ap_rprintf(r, "<b>%s</b>: %s<br/>", e[i].key, e[i].val);
}
return OK;
+<<<<<<< .mine
+}
+</highlight>
+=======
}</highlight>
+>>>>>>> .r1329854
<!-- END EXAMPLE CODE -->
}
return OK;
}
+<<<<<<< .mine
+</highlight>
+=======
</highlight>
+>>>>>>> .r1329854
<!-- END EXAMPLE CODE -->