Difference between revisions of "Conf/Server/Adp"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
'''ADP features''' | '''ADP features''' | ||
; [[Conf/Server/Adp/Map | map]] | ; [[Conf/Server/Adp/Map | map]] | ||
− | : | + | :File extensions to parse as ADP's |
; [[Conf/Server/Adp/Enableexpire | enableexpire]] | ; [[Conf/Server/Adp/Enableexpire | enableexpire]] |
Latest revision as of 11:29, 27 December 2011
ns_section "ns/server/${server_name}/adp"
part of AOLServer Config Reference
ADP features
- map
- File extensions to parse as ADP's
- enableexpire
- Set "Expires: now" on all ADP's
- enabledebug
- Turn on Tclpro debugging with "?debug"
- debuginit
- Debug procedure
ADP tuning
- cache (Tuning)
- In-memory cache of ADP's
- cachesize
- In-memory cache size of ADP's
- errorpage
- Pretty-print ADP errors with an ADP
- startpage
- Page to include for all ADP's
ADP custom parsers -- see adp.c
- adp
- The simple parser looks for <\% ... \%>
- fancy
- The fancy parser does a lot more.