Jump to content

cheaton

Members
  • Posts

    2
  • Joined

  • Last visited

Profile Information

  • Gender
    Male

cheaton's Achievements

Newbie

Newbie (1/14)

  • Conversation Starter Rare
  • Week One Done Rare
  • One Month Later Rare
  • One Year In Rare

Recent Badges

0

Reputation

  1. #!/usr/bin/python36 print ("Content-type:text/html\r\n\r\n") print ('<html>') print ('<head>') print ('<title>Hello Word - First CGI Program</title>') print ('</head>') print ('<body>') print ('<h2>Hello Word! This is my first CGI program</h2>') print ('</body>') print ('</html>') I wrote this code as new.py into my account under /public_html/cgi-bin/ but It didn't work. I also tried to change permission 755, and tried to #!/usr/bin/python310 instead #!/usr/bin/python36. And tried to change Line break type: to Unix I wr Is Johnny server not capable with python?
  2. HelioHost username: cheaton7 Server the account is on: Tommy HelioHost main domain: cheaton7.heliohost.org I didn't read carefully about inactive rules of my accounts. I'll log in here within every 30 days, and use well.. Thank you for your support.
×
×
  • Create New...