Jump to content

ktulx

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by ktulx

  1. Hi.

    I'm trying to run a simple test script in Ruby, but can't figure out what's wrong. The files are 755 chmod.

    I've tried

     

    #!/usr/bin/ruby
    header("text/html; charset=utf-8")
    puts 'Hey!'
    

     

    and a test.cgi

     

    #!/usr/bin/ruby
    require 'cgi'
    cgi = CGI.new
    puts cgi.header
    puts "<html><body>Test</body></html>"
    

     

    Do I miss something?

    Thanks.

  2. Hi everyone!

    First of all I would like to thank you for your service :)

     

    I've just registered a free domain (rgb.r.gd) and added it as parked domain in my cPanel. But when I'm trying to visit it, I get "Account queued" page. My main domain seems to work fine. Is it normal? Do I have to wait some time?

     

    Thank you.

    __________________

     

    login: ktulx

    domain: ktulx.heliohost.org

    server: stevie

    parked domain: rgb.r.gd

×
×
  • Create New...