Jump to content

JDCyrus

Members
  • Posts

    4
  • Joined

  • Last visited

JDCyrus's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I wasn't quite sure what you meant by "refresh on the file", but I reuploaded it and reset 755 permissions. And it still displays the script instead of executing it. Is there anything else I can do?
  2. It's not terribly interesting. #!/usr/bin/python print "Content-type: text/html" print print "<html>" print "<center>Hello World!</center>" print "</html>"
  3. I have a Python CGI script that I've put in my public_html folder. I set 755 permissions and the header is correct. But when I go to it in my Web browser, it doesn't execute the script; it displays it! How can I fix this?
×
×
  • Create New...