Difference between revisions of "Conf/Server/Adp"

From AOLserver Wiki
Jump to navigation Jump to search
Line 9: Line 9:
 
:Set "Expires: now" on all ADP's
 
:Set "Expires: now" on all ADP's
  
; [[Conf/Parameters/Enabledebug | enabledebug]]
+
; [[Conf/Server/Adp/Enabledebug | enabledebug]]
 
:Turn on Tclpro debugging with "?debug"
 
:Turn on Tclpro debugging with "?debug"
  
; [[Conf/Parameters/Debuginit | debuginit]]
+
; [[Conf/Server/Adp/Debuginit | debuginit]]
 
:Debug procedure
 
:Debug procedure
  
 
'''ADP tuning'''
 
'''ADP tuning'''
  
; [[Conf/Parameters/Cache (Tuning) | cache (Tuning)]]
+
; [[Conf/Server/Adp/Cache (Tuning) | cache (Tuning)]]
 
:In-memory cache of ADP's
 
:In-memory cache of ADP's
  
; [[Conf/Parameters/Cachesize | cachesize]]
+
; [[Conf/Server/Adp/Cachesize | cachesize]]
 
:In-memory cache size of ADP's
 
:In-memory cache size of ADP's
  
; [[Conf/Parameters/Errorpage | errorpage]]
+
; [[Conf/Server/Adp/Errorpage | errorpage]]
 
:Pretty-print ADP errors with an ADP
 
:Pretty-print ADP errors with an ADP
  
; [[Conf/Parameters/Startpage | startpage]]
+
; [[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/Parameters/Adp | adp]]
+
; [[Conf/Server/Adp/Adp | adp]]
 
:The simple parser looks for <\% ... \%>
 
:The simple parser looks for <\% ... \%>
  
; [[Conf/Parameters/Fancy | fancy]]
+
; [[Conf/Server/Adp/Fancy | fancy]]
 
:The fancy parser does a lot more.
 
:The fancy parser does a lot more.

Revision as of 09:29, 27 December 2011

ns_section "ns/server/${server_name}/adp"

part of AOLServer Config Reference

ADP features

map
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.