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}/adp]]
+
part of [[Conf/Parameters|ns/server/${servername}/module/nscgi]]
Extensions to parse as ADP's
+
Where your CGI executables live (GET)
  
   ns_param  map             "/*.adp"
+
   ns_param  map "GET /cgi /usr/local/cgi"

Revision as of 14:12, 22 December 2011

ns_param map

part of ns/server/${servername}/module/nscgi Where your CGI executables live (GET)

 ns_param   map  "GET /cgi /usr/local/cgi"