Name

RedirectCache — use Interchange to generate static web server pages

SYNOPSIS

directory_name

DESCRIPTION

This directive, along with AcceptRedirect, allows the web server to route requests for missing static HTML pages to Interchange. Interchange processes the requests and saves the produced static content to the directory pointed by RedirectCache. On next web server page access, the pages are found and served as static content by the web server directly.

Requests routed to Interchange in this way use a temporary session (mv_tmp_session). In case the Interchange page is not found, the usual SpecialPage "missing" is shown and no writing to the web server HTML directory takes place.

DIRECTIVE TYPE AND DEFAULT VALUE

Catalog directive

EXAMPLES

Example: Enabling RedirectCache

AcceptRedirect Yes
RedirectCache /var/www/html

NOTES

AVAILABILITY

RedirectCache is available in Interchange versions:

4.6.0-5.9.0 (git-head)

SOURCE

Interchange 5.9.0:

Source: lib/Vend/Config.pm
Line 694

['RedirectCache',   undef,         ''],

AUTHORS

Interchange Development Group

SEE ALSO

AcceptRedirect(7ic)

DocBook! Interchange!