Jump to content

Search the Community

Showing results for tags 'ruby cgi'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General Discussion
    • Website Management and Coding
    • Technology and the Internet
    • Philosophy, Politics, and Science
    • Art and Entertainment
    • Other Discussion
  • HelioHost
    • Questions
    • Customer Service
    • How You Can Help
  • HelioNet
    • News
    • Contact HelioNet

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 2 results

  1. Using ruby's built-in CGI class, I've tried to capture and use query string parameters. approach 1: cgi = CGI.new params = cgi.params approach 2: cgi = CGI.new params = CGI.parse cgi.query_string Both of these are working ok on my pc, but not on helio JOHNNY server. Could anyone explain, why is it not working? How can I use query string in my script? Thanks.
  2. hi, I have a simple ruby cgi script that I want to be able to use via helio web-server. It is working ok on my linux machine. Where exactly should I upload this cgi script? The cgi-bin folder or the public_html folder? My script includes the following shebang: #!/usr/local/bin/ruby. Do I need to change permissions on the script file? So far I've not been able to execute/access it from either cgi-bin or public_html. Thanks.
×
×
  • Create New...