Difference between revisions of "Conf/Server/FastPath"
Jump to navigation
Jump to search
(Created page with '== ns_section "ns/server/${server_name}/fastpath" == part of AOLServer Config Reference '''Fastpath serves HTML''' ; cache : Enable cach…') |
|||
Line 4: | Line 4: | ||
'''Fastpath serves HTML''' | '''Fastpath serves HTML''' | ||
− | ; [[Conf/ | + | ; [[Conf/Server/FastPath/cache|cache]] |
: Enable cache for normal URLs; default: false | : Enable cache for normal URLs; default: false | ||
− | ; [[Conf/ | + | ; [[Conf/Server/FastPath/cachemaxentry|cachemaxentry]] |
: Largest file size allowable in cache; default | : Largest file size allowable in cache; default | ||
− | ; [[Conf/ | + | ; [[Conf/Server/FastPath/mmap|mmap]] |
: Use mmap() for cache; default: false | : Use mmap() for cache; default: false | ||
− | ; [[Conf/ | + | ; [[Conf/Server/FastPath/directoryfile|directoryfile]] |
:String. Directory index/default page to look for. | :String. Directory index/default page to look for. | ||
:Optional, default is directoryfile parameter set in | :Optional, default is directoryfile parameter set in | ||
:ns/server/${servername} section. | :ns/server/${servername} section. | ||
− | ; [[Conf/ | + | ; [[Conf/Server/FastPath/directorylisting|directorylisting]] |
:Directory listing style. Optional, can be "fancy" or "simple". | :Directory listing style. Optional, can be "fancy" or "simple". | ||
− | ; [[Conf/ | + | ; [[Conf/Server/FastPath/directoryproc|directoryproc]] |
:String. Name of Tcl proc to use to display | :String. Name of Tcl proc to use to display | ||
:directory listings. Optional, default is to use | :directory listings. Optional, default is to use | ||
:_ns_dirlist. You can either specify directoryproc, or directoryadp - not both. | :_ns_dirlist. You can either specify directoryproc, or directoryadp - not both. | ||
− | ; [[Conf/ | + | ; [[Conf/Server/FastPath/directoryadp|directoryadp]] |
:String. Name of ADP page to use to display directory | :String. Name of ADP page to use to display directory | ||
:listings. Optional. You can either specify | :listings. Optional. You can either specify |
Latest revision as of 20:56, 22 December 2011
ns_section "ns/server/${server_name}/fastpath"
part of AOLServer Config Reference
Fastpath serves HTML
- cache
- Enable cache for normal URLs; default: false
- cachemaxentry
- Largest file size allowable in cache; default
- mmap
- Use mmap() for cache; default: false
- directoryfile
- String. Directory index/default page to look for.
- Optional, default is directoryfile parameter set in
- ns/server/${servername} section.
- directorylisting
- Directory listing style. Optional, can be "fancy" or "simple".
- directoryproc
- String. Name of Tcl proc to use to display
- directory listings. Optional, default is to use
- _ns_dirlist. You can either specify directoryproc, or directoryadp - not both.
- directoryadp
- String. Name of ADP page to use to display directory
- listings. Optional. You can either specify