http://hukumoto.pe-gawa.com/news/%E3%82%A8%E3%83%83%E3%82%AF%E3%82%B9%E3%82%B5%E3%83%BC%E3%83%90%E3%81%A7%E3%80%81perl%E3%83%BBruby%E3%83%BBpython%E3%82%92%E5%8B%95%E3%81%8B%E3%81%99%E3%80%82
●pythonを動かす。
1、test.pyを作成します。
1 2 3 4 5 |
#!/usr/bin/python # coding: shift_jis print "Content-Type: text/html\n\n" print "python!!!!" |
2、test.pyのパーミッションを705に変更します。
3、.htaccessを作成し、
AddHandler cgi-script .py
を書いて保存。
これで。pythonが動くようになりました。
コメントを残す