欲ããæ å ±ãã©ãæ¢ãã¦ãè¦ã¤ãããªãã£ãã®ã§èªåã§æ¤è¨¼ã Pythonã®HelloWorldç·ã¾ã¨ãã CGI ç¹å¾´ ãã¡ã¤ã«ã«å®è¡æ¨©éãä¸ããå¿ è¦ãããã 1è¡ç®ã¯å¿ ããããã¼ãéä¿¡ããå¿ è¦ãããã httpd.conf / .htaccess AddHandler cgi-script .py hello.py #!/usr/local/bin/python2 # -*- coding: utf-8 -*- def main(): print "Content-Type: text/html; charset=utf-8" print print "Hello! CGI" if __name__ == "__main__": main() mod_python - handler ç¹å¾´ mod_pythonã®ã¤ã³ã¹ãã¼ã«ãå¿ è¦ã CGIã§åããããããã¡ããã¡ãéãã(ããã) .ht


{{#tags}}- {{label}}
{{/tags}}