Difference between revisions of "Conf/Server/Module/nscgi/Map"

From AOLserver Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
= ns_param map =
 
= ns_param map =
  
part of [[Conf/Parameters|ns/server/${servername}/module/nscgi]]
+
part of [[Conf/Server/Adp|ns/server/${server_name}/adp]]
Where your CGI executables live (GET)
 
  
   ns_param  map  "GET /cgi /usr/local/cgi"
+
File glob match pattern of files to parse as ADP's
 +
 
 +
   ns_param  map  "*.adp"

Revision as of 09:06, 23 December 2011

ns_param map

part of ns/server/${server_name}/adp

File glob match pattern of files to parse as ADP's

 ns_param   map  "*.adp"