Date: 2005-01-16T01:57:04
   Editor: MarkLundquist
   Wiki: Cocoon Wiki
   Page: SimpleContentModel
   URL: http://wiki.apache.org/cocoon/SimpleContentModel

   Add reference to SimpleModProxy

Change Log:

------------------------------------------------------------------------------
@@ -42,7 +42,7 @@
 
 {{{static/}}} does '''not''' contain any page-specific resources (see below!)
 
-In production, I run Cocoon applications behind an Apache front-end using 
mod_proxy.  Apache is configured to serve directly URIs starting with 
{{{static/}}}, because it can serve static content so much faster than a 
servlet container could ever hope to do.  But for development on my laptop, I 
don't want to have to run Apache, so the sitemap includes matchers for serving 
these static resources, so that I can just point my browser at Cocoon instances 
running on localhost.
+In production, I run Cocoon applications behind an Apache front-end using 
mod_proxy (see SimpleModProxy).  Apache is configured to serve directly URIs 
starting with {{{static/}}}, because it can serve static content so much faster 
than a servlet container could ever hope to do.  But for development on my 
laptop, I don't want to have to run Apache, so the sitemap includes matchers 
for serving these static resources, so that I can just point my browser at 
Cocoon instances running on localhost.
 
 == The simplest case ==
 
@@ -306,5 +306,4 @@
 See also:
 [[FullSearch()]]
 ----
-