Static cache - rewrite rules should include document_root?

Author Message

David Goddard

Friday 13 May 2005 3:26:45 am

Hi

Using 3.6.0rc1

Firstly I think the static cache feture is brilliant! A critical requirement for our setup.

I followed all the instructions at doc/features/3.6/staticcache.txt and it seemed to work, but I thought that logical place to put the cached files was under var/plain_user/static.

I updated settings/plain_user/staticcache.append.ini.php updated httpd.conf and remade the cache, but the rewrites were now failing. Why?

Well it appears that the original configuration worked because my filesystem doesn't have a directory /static, so after all the rewriting had been done, Apache was kindly also prefixing the path with the server's document_root.

However, my filesystem does have a /var and so Apache was no longer bothering to prefix the rewritten path with the server's document_root.

If people agree with this analysis I suggest the documentation should be updated so that the path in the rewrite rules should be prefixed with the document root, a bit like this:

RewriteCond /dat/ez.no/static/index.html -f
RewriteRule ^/$ /dat/ez.no/static/index.html [L]
RewriteCond /dat/ez.no/static/index.html -f
RewriteRule ^$ /dat/ez.no/static/index.html [L]

RewriteCond %{REQUEST_METHOD} !^POST$
RewriteCond /dat/ez.no/static$1/index.html -f
RewriteRule ^(.*)$ /dat/ez.no/static$1/index.html [L]

Does this sound right to the Apache gurus?

Cheers

David

Jan Borsodi

Wednesday 18 May 2005 5:01:51 am

I don't think that is necessary, adding the <i>DocumentRoot</i> and <i>Directory</i> directives should be enough.

  <Directory "/dat/ez.no">
    Options FollowSymLinks Indexes ExecCGI
    AllowOverride All
  </Directory>
  DocumentRoot "/dat/ez.no"

--
Amos

Documentation: http://ez.no/ez_publish/documentation
FAQ: http://ez.no/ez_publish/documentation/faq

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 11:11:28
Script start
Timing: Jan 18 2025 11:11:28
Module start 'layout'
Timing: Jan 18 2025 11:11:28
Module start 'content'
Timing: Jan 18 2025 11:11:29
Module end 'content'
Timing: Jan 18 2025 11:11:29
Script end

Main resources:

Total runtime0.6674 sec
Peak memory usage4,096.0000 KB
Database Queries54

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0070 588.1953152.6563
Module start 'layout' 0.00700.0024 740.851639.4922
Module start 'content' 0.00940.6562 780.3438524.2969
Module end 'content' 0.66560.0018 1,304.640612.0938
Script end 0.6674  1,316.7344 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00350.5193160.0002
Check MTime0.00130.1879160.0001
Mysql Total
Database connection0.00050.068510.0005
Mysqli_queries0.620092.9030540.0115
Looping result0.00050.0764520.0000
Template Total0.631394.620.3157
Template load0.00210.311520.0010
Template processing0.629394.284520.3146
Template load and register function0.00020.028310.0002
states
state_id_array0.00090.132110.0009
state_identifier_array0.00200.298920.0010
Override
Cache load0.00170.2619250.0001
Sytem overhead
Fetch class attribute can translate value0.00050.081520.0003
Fetch class attribute name0.00100.145230.0003
XML
Image XML parsing0.00060.090520.0003
class_abstraction
Instantiating content class attribute0.00000.001230.0000
General
dbfile0.00090.1364170.0001
String conversion0.00000.001140.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
2content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
4content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 12
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs