Differences
This shows you the differences between two versions of the page.
| 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] (current) 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" |
| ) | ) | ||
| } | } | ||