I assume that phpCMS can provide a static export of
the
information that was stored in the database (your
filesystem). The exported pages do not need to be generated
dynamically all the time.
Can the automatic content
regeneration mechanism of the apache web server be used with
your software?
-
http://groups.google.de/groups?selm=40ed1d8f.0301202240.6e8d2b47%40posting.google.com
-
http://groups.google.de/groups?selm=40ed1d8f.0301210633.2a6ed64f%40posting.google.com
Logged In: YES
user_id=684435
'On-the-fly Content-Regeneration' as described in the URL
Rewriting guide doesn't fit in the concept used by phpCMS.
phpCMS has a built-in cache, but the pages are stored in the
cache directory. At the URL the client requests a file
already exists. But this file is in a special format for the
phpCMS parser.
Tobias
Logged In: YES
user_id=572001
Would you like to offer a variant of a static export?
Logged In: YES
user_id=572001
The document "File System Cache Manager"
(http://www.zope.org/Members/andym/FSCacheManager)
contains another useful point of view.