SliTaz GNU/Linux official and community documentation wiki.
.png

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
pt:handbook:webserver [2010/07/08 17:14]
127.0.0.1 external edit
pt:handbook:webserver [2012/12/24 18:07]
mojo [Scripts CGI que usam Python]
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.txt · Last modified: 2012/12/24 18:07 by mojo