Difference between revisions of "Conf/Server/Module/nscgi"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
part of [[Conf|AOLServer Config Reference]] | part of [[Conf|AOLServer Config Reference]] | ||
− | ; [[Conf/ | + | ; [[Conf/Server/Module/nscgi/Debug|debug]] |
: Be chatty in log | : Be chatty in log | ||
− | ; [[Conf/ | + | ; [[Conf/Server/Module/nscgi/Gethostbyaddr|gethostbyaddr]] |
: Whether to do reverse DNS lookups | : Whether to do reverse DNS lookups | ||
− | ; [[Conf/ | + | ; [[Conf/Server/Module/nscgi/Limit|limit]] |
: Max number of concurrent CGI processes | : Max number of concurrent CGI processes | ||
− | ; [[Conf/ | + | ; [[Conf/Server/Module/nscgi/Maxoutput|maxoutput]] |
: Max bytes allowed from external process | : Max bytes allowed from external process | ||
− | ; [[Conf/ | + | ; [[Conf/Server/Module/nscgi/Buffersize|buffersize]] |
: Buffer output from external process | : Buffer output from external process | ||
− | ; [[Conf/ | + | ; [[Conf/Server/Module/nscgi/Map|map]] |
: Where your CGI executables live (GET) | : Where your CGI executables live (GET) | ||
− | ; [[Conf/ | + | ; [[Conf/Server/Module/nscgi/Map|map]] |
: Where your CGI executables live (POST) | : Where your CGI executables live (POST) |
Latest revision as of 09:37, 27 December 2011
ns_section "ns/server/${servername}/module/nscgi"
part of AOLServer Config Reference
- debug
- Be chatty in log
- gethostbyaddr
- Whether to do reverse DNS lookups
- limit
- Max number of concurrent CGI processes
- maxoutput
- Max bytes allowed from external process
- buffersize
- Buffer output from external process
- map
- Where your CGI executables live (GET)
- map
- Where your CGI executables live (POST)