Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
pt:handbook:webserver [2010/02/23 07:53] – created claudineipt:handbook:webserver [2012/12/24 17:07] (current) – [Scripts CGI que usam Python] mojo
Line 42: Line 42:
   cgi.assign = (   cgi.assign = (
     ".sh" => "/bin/sh",     ".sh" => "/bin/sh",
-    ".cgi" => "/usr/bin/perl, +    ".cgi" => "/usr/bin/perl"
-    ".pl" => "/usr/bin/perl+    ".pl" => "/usr/bin/perl"
   )   )
 } }
Line 63: Line 63:
   cgi.assign = (   cgi.assign = (
     ".sh" => "/bin/sh",     ".sh" => "/bin/sh",
-    ".cgi" => "/usr/bin/python, +    ".cgi" => "/usr/bin/python"
-    ".py" => "/usr/bin/python+    ".py" => "/usr/bin/python"
   )   )
 } }
 
pt/handbook/webserver.1266911605.txt.gz · Last modified: (external edit)