Conf/Server/FastPath
Jump to navigation
Jump to search
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