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

Next revision
Previous revision
ru:handbook:webserver [2011/04/29 12:44]
lexeii created
ru:handbook:webserver [2012/12/24 18:08] (current)
mojo [CGI-скрипты в Python]
Line 49: Line 49:
   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 69: Line 69:
   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"
   )   )
 } }
 
ru/handbook/webserver.1304073898.txt.gz · Last modified: 2011/04/29 12:44 by lexeii