Difference between revisions of "Conf/Server/Adp"
Jump to navigation
Jump to search
(3 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
'''ADP features''' | '''ADP features''' | ||
− | ; [[Conf/Server/ | + | ; [[Conf/Server/Adp/Map | map]] |
− | : | + | :File extensions to parse as ADP's |
− | ; [[Conf/ | + | ; [[Conf/Server/Adp/Enableexpire | enableexpire]] |
:Set "Expires: now" on all ADP's | :Set "Expires: now" on all ADP's | ||
− | ; [[Conf/ | + | ; [[Conf/Server/Adp/Enabledebug | enabledebug]] |
:Turn on Tclpro debugging with "?debug" | :Turn on Tclpro debugging with "?debug" | ||
− | ; [[Conf/ | + | ; [[Conf/Server/Adp/Debuginit | debuginit]] |
:Debug procedure | :Debug procedure | ||
'''ADP tuning''' | '''ADP tuning''' | ||
− | ; [[Conf/ | + | ; [[Conf/Server/Adp/Cache (Tuning) | cache (Tuning)]] |
:In-memory cache of ADP's | :In-memory cache of ADP's | ||
− | ; [[Conf/ | + | ; [[Conf/Server/Adp/Cachesize | cachesize]] |
:In-memory cache size of ADP's | :In-memory cache size of ADP's | ||
− | ; [[Conf/ | + | ; [[Conf/Server/Adp/Errorpage | errorpage]] |
:Pretty-print ADP errors with an ADP | :Pretty-print ADP errors with an ADP | ||
− | ; [[Conf/ | + | ; [[Conf/Server/Adp/Startpage | startpage]] |
:Page to include for all ADP's | :Page to include for all ADP's | ||
'''ADP custom parsers -- see adp.c''' | '''ADP custom parsers -- see adp.c''' | ||
− | ; [[Conf/ | + | ; [[Conf/Server/Adp/Adp | adp]] |
:The simple parser looks for <\% ... \%> | :The simple parser looks for <\% ... \%> | ||
− | ; [[Conf/ | + | ; [[Conf/Server/Adp/Fancy | fancy]] |
:The fancy parser does a lot more. | :The fancy parser does a lot more. |
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.