/[Apache-SVN]/httpd/mod_wombat/trunk/mod_wombat.c
ViewVC logotype

Diff of /httpd/mod_wombat/trunk/mod_wombat.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- httpd/mod_wombat/trunk/mod_wombat.c	2008/04/26 21:42:21	651862
+++ httpd/mod_wombat/trunk/mod_wombat.c	2008/04/26 21:45:11	651863
@@ -88,6 +88,7 @@ static int wombat_handler(request_rec *r
     
     ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, "handling [%s] in mod_wombat", r->filename);
     apw_dir_cfg *dcfg = ap_get_module_config(r->per_dir_config, &wombat_module);
+    
     if (!r->header_only) {        
         apw_request_cfg* rcfg = ap_get_module_config(r->request_config, &wombat_module);
         mapped_request_details *d = rcfg->mapped_request_details;
@@ -98,7 +99,7 @@ static int wombat_handler(request_rec *r
             spec->scope = dcfg->vm_scope;
             spec->pool = r->pool;
             spec->file = r->filename;
-            spec->code_cache_style = APW_CODE_CACHE_STAT;
+            spec->code_cache_style = dcfg->code_cache_style;
             d->spec = spec;
             d->function_name = "handle";
         }

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26