Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
pt:handbook:webserver [2012/12/24 18:07] mojo [Scripts CGI usando Perl] |
pt:handbook:webserver [2012/12/24 18:07] (current) mojo [Scripts CGI que usam Python] |
||
|---|---|---|---|
| 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" |
| ) | ) | ||
| } | } | ||