Jump to content

[Solved] how to set up my ruby file in helionet free host?


jess27

Recommended Posts

in local pc, ruby file is ok  , but upload  all file to cgi-bin is not work

 

in ruby , have many subdir , like app,config, db... , but in here i put it all in the CGI-BIN .
NOW I redirect from \public_html \index.html to cgi-bin/app/views/users/index.html.erb

 

 

in the config\local\route file decide the home dir .
 

                     but now seem not defined

 

Link to comment
Share on other sites

in local pc, ruby file is ok  , but upload  all file to cgi-bin and then is not work

 

in ruby , have many subdir , like app,config, db... is belong one project dir ,
but in here i put it all in the CGI-BIN  without the project dir .
NOW I redirect from \public_html \index.html to cgi-bin/app/views/users/index.html.erb

                 show 500 error code.

 

 

 
 
in the config\local\route file decide the home dir .
             but now seem not defined

................................................................................................

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@jess27.heliohost.org and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

 

Link to comment
Share on other sites

If you're trying to do ruby cgi then the files go in

 

/home/jess27/public_html/cgi-bin/

 

If you're trying to do ruby on rails then the files go in

 

/home/jess27/rails_apps/appname/

 

You may overwrite any files on your account that you want to. It's your account afterall.

Link to comment
Share on other sites

  • 2 weeks later...
Guest
This topic is now closed to further replies.
×
×
  • Create New...