flathill
2001/11/28, 02:16 PM
はじめまして
pythonでcgiを作成しようとしています。
Internal Server Error. になってしまいます。
public_html
public_html/x
public_html/cgi-bin
パーミッションは rwxr-xr-x
それぞれのディレクトリーに
test.cgiを作成
パーミッションは rwxr-xr-x
ソースは
----------------------------
#!/usr/local/bin/python
print "Content-type: text/html"
print '\n'
print 'test'
----------------------------
です。
自分の環境ですテストしましたがOKでした。
なぜエラーになるのか分からないのですが、誰か教えて下さい。
m(__)m
pythonでcgiを作成しようとしています。
Internal Server Error. になってしまいます。
public_html
public_html/x
public_html/cgi-bin
パーミッションは rwxr-xr-x
それぞれのディレクトリーに
test.cgiを作成
パーミッションは rwxr-xr-x
ソースは
----------------------------
#!/usr/local/bin/python
print "Content-type: text/html"
print '\n'
print 'test'
----------------------------
です。
自分の環境ですテストしましたがOKでした。
なぜエラーになるのか分からないのですが、誰か教えて下さい。
m(__)m