Changeset 8622
- Timestamp:
- 10/10/05 11:29:52 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/branch-1-7/src/httpd/apache2/midgard-apache2.c
r8611 r8622 2274 2274 pclen = strlen((char*)scfg->pagecache); 2275 2275 } 2276 2277 /* Initialize page and style elements for style and page elements */ 2278 rcfg->elements = midgard_elements_hash(); 2276 2279 2277 2280 if (scfg->pagecache != NULL && pclen > 0) { 2278 2279 /* Initialize page and style elements */ 2280 rcfg->elements = midgard_elements_hash(); 2281 2281 2282 if (!setup_pagecache (rcfg->mgd, r, rcfg, scfg, dcfg, host.sitegroup, 2282 2283 path, &page)) {
