From: Daniel Gruno
Date: Tue, 24 Apr 2012 17:05:01 +0000 (+0000)
Subject: Changing to tags for syntax highlighting
X-Git-Tag: 2.5.0-alpha~7064
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c325a46e2fd42c5caeacbb4db38654c944ef5e5d;p=apache
Changing to tags for syntax highlighting
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1329859 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/developer/modguide.xml b/docs/manual/developer/modguide.xml
index e6d989061e..d2dde837d2 100644
--- a/docs/manual/developer/modguide.xml
+++ b/docs/manual/developer/modguide.xml
@@ -1077,7 +1077,7 @@ different meanings to the user of the server, and thus different contexts
within which modules must operate. For example, let's assume you have this
configuration set up for mod_rewrite:
-
+
<Directory "/var/www">
RewriteCond %{HTTP_HOST} ^example.com$
RewriteRule (.*) http://www.example.com/$1
@@ -1085,7 +1085,7 @@ configuration set up for mod_rewrite:
<Directory "/var/www/sub">
RewriteRule ^foobar$ index.php?foobar=true
</Directory>
-
+
In this example, you will have set up two different contexts for
mod_rewrite:
@@ -1622,7 +1622,12 @@ static int example_handler(request_req *r)
ap_rprintf(r, "<b>%s</b>: %s<br/>", e[i].key, e[i].val);
}
return OK;
+<<<<<<< .mine
+}
+
+=======
}
+>>>>>>> .r1329854
@@ -1680,7 +1685,11 @@ static int example_handler(request_req* r)
}
return OK;
}
+<<<<<<< .mine
+
+=======
+>>>>>>> .r1329854