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
en:handbook:webserver [2010/08/17 22:10]
linea
en:handbook:webserver [2012/12/24 17:52] (current)
trixar_za [CGI scripts using Python]
Line 44: Line 44:
   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 65: Line 65:
   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"
   )   )
 } }
 
en/handbook/webserver.1282075847.txt.gz · Last modified: 2010/08/17 22:10 by linea